Hacker News new | past | comments | ask | show | jobs | submit | arpitbatra123's comments login

looks impressive. could be a nice addition on my personal library page - https://arpit.tk/komura


If you are good at ES6 and css, then you’re halfway there. You can build a full stack web application if you know JS with the help of some frameworks. My personal preference for a JS frontend framework is React and for the backend, I prefer express which runs atop node. It is definitely easier in 2020 to develop a web application but the JS ecosystem is too fragmented these days so avoid the shiny object syndrome if you’re serious about making something. npm is a module registry and you can pull in 3rd party dependencies for your app from there, so yeah you might have to learn to navigate your way around it. jenkins and docker are not so necessary in the initial phases as you can offload CI and Cd to SaaS providers such as netlify but the pricing of these providers is steep so you might want to move on from them.


I "was" good at ES6. ;) Thanks for the answer. Indeed the fragmentation of the JS ecosystem makes it quite difficult to know where to stand. The link to roadmap.sh helped me see a clear path. Thanks for the mention of Netlify, I'll take a look.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: