TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What it takes to be senior dev from junior dev?

2 pointsby mhassaanabout 8 years ago

3 comments

msimpsonabout 8 years ago
The moment you start attacking problems from a purely mathematical standpoint, where the language implementation is a foregone conclusion.<p>For instance, consider writing an algorithm which ranks poker hands. If you find yourself bogged down in conditional logic, iterating through cards, you&#x27;re a junior developer.<p>The moment you realize a histogram solves most of this problem and substantially flattens the effort, you&#x27;ve grown substantially.<p>Here&#x27;s a bit of context: <a href="http:&#x2F;&#x2F;nsayer.blogspot.com&#x2F;2007&#x2F;07&#x2F;algorithm-for-evaluating-poker-hands.html" rel="nofollow">http:&#x2F;&#x2F;nsayer.blogspot.com&#x2F;2007&#x2F;07&#x2F;algorithm-for-evaluating-...</a>
konartabout 8 years ago
Knowledge and experience
trolliedabout 8 years ago
Time