she coded
Latest Posts
<% Article.tagged_with("shecoded").where(approved: true, published: true).order("created_at DESC").limit(8).each do |article| %>
💪 <%= article.title %>
<%= article.user.username %>
<% end %>
she coded
View All <%= Article.tagged_with("shecoded").where(approved: true, published: true).size %> Submissions