Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.5 KB

2020_milestones.md

File metadata and controls

27 lines (20 loc) · 1.5 KB

Home Inventory Web - 2020 Milestones

Some of my Web Dev journey, shortly

Feb

  • Started using Git and GitHub!
  • Pushed Home inventory on Github (created repository).

March

Started learning ReactJS (following this tutorial). And stopped not long after! This approach felt very difficult.

April

  • 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!
  • Product demo video #1

Sept - Dec

  • Learning Angular via (this course) and looking forward to using in the next developments!

Some Thoughts

  • 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?

Contents