| Road map to frontend development: 1. Learn about internet (domains, http, browsers, servers etc) 2. Build something with html and css. Learn about accessibility (so many people don't properly add all the properties on their html tags) 3. Learn javascript to add interactivity. 4. Get a book for functional programming. Most modern ui frameworks use a lot of functional concepts. Learn a functional language too. (Elixir is pretty) 5. Deployment, stuff that was supposed to be backend engineers job but now you can do it. Functions, cloud stores, cdns, etc. 5. Look for jobs on the job boards and see which framework is trending right now. 6. Build a HN clone in it. Thank you for coming to my hn talk. |
To build a HN clone you can use a MVC framework like Laravel, ASP.Net or Django.