Live data from Hacker News

Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

news.ycombinator.com

21–30 of 98 posts

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#21
For static, I would choose HTML, CSS, and JS (Basically a framework and library like React).

I usually use Laravel, Vue, and InertiaJS for the fullstack. Even though I considered trying a new stack for [1], I decided to stick with what I am familiar with. One reason is because Laravel already integrates well with queues. However, I am not a fan of MySQL and am thinking about switching to a different database.

[1] https://replyhub.co

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#22

For static pages, regular HTML and CSS will be sufficient. For dynamic ones, I would choose Laravel (a PHP framework). I'll give a rather unpopular opinion, but in the beginning, you don't need to become a master in PHP and know every function. The Laravel documentation will guide you step by step when you want to add authentication or create a simple feature for adding dynamic content. There are also plenty of commu…

What if you need javascript? What would you recommend in addition ti to laravel? Or is Laravel enough?

Alpine + Livewire is the go-to stack for SPA-like Laravel functionality these days. If you "need" JavaScript for form purposes, Filament is well worth taking a look at as well.

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#24

Hard to say. I go with DHH: the one that makes you happy. Since you won’t know maybe just pick something mainstream. But I am against nodejs because I find the NPM ecosystem, imports, TS setup and config etc. messy and time consuming versus literally anything else. For example Go, Python, Ruby, Java, .NET, PHP are all reasonable.

Yet any one opinion is just that - one opinion. I find node easy and quick, and some of the ones in your easy list to be easy while others are time-consuming and odd. We're both right - it is all a question of what you are used to. So for someone just starting out, I agree - just pick one. You'll learn it, it is will make sense, you will be productive, and because you only know one thing everything else will seem wei…

What ORM / framework are you using?

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#27

For static pages, regular HTML and CSS will be sufficient. For dynamic ones, I would choose Laravel (a PHP framework). I'll give a rather unpopular opinion, but in the beginning, you don't need to become a master in PHP and know every function. The Laravel documentation will guide you step by step when you want to add authentication or create a simple feature for adding dynamic content. There are also plenty of commu…

What if you need javascript? What would you recommend in addition ti to laravel? Or is Laravel enough?

Checkout Inertiajs , it’s and adapter for Laravel to integrate it with react or vue

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#28
The most productive stack is the one you already know.

If you know Python choose a Python stack, if you know Java choose a Java stack.

within the language you know choose the most used one or the most boring one who existed for more than 10 years.

Re: Ask HN: If you are starting in 2024, what is the most productive solo dev stack?

#30

The most productive stack is the one you already know. If you know Python choose a Python stack, if you know Java choose a Java stack. within the language you know choose the most used one or the most boring one who existed for more than 10 years.

This answer is such a cop-out. I know Rails very well, but I'm still a million times more productive in Phoenix than I ever was in Rails. Sure, it took some time to learn Phoenix and get up to speed, but if I could go back I'd have made the switch much earlier.

What is the advice here exactly: "never learn anything new"?

Post reply on HN