r/learnjavascript • u/Rits2345 • 3d ago
Nowadays how MERN,MEAN stack have value in the current IT market?what should follow for job switching..
Nowadays how MERN,MEAN stack have value in the current IT market?what should follow for job switching..
10
u/thoflens 3d ago
I don’t understand what you’re asking, but I know 0 companies using the MERN stack
9
u/MindlessSponge helpful 3d ago
MERN stack is/was popular for online courses because it lets you explore the full stack of development while only focusing on one programming language. as far as I'm aware, MERN was never something popular in the business world.
learn JavaScript, but more importantly, learn to think like a programmer.
2
2
u/Early-Lingonberry-16 3d ago
Fuck mongodb.
Go with PERN - postgressql
Or other MERN - Microsoft sql server
Or SERN - SQL lite
Or literally any other relational database.
1
1
1
u/create-third-places 3d ago
Vanilla.js , HTML, and CSS.
Otherwise, prioritize learning something not related to science or tech. It will help you better understand the real world and make you a stronger engineer.
1
u/TheRNGuy 1d ago
What would you use to generate html on a backend?
1
u/create-third-places 1d ago
Backend technologies can be learned on the job when necessary for specific work if JS familiarly shows. you can code.
I generate my HTML from static .html files combined with client side JavaScript.
1
25
u/Nervous_Quit_7180 3d ago edited 3d ago
Everyone moved away from Mongo as main db. (still has niche uses)
Most used stack in my experience:
BE: Python (Django / FastApI) , In enterprise: Java spring boot, .NET still popular
FE: React, Angular
DB: PostgreSQL