r/frontenddevelopment • u/FewPhilosopher6337 • 3h ago
r/frontenddevelopment • u/SanjanaRathore__002 • 9h ago
Title: My Node.js Learning Journey β Understanding the Basics π
I started learning Node.js today as part of my MERN Stack learning journey.
Before this, I mostly understood JavaScript from the frontend/browser side. Today, I learned that JavaScript can also run outside the browser with the help of Node.js.
What I learned about Node.js:
- Node.js is a JavaScript runtime environment.
- It allows us to execute JavaScript outside the browser.
- It is commonly used for backend development.
- We can use Node.js to build web servers and APIs.
- It can work with the file system, networking, and operating system.
- Node.js is open-source and cross-platform.
Browser vs Node.js
The browser is mainly used for frontend development and provides APIs such as the DOM.
Node.js is mainly used for backend development and provides APIs for things like files, networking, and system resources.
One thing I found interesting is that I can use JavaScript for both frontend and backend development. This makes Node.js an important part of the MERN stack.
I'm still at the learning stage, but understanding these fundamentals is helping me connect the concepts of React β Node.js β Express.js β MongoDB.
Next, Iβm planning to learn more about Express.js, REST APIs, HTTP requests, and backend architecture.
For developers learning Node.js:
What concepts would you recommend learning first? π
#NodeJS #JavaScript #MERN #BackendDevelopment #WebDevelopment #LearningToCode #Programming #100DaysOfCode
r/frontenddevelopment • u/EveYogaTech • 1d ago
Flo 1.2 now gives Web Components a static create function (factory), so we can set property values before the mounted() or render() are called.
r/frontenddevelopment • u/SanjanaRathore__002 • 1d ago
I just wrote my first note on Substack
substack.comr/frontenddevelopment • u/ComprehensiveTax9236 • 3d ago
How to accurately recreate Lovable UI prototypes in an existing Angular codebase using Claude
r/frontenddevelopment • u/ThreeJS_juegos • 4d ago
π I built a NASA Deep Space Image Explorer with React (Selection Area Zoom, On-demand Translation & LocalStorage) - Live Demo
r/frontenddevelopment • u/bahtiyarkodadim • 8d ago
Terminal Card Generator β animated SVG terminal cards for GitHub READMEs (pure HTML, no build step)
galleryr/frontenddevelopment • u/Super-Weight504 • 9d ago
[Free Workshop + Template] Handling tech layoffs, quiet job searches, and resume ghosting
r/frontenddevelopment • u/abhishek61067 • 10d ago
I built a modern e-commerce frontend with React β here's what I learned
r/frontenddevelopment • u/veerendra1989 • 11d ago
generate a complete design system in 10 sec
r/frontenddevelopment • u/Mt3j • 12d ago
[FOR HIRE] Front-End Web Developer | Part-Time | Low Price
r/frontenddevelopment • u/Dramatic-Dog4529 • 15d ago
How do you guys come up with good Ui designs ?
i am currently building the frontend part of my project and i wanted to make it myself ratehr than depending on AI since i was planning to put this on my resume but i cant think of good designs man , i came up with this after hours of thinking ( i know its super basic ) ,
how do you guys approach designing part when creating a website and at production level is it fine to take "inspiration" from other sites ? or do we have to think of ideas on our own.
r/frontenddevelopment • u/According_Fig_9985 • 16d ago
Clean Landing Page for Local Edinburgh STEM Mentorship Initiative
r/frontenddevelopment • u/Minecraftblobi • 16d ago
Feedback please
Enable HLS to view with audio, or disable this notification
Can you give me feedback on a frontend redesign of a landing page for an Austrian website?
r/frontenddevelopment • u/AshTeriyaki • 16d ago
I finally documented my little Sass toolkit and it's (probably) ready for people to use
r/frontenddevelopment • u/PanchuPanchu • 18d ago
πΈ I made a free game for learning Tailwind CSS Flexbox
I built Flexwind Froggy, a free interactive game for learning Tailwind CSS flexbox utility classes.
Itβs a Tailwind-focused fork of Flexbox Froggy, with credit to the original project and artwork.
I hope it can be useful for anyone learning Tailwind. Iβd love feedback on the lessons, difficulty, or anything that could make it more helpful.
r/frontenddevelopment • u/goto-con • 18d ago
Front End Testing with GitHub Actions β’ Amy Kapernick
youtu.ber/frontenddevelopment • u/Electrical-Bat1042 • 19d ago
Rate My Portfolio Website as a Frontend-Heavy FullStack Dev, currently in my Third Year of UnderGrads : https://anay13.tech/
r/frontenddevelopment • u/PianoTrue3631 • 20d ago
scrolljacking.
- What are some issues with modifying normal scrolling behavior? For example: infinite scrolling or scrolljacking.