14 ms·
Ask HN: What's your preferred stack for personal projects?
I.e. stuff you build in your spare time for fun.
- brettkromkamp 2y agoFlask (Python), FastAPI and htmx. A very capable stack while still be manageable by a solo-developer.
- beretguy 2y agoLAMP. No frameworks, no JavaScript.
- steve_gh 2y agoRails + SQLite
- JohnFen 2y agoIt varies a lot depending on the project, but generally I'm just using gcc, make, and a text editor. I'll use Eclipse as an IDE for particularly complex projects.
- solardev 2y agoNext.js + MUI + Vercel, with Jetbrains and Github behind the scenes. Super easy and fast DX. Maybe Astro for simpler projects. Grew up in the LAMP world and wrote HTML/CSS/JS by hand. Not going back to that. I keep wanting to learn Swift (I miss nice, fast desktop apps) but never seem to have time...
- ale_jacques 2y agoDjango + Unpoly + Bootstrap + Postgres
- marssaxman 2y agoLinux, Python and/or C++, sometimes ncurses.
- kbrecordzz 2y agoA Linux web server where I write HTML and Javascript and then I check if it works in a web browser.