My Journey to be a Web Developer — Week 2
Aug 26, 2017 · 1 min read
This week we start of into the foundations of the web with HTML/CSS and boostrap 3 (though the latest bootstrap is 4 now…).
Lessons Recap
- We did more Ruby programming on day 6. Learning to clean up our syntax and make it as short as possible without repeating any conditions or unnecessary expressions. It is important for us to list all the user interactions, software responses to each user interaction. And break down the problems to solve.
- We got started into HTML on day 7, learning the basic tags and the structure of a HTML page.
- Google is our best friend. Any problems can be easily searched and websites from stackoverflow/mozilla developer docs is very useful.
- Understanding the CSS box model will help to position the different elements of the page so as move the elements to our desires.
- Bootstrap make webpages beautiful. It is easy to install and saves alot of time as alot of CSS have been preset.
This coming week, we’ll be starting on Ruby on Rails, something i’m much looking forward to. Working into server-side back end.
