Which is the stack you usually use to start your side projects?
I've been thinking about starting a project on my own for a long time and I was wondering which stack is usually used.
I've been developing micro service applications for a long time and the best option I can think of is to use the MERN stack.
What is the best option for you?
20 comments
[ 4.8 ms ] story [ 48.5 ms ] threadI was doing some niche amateur cryptography. I started with numpy, but I needed high performance and support for custom fields (e.g. cyclotomic polynomial rings) so I switched to Julia.
The learning curve was worth the expressiveness and conciseness of the new language. It's important that your code matches the abstraction of your problem domain.
Just pick what seems fun and what seems productive to you.
How do you do that? Do you spin up your own server?
unreal engine for interactive stuff
c++/ swift for code oriented stuff
The correct answer is mostly what others have said: whatever you know best. But I would caveat that with this: if this is a project just for fun and learning, pick anything you want and the most important part is have fun. If you are trying to do RAD and get something in a market, grab what you know best and go from there.
* https://www.webtoolkit.eu With Wt there is no requirement for Bootstrap and/or jQuery though.