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.

Keep your tools sharp

12 pointsby ananddassover 12 years ago

2 comments

fbuilesvover 12 years ago
<i>Implement a “useless” algorithm like a bloom filter or a skip list...</i><p>This a hundred times! The majority of us are probably working on web-related stuff that usually does not need a lot of CompSci on a daily basis. Picking out an fancy algorithm or a niche data structure and implementing it in a language you're just dabbling with can be a great way to learn a bunch of new stuff in a couple of hours. Set two hours to do this once a week and you'll be amazed at how fast you end up understanding new concepts.
ananddassover 12 years ago
If there are other tips that we should add to the list, let us know and we will update the post suitably.