Alvin Crespoalvincrespo.hashnode.dev·Oct 18, 2024Enhancing a Scalable Export in Ruby on Rails: Lessons LearnedIn my last blog post, I walked you through the implementation of a scalable export system in a Ruby on Rails application. Since then, I’ve encountered a few challenges, particularly around concurrency, file locking, and ensuring that data exports are...Ruby on Rails
Ukpa Uchechiukpauchechi.hashnode.dev·Jul 22, 2023Nodejs module, module.exports and exportsIntroduction With the increase in application requests, which also increases the amount of code that has to be written, it was no longer practical having all code in one file. The concept of modulation was born, which allowed us to separate our files...2 likes·53 readsmodules
Vaibhav Dewanganvaibzde.hashnode.dev·Jan 6, 2023#Day17 - Understanding & Working with modules in Node.jsIntroduction Modules are like little packages of code that you can use in your Node.js application. They let you break your code up into smaller pieces, which makes it easier to understand and use. You can think of them like the containers you see at...Code, Blog, Repeat: A 50-Day Quest for Back-End Masterymodules