DEV Community

Paul Knulst
Paul Knulst

Posted on • Edited on

2

5 Popular Web Development Stacks And My Personal Stacks

⬇️ LEMP
→Linux
→Nginx
→MySQL
→PHP

⬇️ LAMP
→Linux
→Apache
→MySQL
→PHP

⬇️ MERN
→MongoDB
→Express
→React
→NodeJs

⬇️ MEVN
→MongoDB
→Express
→Vue
→NodeJs

⬇️ MEAN
→MongoDB
→Express
→Angular
→NodeJs


MY FAVORITE STACKs

⬇️ MNNN
→MySQL/MongoDB
→NestJS
→NextJs
→NodeJs

⬇️ MNRN
→MySQL/MongoDB
→NestJS
→React (native)
→NodeJs

⬇️ MANN
→MySQL/MongoDB
→Android
→NestJS
→NodeJs

Whats your favorite Stack?

Top comments (0)

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay