%= content_for :page_meta do %>
<% title "DEV EVENTS" %>
<% end %>
DEV Events is a series of ongoing talks and workshops designed to cover important topics to help community members level up. Because we have a global community we will be hosting events at varying times so nobody is restricted by time zone. Additionally, some workshops are repeated multiple times to further account for this.
We have many more planned if you do not see a topic that interests you. Email members@dev.to to request a topic. And if you're interested in speaking, please apply to our CFP.
<% @events.each do |event|%> <%= render 'event', event: event %> <% end %>