I write about my experiences, thoughts, and ideas. I also write about my projects and how I built them.
Learn how to use Git's rebase and amend commands to modify commit messages for older pushed commits. Keep your Git history clean and organized with these step-by-step instructions.
The article explains the difference between primitive and non-primitive data types in JavaScript. It also provides practical examples to help readers understand how values are passed in JavaScript and the implications of copying non-primitive values by reference.
Node.js is great for concurrent requests, but CPU-heavy tasks can slow things down. This post dives into how Node.js works and explores Worker Threads - a secret weapon for keeping your Node.js applications running smoothly!