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 would your stack be if you started from scratch today?

13 pointsby pilomover 6 years ago
Thinking of a new side project and looking for the opportunity to learn new things. Ideally things that are popular and could help me get hired if I decided to move jobs. Ideally it would be serverless because of the cost savings for a small project and because I'm interested in that but I want to hear what others would choose and why.

8 comments

mortivoreover 6 years ago
If you&#x27;re looking for a stack for the purpose of increasing hire-ability then you might consider looking up the jobs in the area you&#x27;re trying to get hired, and seeing what comes up the most.<p>On the other hand, you could play around with multiple stacks, and see what you like. Then choose an area based on that.<p>Personally, if I was starting from scratch today I&#x27;d probably focus on the C# .Net Microsoft stack because there are a lot of jobs for that in my area.
patatinoover 6 years ago
Vue + firebase gets you up and running pretty fast. Firebase has auth, hosting and nosql database which I challenged myself to learn last year. Was my first javascript only project. Big step for a backend guy ;)
sebmakover 6 years ago
My ideal stack is: React -&gt; Go -&gt; MySQL and Redis<p>But as for the terms of hire-ability, in my opinion, it is more important to understand the core concepts of programming independent of a technology or language. But as for trying to get hired, there are jobs out there for nearly every language&#x2F;stack you can think of. So you could just start looking around your area and finding something that is popular with companies in the area.
nobody271over 6 years ago
SQL Server -&gt; Web API -&gt; Static Pages -&gt; Regular JavaScript (with small libraries as needed) -&gt; webpack (if bundling and minification are required).
rayvyover 6 years ago
- React JS&#x2F;Native on the front - Python for general&#x2F;glue code - Redis for cache - Some relation tier-2 storage (MySQL) - Rust for the computationally&#x2F;machine intensive stuff - Airflow for scheduling
d--bover 6 years ago
It depends!<p>Serverless latency is a problem to consider. That definitely killed it for my project.<p>My goto stack is MySQL&#x2F;nodejs with express&#x2F;plain js for frontend.<p>Because I’m fast at this.<p>I would try .Net core, though I don’t think they have anything remotely as easy as node.
manch23over 6 years ago
What stacks are you already familiar with?
whttheuuuover 6 years ago
React -&gt; Django -&gt; MySQL