I work on the backend team supporting an SNS with 170K users, built using Ruby on Rails. We use...
When working with Active Record in Ruby on Rails, we often need to count the number of records. There...
We often see implementations of WebSocket using the Express framework and Socket.io. However, there...
This post was featured in Codeminer42 Dev Weekly #10 on Codeminer42 's engineering blog. In a...
This post provides a explanation of implementing user authentication in a Next.js 14 application...
When working with Firebase Cloud Messaging in a React application, creating a service worker (the...
JavaScript employs two main module systems: CommonJS using require() and module.exports for imports...
JavaScript's "use strict" directive allows you to opt into a restricted variant of the language,...
Understanding the scope in JavaScript is crucial for writing robust and maintainable code. While in...
In JavaScript, understanding hoisting is crucial for any developer. Hoisting can be a tricky concept...