|
|
|
|
|
by Existenceblinks
2692 days ago
|
|
Start with HTML for sure. IMO, just a bit of CSS unless you are pretty good at designs because CSS will cause pain soon. During learning HTML, learn those <form>, <input>, <submit> once you think "so what's next?" with normal presentation. This will lead to "Web Application" once you're comfortable with "Web site" development. Learn basic backend stuff (the server where it responses requests from browser e.g. Chrome, Firefox). Ruby on Rails is the right framework for many reasons (developer friendly (short-term at least!, more jobs in the market etc) The first thing you will learn on backend is likely a simple "blog" application. After that I think you're good at learn how to learn. ---- I read your comment on this thread, so you want to be a frontend developer!? God bless you! I don't encourage new comers to fall into React for good reasons.. |
|