|
|
| | Ask HN: What's the fastest way to get good at full stack app development? | | 23 points by martialg on May 9, 2022 | hide | past | favorite | 16 comments | | I have a technical training (physics and applied math), but spent most of my early career in the military (non-technical roles). I got out of the military and spent the last few years in the startup ecosystem in generalist roles. I've delivered when managing technical projects, can read/understand developer documentation pretty well, and frankly just vibe with developers so I want to make the transition into launching my own software projects. I don't necessarily want to grind in solitude as a junior dev somewhere to slowly develop my skills - I want to just full bore train in my spare time. Is that the wrong approach? If not, got any tips on where to start? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
* Setup the database
* Define the schema
* Code the server side rest api
* Develop the web frontend
* Deploy it to a server
It doesn't have to be a side hustle it can just be something that solves a problem or scratches a particular itch that you have. If you find it useful then you'll stay motivated to work on it and power through each of the issues you encounter. You can refactor it as you go and learn without fear of deadlines and go at your own pace.
Once you've done it once you'll have the confidence to do it again. But nothing will help you learn full stack development as well as building a full stack application from scratch. There is no shortage of How To resources for each step from above but I find that until you start building something those resources have trouble sticking because you lack the context to anchor the information in.
So just start building stuff.