|
|
|
Ask HN: What framework/language should I use?
|
|
7 points
by pranavpiyush
2939 days ago
|
|
I'm a product/business guy who studied computer engineering in college. I'm familiar with the basic concepts but haven't coded for a living at all. I want to build a web application and am unsure which language/framework I should go with... I considered node/express/meteor or python/django or ruby on rails... how do I even decide? Thoughts? |
|
I started learning web dev about a year back. I was right where you are and I will try to shed some light on what I finally landed on.
___
Frontend- ReactJS
Backend - Google Firebase
___
React is amazingly simple to learn. You just need to know some HTML, CSS and JS as a base. Google Firebase is probably one of the greatest things ever made. As a beginner, it helped me do things in days that would have taken me weeks.
This stack took me months to find and I'm so glad I did. I can even code and deploy static sites in minutes.
1. https://www.codementor.io/yurio/all-you-need-is-react-fireba...