Scale By Steps
Hi Friends, This is Lakshman here.
It's good to see you all. Welcome back to "Stable & Scale".
As a developer, on this road path, we will learn a lot.
Today we are going to discuss "Scale By Steps".
Each & everything we do has the steps by steps process to achieve some goals.
For example, we need to build the REST API.
The steps are
- Create the Database.
- Create the Project for API.
- Connect the Database to API.
- Create Data Model for process CRUD operations.
- Create the Endpoint to process API request.
- Write Unit Tests for API.
- Test the REST API.
Every step needs to completed to process the next step.
In the process, we need to scale the REST API to achieve the end goals.
Once we build the Stable REST API, we can scale the application with either vertical scaling or horizontal scaling.
It's not specific to REST API, to do any things in your life. It has some steps to follow to achieve it.
So always scale by steps to achieve your goals.
Keep Learning, Explore New Skills, Enjoy your life.
Thank you for your support.
Fine On-road head, we will discuss a lot of things.
Looking forward to your comments and please share your feedback.
Until that, I am Lakshman, Signing Off.
Terms
- Horizontal Scaling means scaling by adding more machines to your pool of resources (also described as "scaling out")
- Vertical Scaling means scaling by adding more power (e.g. CPU, RAM) to an existing machine (also described as "scaling up")
Links
- How to Set Goals - Click Here
Comments
Post a Comment