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: If you are to start a project today, what would be your stack?

3 pointsby anilshanbhagover 8 years ago
I had this legacy app with a mesh of jquery, boostrap and php. Moved things to use django a year ago. Recently moved the frontend to use Vue.js. While moving things, I am always confronted on what is the 'current' way of doing things. Was curious to know what people would use if they started today.

4 comments

SuperPaintManover 8 years ago
Golang, Postgres, Bootstrap + whatever JS I can hack into it abusing the hell out of template&#x2F;html.<p>Seems all that verbose error handling and static typing leads to writing fairly bulletproof code. Have a 5k sloc codebase that doesn&#x27;t seem to blow up in prod. Parts of it run on a linux server doing fairly CRUDy things, a cross compiled windows client handles the application logic, a virtual filesystem bundles all my assets into the executable and net&#x2F;http serves it all via localhost.
tropoover 8 years ago
Since I build things to last...<p>I&#x27;d pick something that hasn&#x27;t changed much in popularity for a couple decades. If this has to be a web app, then plain C on the server and plain unadorned javascript on the client, but only to the extent that actual code is required at all. If this doesn&#x27;t have to be a web app, obviously ditch the javascript.<p>It also performs well and has more build-time error checking than the typical stack.
karmakazeover 8 years ago
<p><pre><code> Front: Elm Back: Elixir&#x2F;Phoenix Store: PostgreSQL</code></pre>
savethefutureover 8 years ago
Golang, Vuejs, Redis, and Mysql