javascript
Return Game: Traditional vs. High-Order Array Functions!
Decoding JavaScript's Looping Magic: Return Statements Unveiled!
Archive
Articles on distributed systems, backend engineering, Linux, cloud infrastructure and the craft of building reliable software.
javascript
Decoding JavaScript's Looping Magic: Return Statements Unveiled!
databases
Unveiling the Hidden Layers: Demystifying Data Abstraction in Databases for Optimal Performance and User Experience
system-design
What is Consistent Hashing, Benefit, Use cases, pitfalls.
javascript
This article will be explaining some ES6-specific features which you can actually use or using in your day-to-day life. Let & Const As Js already has some reputation for being complicated language so I will try to explain the different types of keywo...
engineering
Intro : The scalability of an application can be measured by the number of requests it can effectively handle in a given time frame. When your website grows in popularity and getting more incoming traffic than normal, to support simultaneous amount o...
system-design
A journey of thousand miles starts with a single step. Building a complex system which is scalable, provides fault tolerance with other cool stuff also starts with something very simple. Single Server Set Up : First we will be starting off with ...
rpa
RPA stands for Robotics Process Automation. We use RPA technology to mimic a human behaviors while interacting with a computer application and automating repetitive and rule-based tasks. RPA technology can automate back-office tasks, data entry, data...