Do I have product market fit? If so Go + Postregres either on EC2 or serverless depending on requirements. If I don't have product market fit and need to iterate as fast as possible then Node.js + Postgres. Probably a monolith unless there is a big advantage to making it serverless. Moving fast trumps everything else. Except for typescript, it doesn't really slow you down and might as well use ts-node until it's a scaling concern then you can worry about your build toolchain. Fastify for the framework. Probably ReactJS for the frontend. Answer from iends on reddit.com
🌐
Reddit
reddit.com › r/node › node.js 2023 year in an article
r/node on Reddit: Node.js 2023 Year in An Article
March 5, 2024 - The post provides a comprehensive review of Node.js developments in 2023, highlighting significant changes, the release of new versions, and the ongoing efforts to improve performance and security within the Node.js ecosystem.
🌐
Reddit
reddit.com › r/node › node.js best practices - 2023 edition
r/node on Reddit: Node.js best practices - 2023 edition
July 25, 2023 -

What's new:

- A handful of new practices that relate to platform changes like ESM, EventTarget and more
- Tons of edits
- Recommended libraries for 2023
- Looking for new content only? just skim through the #new or #updated tags

https://github.com/goldbergyoni/nodebestpractices

🌐
Reddit
reddit.com › r/node › 5 node.js tools to learn in 2023
r/node on Reddit: 5 Node.js Tools to Learn in 2023
February 4, 2023 - r/node · • · r/reactjs · • · r/nextjs · • · r/reactjs · • · r/reactjs · • · r/reactjs · • · r/vuejs · • · r/Frontend · • · r/Frontend · • · r/reactjs · • · punits.dev · r/learnjavascript · • · r/Frontend · • · r/reactjs · • · subscribers · Top posts of February 1, 2023 Top posts of February 2023 Top posts of 2023
🌐
Reddit
reddit.com › r/programming › node.js 2023 year in an article
r/programming on Reddit: Node.js 2023 Year in An Article
March 19, 2024 - The post provides a comprehensive review of Node.js developments in 2023, highlighting significant changes, the release of new versions, and the ongoing efforts to improve performance and security within the Node.js ecosystem.
🌐
Reddit
reddit.com › r/node › 2023: learn nest or keep learning express?
r/node on Reddit: 2023: Learn Nest or keep learning Express?
December 31, 2022 -

I have been working professionally as a Frontend for a year and I want to find my first job as 'Full-Stack'.

Do you recommend me to continue learning Express (with TS) or learn Nest?

Find elsewhere
🌐
Reddit
reddit.com › r/brdev › node js em 2023
r/brdev on Reddit: Node js em 2023
March 2, 2023 - Em suma, em 2023, podemos esperar que o Node.js continue sendo uma plataforma de desenvolvimento de software muito popular e amplamente utilizada, graças à sua eficiência, escalabilidade e comunidade ativa de desenvolvedores.
🌐
Reddit
reddit.com › user/jai_infoway › latest trend on node js development in 2023
r/u_Jai_Infoway on Reddit: latest trend on node js development in 2023
February 17, 2023 - As more companies move towards ... expect to see more Node.js developers prioritize performance optimization, which includes optimizing code, reducing latency, and improving application efficiency....
🌐
Reddit
reddit.com › r/webdev › node.js 2023 year in an article
r/webdev on Reddit: Node.js 2023 Year in An Article
March 15, 2024 - The post provides a comprehensive review of Node.js developments in 2023, highlighting significant changes, the release of new versions, and the ongoing efforts to improve performance and security within the Node.js ecosystem.
🌐
Reddit
reddit.com › r/node › how to setup a typescript + nodejs server (2023)
r/node on Reddit: How to Setup a TypeScript + NodeJs Server (2023)
February 18, 2023 - Discuss Node.js, JavaScript, TypeScript, and anything else in the Node.js ecosystem! Members Online • · beforesemicolon · r/beforesemicolon • · How to Setup a TypeScript + NodeJs Server (2023) upvotes · Share · Share · Sort by: Best ·
🌐
Reddit
reddit.com › r/node › state of node.js performance 2023
r/node on Reddit: State of Node.js Performance 2023
May 16, 2023 - This is an amazingly thorough and detailed benchmark answering many questions I had about performance progress with NodeJS. Performance seems to be an important focus, especially with the recent rise of Bun.js (which I'd love to see updated benchmarks against it, too)
🌐
Reddit
reddit.com › r/node › is this a valid reason to give up node?
Is this a valid reason to give up node? : r/node
June 17, 2023 - Most ORMs have some perf problems even in other languages. The key is to be able to figure out when that is happening and side step the ORM. No this is not a reason to leave node.js since it happens in all languages but if you want to have a wider variety of jobs available you could try Kotlin or c#.
🌐
Reddit
reddit.com › r/javascript › how to setup a typescript + nodejs server (2023)
r/javascript on Reddit: How to Setup a TypeScript + NodeJs Server (2023)
February 18, 2023 - 2.4M subscribers in the javascript community. r/javascript has gone private in protest of Reddit's recent behavior and planned changes to the API…
🌐
Reddit
reddit.com › user/anthonysimms › 10 best node.js frameworks for web apps in 2023
r/u_AnthonySimms on Reddit: 10 Best Node.js Frameworks For Web Apps in 2023
March 29, 2023 - The well-liked Node.js application development framework provides flexible scaling, cross-platform programming, and cost-effectiveness. Read the full article to get complete information related to the Node.js Frameworks for Web Apps. ...
🌐
Reddit
old.reddit.com › r › node › comments › 13xz2uy › is_it_a_good_choice_to_use_expressjs_in_2023
Is it a good choice to use Express.js in 2023? : node
I have been used Express.js long times ago and actually, it is quite adapted for me. But I cannot use GOT package in Express.js because it's ES...