NodeJS Trends
@NodejsTrends
Followers
3K
Following
1K
Media
0
Statuses
4K
Encore #Cloud 2.0 - Development Platform for the AI Era #devops #dormosheio #backend #nodejs #javascript #webdev
dormoshe.io
We started Encore five years ago because developers were spending too much time configuring infrastructure and jumping through hoops, not building products. That problem persists. AI agents can now...
0
0
0
Embed #HTML into Word Documents with docx.js the Easy Way #nodejs #javascript #webdev #dormosheio #npm #docxjs #docx #frontenddev
dormoshe.io
Some time ago I was struggling with generating Word documents dynamically in Node.js. I was using the docx library, which is great, but it was missing one feature I really needed.
0
0
0
(Learn with 🖼️Meme images) How to create 🎨3D animation using 🧠AI (React Three Fiber vs Three.js vs A-Frame + GSAP) #nodejs #javascript #webdev #dormosheio #ai #css #reactjs #frontenddev
dormoshe.io
These days, I have been making my brain training app, Muscle Brain.↓ ・My app DEV post (🚀How I released Chrome Extensions (💪🧠Muscle Brain v4)) Last time, I was making a website for my app, and I ...
0
0
0
Building a "Bullshit Detector" for LLMs using Node.js and pgvector #nodejs #javascript #webdev #dormosheio #ai #frontenddev
dormoshe.io
You’ve spent weeks polishing your prompts. You have set up a robust retrieval system. You validate every piece of data going into your context window. And yet, your RAG (Retrieval-Augmented Generat...
0
0
0
🚀 Client-Side vs Server-Side CORS: Understanding the Real Difference #nodejs #javascript #webdev #dormosheio #cors #frontenddev
dormoshe.io
If you’ve ever screamed at your monitor because of a mysterious CORS error… Congratulations — you are officially a web developer. 🎉 CORS is like that strict bouncer outside the club who won’t let ...
0
0
0
CRUD Isn’t a Lifestyle: Stop Turning It Into a Spiritual Journey #nodejs #javascript #webdev #dormosheio #express #backend #mysql #frontenddev
dormoshe.io
CRUD is not a religious ritual. It’s not a PhD thesis. It’s not the final exam before you become a Senior Engineer™. Yet somehow developers manage to turn this into an intergalactic architecture co...
0
0
0
I Thought I Knew npm… Until I Met npx: Intro to #npx #nodejs #javascript #webdev #dormosheio #npm #frontenddev
dormoshe.io
Hey everyone, today I will be showing you some basics about npx. If you have been developing for a while, you should have heard or used this before atleast once. I recently had to create an npm pac...
0
0
0
Building My Own HTTP Server in #TypeScript #frontend #webdev #dormosheio #nodejs #programming #javascript #frontenddev
dormoshe.io
When I started my journey with web development, after some weeks I kept hearing about
0
0
0
Scaling SQLite with Node worker threads and better-sqlite3 #db #database #dormosheio #javascript #webdev #programming #nodejs #frontenddev
dormoshe.io
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building **one place for all dev tools, cheat codes, and TLDRs* — a free, open-source hub where developers can quickly find and us...
0
0
0
The Hard-Coded Crash: A Story of Dynamic Heap Allocation in Node.js #typescript #frontend #webdev #dormosheio #nodejs #javascript #opensource #frontenddev
dormoshe.io
Deploying a Node.js application in Docker or Kubernetes often brings challenges with setting memory limits. For years, developers had to specify a fixed heap size for the V8 engine using the --max-...
0
0
0
DEV Follower Analysis #GraphQL #javascript #frontend #webdev #dormosheio #graphql #nodejs #chartjs #api #frontenddev
dormoshe.io
TLDR: Extract Github Users from DEV Followers and save to JSON for Chart Output Analysis Via GraphQL. Chart at Bottom. I initially thought it would be cool to make a little dev followers badge to s...
0
0
0
🧐I created a website animation that you might stare at for a while (GSAP)🎨 #nodejs #javascript #webdev #dormosheio #ai #css #frontenddev
dormoshe.io
I'm keep updating my brain training game, 💪🧠Muscle Brain, these days. Last time, I got so many reactions to my post. Thank you very much!😆↓ https://dev.to/webdeveloperhyper/how-i-released-chrome...
0
0
0
Building a Fast Web Scraper Without Puppeteer: A Live Coding Challenge #typescript #frontend #webdev #dormosheio #webscraping #nodejs #performance #javascript #frontenddev
dormoshe.io
How I built a production-grade scraper for NC public notices using Cheerio and TLS fingerprinting instead of headless browsers During a live coding interview, I was tasked with building a scraper f...
0
0
0
Stop #npm i-ing Blind: How I Catch Malicious Packages Before They Hit Production #security #dormosheio #webdev #nodejs #javascript
dormoshe.io
Most developers assume their dependencies are “safe enough.” Run npm audit, fix a few warnings, ship the code, move on. That mindset is exactly why malware keeps slipping into the npm ecosystem.
0
0
0
🚀 #FNPM Just Became Invisible (In the Good Way): Transparent Alias, Better Tests & a Smoother Experience #nodejs #javascript #webdev #dormosheio #npm #pnpm #frontenddev
dormoshe.io
There are moments when you stop, look at your terminal, and think: “Why does something as simple as managing packages in JavaScript has to be… so dramatic?” If you've been around the Node.js ecosys...
0
0
0
#Deno Vs Bun In 2025: Two Modern Approaches To #JavaScript Runtime Development #typescript #frontend #webdev #dormosheio #nodejs #javascript
dormoshe.io
Posted on Nov 10 • Originally published at pullflow.com You're choosing a JavaScript runtime. Should you prioritize security-first design with broad community input, or sp...
0
0
0
#AWS #Lambda Stubs for unit #testing #typescript #frontend #webdev #dormosheio #nodejs #javascript #frontenddev
dormoshe.io
Posted on Nov 3 • Originally published at cino.io When working with AWS Lambda functions, unit testing can be a challenge due to the need to mocking all external dependenc...
0
0
0
A Modern, Immutable, and Zero-Dependency Library for IP Addresses in #JavaScript #typescript #frontend #webdev #dormosheio #nodejs #frontenddev
dormoshe.io
Ever found yourself wrestling with IP addresses in a Node.js application? Maybe you're validating user input, checking if an IP belongs to a certain subnet, or just trying to convert between differ...
0
0
0
Bun vs Node for Astro Static Site Builds #webdev #web #dormosheio #javascript #beginners #programming #nodejs #frontenddev
dormoshe.io
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building *one place for all dev tools, cheat codes, and TLDRs* — a free, open-source hub where developers can quickly find and use...
0
0
0