<% if @user && @user.class.name == "User" %>
<% if @user.mostly_work_with.present? %>
skills/languages
<%= sanitized_sidebar @user.mostly_work_with %>
<% end %> <% if @user.currently_learning.present? %>
learning/trying
<%= sanitized_sidebar @user.currently_learning %>
<% end %> <% if @user.currently_hacking_on.present? %>
projects and hacks
<%= sanitized_sidebar @user.currently_hacking_on %>
<% end %> <% if @user.available_for.present? %>
available for
<%= sanitized_sidebar @user.available_for %>
<% end %>
<%= pluralize @user.articles.where(published: true).size, "Post" %> Published
<%= pluralize @user.comments.where(deleted: false).size, "Comment" %> Written
<%= pluralize @user.decorate.cached_followed_tags.size, "Tag" %> Followed
<% elsif @user && @user.class.name == "Organization" %> <% if @organization.story.present? %>
our story
<%= sanitized_sidebar @organization.story %>
<% end %> <% if @organization.tech_stack.present? %>
our stack
<%= sanitized_sidebar @organization.tech_stack %>
<% end %> <% elsif @query %>
<FILTERS>

<% elsif @tag %> <% if @tag_model && @tag_model.short_summary.present? %>
#<%= @tag %> 👋
<%= @tag_model.short_summary.html_safe %>
<% end %> <% if @tag_model && @tag_model.rules_html.present? %>
submission guidelines
<%= @tag_model.rules_html.html_safe %> WRITE A POST
<% end %> <% if @tag_model && @tag_model.wiki_body_html.present? %>
about #<%= @tag %>
<%= @tag_model.wiki_body_html.html_safe %>
<% end %> <% if @tag == "javascript" %>
" id="sponsorship-widget">
community sponsors emoji heart" />
" style="margin-bottom:8px;" alt="Cloudinary K" />
The Most Powerful & Flexible JavaScript Video API. Learn More
<% end %>
<%= pluralize Article.tagged_with(@tag).where(published: true).size, "Post" %> Published
<% elsif @podcast_index && @podcasts %>
<ALL SHOWS>
<% @podcasts.each do |podcast| %> "fill", :width => 100, :height => 100, :flags => "progressive", :quality => "auto", :fetch_format => "auto", :sign_url => true) %>" alt="<%= podcast.title %>" />
<%= podcast.title %>
<% end %>
<% elsif @podcast %> <% else %> <% cache("main-sidebar-nav--#{user_signed_in?}", :expires_in => 5.days) do %> <%= render "articles/sidebar_nav" %>
" id="sponsorship-widget">
community sponsors " alt="emoji heart"/>
" style="margin-bottom:8px;" alt="Digital Ocean logo" />
The all-in-one cloud platform developers & their teams love. Learn More
" alt="Twilio logo" />
APIs for communicating with anyone on planet Earth. Learn More
" alt="Raygun logo"/>
Error, crash, and performance monitoring software for devs. Learn More
We are grateful for wonderful sponsors who help sustain the dev community.

Sponsorship Info/Policy

key links
" alt="Twitter logo" class="social-icon" /> " alt="GitHub logo" class="social-icon" /> " alt="Instagram logo" class="social-icon" /> " alt="Facebook logo" class="social-icon" /> " alt="Twitch logo" class="social-icon" />
About Events Sponsors DEV Shop Privacy Policy Terms of Use Contact FAQ Code of Conduct
<% end %> <% end %>