Choosing Tech Stack
How to choose tech stacks ?
In this blog post, I'll be discussing how I choose tech stacks. So this is how I choose one.
We'll do this the american way, by creating a list.
The first list is to find the industry standard items, now this is really easy today, you just have to to ask CHATGPT.
So If i were to prompt gpt,
The result i got was,
- React.js
- Next.js
- Vue.js
- Angular
- Svelte.js
The second list is to choose the one that's easiest, dev friendly, good documentation, taking it to production and others. The idea is how fast can i learn and get going instead of waiting too long.
- Vue.js
- Svelte
- React.js
- Next.js
Now this is the last step, which is a bit tougher.
Look through each tech's documentation and get a feel for each stack by installing it, do some coding and get a personal opinion for each one.