Ramu Narasingathinkthroo.hashnode.dev·Feb 17, 2025Father - an NPM package development tool.In this article, we review a tool called Father. I pulled this below information from the Father repository README.md. Although, their README is in Chinese, I will be submitting a PR with a docs translation in the near future. I found a file named .... Zustand Utils
Utkarshblogs.utkarshrajput.com·Feb 17, 2025The Ultimate Guide to Microservices Architecture using NodeJSIntroduction Microservices: the buzzword that makes engineers look smart and managers panic. If you've ever wanted to break your monolithic Node.js app into smaller, independent services (or just want an excuse to create more GitHub repositories), th...Node.js
Hunor Márton BorbélyforfreeCodeCampfreecodecamp.org·Feb 12, 2025JavaScript Tutorial – How to Set Up a Front End Development ProjectLet’s say you plan to build a website. Before you start, you want to set up a few tools to make your life easier. But which tools should you have? The JavaScript ecosystem is changing so fast that it can be overwhelming to pick the best tools to use....eslint
Polly Robertspollygetblock.hashnode.dev·Feb 10, 2025Winternitz Vault: Key to Solana’s Quantum Resistance?Quantum computing promises revolutionary advancements but also raises critical questions about security. The current rate of progress shows that powerful enough quantum computers to challenge modern cryptography is still decades away but it has alrea...Quantum Resistance
Mohit Vishwakarmaultimatenode.hashnode.dev·Jan 22, 2025File Operations in Node.js:This blog post explores how to read and write files synchronously in Node.js using the File System module. It covers the necessary steps to import the module, read from a text file, and write to a new file, highlighting the synchronous nature of thes...Node.js
Kunal Katiyarkunalkatiyar.hashnode.dev·Jan 19, 2025A Comprehensive Guide to GCP's Auto Scaling and Custom Metrics for Big ArchitecturesMotivation This week, I was working on optimizing our Kafka consumer services, when I noticed the most load that we used to have was during night when some job runs, and mostly the resources were being unused. I quickly looked into the lag build up,...10 likesautoscaling
Nandkumar Gangaingangai.hashnode.dev·Jan 16, 2025The "process" objectThis article covers the use of `process.env` and `process.argv` in Node.js for handling environment variables and command-line arguments, respectively. It explains how to pass and access custom environment variables dynamically, such as setting a dif...Node JSNode.js
Nandkumar Gangaingangai.hashnode.dev·Jan 16, 2025Understanding JavaScript Timers: Key Concepts and ExamplessetTimeout setInterval setTimeout Used to delay the execution by given time. It accepts two arguments first one is a callback function with executable statements, second is time in milliseconds. It executes the callback only once after provided ti...Node JSNode.js
Nandkumar Gangaingangai.hashnode.dev·Jan 16, 2025Easy Steps to Begin Working with Node.jsNode.js — A wrapper around V8 with built-in modules providing rich features through easy-to-use asynchronous APIs. Why Node — Wrapper around V8 Built-in modules (fs, http, crypto, zip, …) Asynchronous APIs (no threads) Debugger and other utilitie...Node JSNode.js
Akash KumarforKeploy Tech Blogkeploy-blog.hashnode.dev·Jan 15, 2025Mastering NYC: Enhance JavaScript & TypeScript Test CoverageNYC, often referred to as Istanbul's command-line interface (CLI), is a powerful code coverage tool designed specifically for JavaScript testing. It works seamlessly with testing frameworks like Mocha, Jest, and Ava, making it an invaluable resource ...nyc