Why scalability is important?
I'm a college dropout turned self-taught developer. I transform documented ideas into functioning scalable tech products.
Search for a command to run...
I'm a college dropout turned self-taught developer. I transform documented ideas into functioning scalable tech products.
No comments yet. Be the first to comment.
Is JavaScript compiled language or interpreted language or a mix of both? Don't worry! Take a chill pill 😎 I'll break it down for you, bit by bit. But first thing first... Take a deep breath, and follow along. JavaScript engines use the JIT(just in ...
Have you ever been in a situation where your code runs in one browser and fails in another? And you would be wondering what the hell is happening?? Even after checking your code thoroughly, over and over again, you find it 100% correct. Then where t...
It took me 4-days and 100+ attempts to solve this simple issue of uploading a file using node. And the moment I got it right, I was like...phewww Here is how I solved this issue. By creating a - Simple node server. Middleware to process files. PO...
Whattttt??? Yes, You read that correctly. Let's deep dive into this topic. Before we get into a serious drill, Let's quickly revise objects and functions in JavaScript. Object: Objects in JavaScript are nothing but a non-primitive type data structu...
Again a jargonish word, but let me demystify it for you. It's nothing but a simple technique we use to prevent unnecessary function calls to improve app's performance. Unlike Debouncing, here we block a function call for a particular time if it's be...
Scalable tech sounds SCALABLE but what makes scalability important???
Remember - we cannot build scalable tech in a jiffy.
We all know it is important to ship fast features when a product needs to thrive and live up to the expectations of users and stakeholders.
But in most startups, it doesn’t work that way.
Founders often assume that
These assumptions backfire as slow progress when they wish to scale. On top of it, they end up paying high costs for building tiny features which takes more time and effort.
But, what if? I tell you there is a way
You can add any feature and functionality at very minimal cost & effort in no time.
Yes, it's possible!
Writing scalable code is super important for large-scale apps.
Because -
Your code should be clean and maintainable.
Code navigation.
Well-documented code.
At any stage, your app users can drastically increase which means increased API requests. In most cases, single server can’t handle it well.
In such conditions, you don’t want your app to crash. To prevent your app from crashing you can do the following -
follow me for more such blog posts.
Let me know if this blog was helpful.