Some of my Web Dev journey, shortly
- Started using Git and GitHub!
- Pushed Home inventory on Github (created repository).
Started learning ReactJS (following this tutorial). And stopped not long after! This approach felt very difficult.
- Github's Home Inventory Web repository becomes public.
- The cardboard search bar searches throught the database. Coded my own AJAX Http request and PDO query against the MySQL JSON Database!
- Learning Angular via (this course) and looking forward to using in the next developments!
- Using Git & Github was very difficult at the beginning, then finally very rewarding at the end.
- Managed to fetch data from the web server and database, with my own AJAX code! It does look ugly… I would probably have a cleaner code to fetch web server data with a framework (for instance RubyOnRails...)
- CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. Sass for instance?