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.

Ask HN: What are some back end heavy side projects?

1 pointsby bigblindabout 9 years ago
A lot of web developer side projects I see are either open source libraries, or very front end heavy things that focus mostly on visual design and interaction.<p>What are some side projects that you&#x27;ve built, where the element that made it special was on the back end?

1 comment

mtmailabout 9 years ago
I work on geocoding. There is a frontend component both HTML and JSON&#x2F;XML&#x2F;GeoJSON but the bulk of the project is either in the database design, query logic or import pipelines. It&#x27;s also non-trivial to install because with medium grade hardware (let&#x27;s say a laptop) the data crunching will put all cores of the CPU to 100% for a week.