Node JS

9 posts tagged with "Node JS"

July 22, 2025 · 6 min read
Complete Beginner’s Guide to Micro Frontends - Day 1
Let’s build your first micro frontend application step-by-step. I’ll guide you through creating a simple setup with two micro frontends that can work together.
JavaScript, Programming
June 1, 2019 · 3 min read
Wildcard Routing is an Anti-Pattern
Probably the most cringy pattern I see when creating apps is wildcard routing. With the next version of Express changing support for wildcards, many
JavaScript, Web Development, Programming
April 25, 2019 · 8 min read
Notifications in React JS using Noty
I tried implementing the classic "Toast Notifications" in React by using the Noty plugin and this is an introduction to use the same plugin in React JS apps.
JavaScript, Web Development, Programming, Design & UX
April 5, 2019 · 9 min read
Natural Sorting in JavaScript
An experience of how I came up with my idea of natural sorting solution with a comparison to other similar solutions.
JavaScript, Programming, Career & Achievement
April 3, 2019 · 12 min read
Creating my own HAR Reader
I generally use a complex rendering engine to create a few content heavy websites locally. When I do, the original files that generate the website will be
JavaScript, DevOps & Tools, Programming
June 1, 2018 · 4 min read
Right way of delaying execution synchronously in JavaScript without using Loops or Timeouts!
I recently found a better way to delay JavaScript execution by the use of async and await keywords. Sharing my experience with a Jest test case.
JavaScript, Web Development, Programming, Agile & Process, Lifestyle
May 21, 2018 · 3 min read
Getting rid of the X-Powered-By in Express JS Middle-ware using Blood, Sweat & Tears
An article on how to get rid of X-Powered-By headers in all versions of Express JS and Node JS.
JavaScript, Web Development, Programming, Entertainment
February 14, 2018 · 3 min read
Suppressing Errors or Handling non existing includes in Nunjucks Templating engine
I didn't know how to suppress or handle errors in Nunjucks (Jinja2) when including a file that doesn't exist. I have solved it in a simple way.
JavaScript, Web Development, Programming
May 10, 2017 · 2 min read
Enabling POST request for Ghost Blog
A quick way to solve the issue with Ghost, where it doesn't accept POST requests.
JavaScript, Web Development, Programming