Web Dev Boot Camp Week 7

        Welcome to my Full Stack development boot camp week 7! This blog update may be a little short since the topics for this week that were covered before venturing into Java Script; was to learn how to debug our own code and working with not only HTML but also CSS files. Dr. Angela Yu goes into depth explaining how to copy our own full pathways and pull up our sites but references how the compiler works when uploading the code and reading both files at the same time. Doing so, there are rules of hierarchy that come into play when the code uploads so that means I was challenged to look at my own code and see if I can inspect it, then spot the logical errors as my browser was loading up the site. 

    From what I experienced during this practice challenge is that I would run into errors with how the code oversets default settings to the one's I had already put into place, but it was interesting to see that it wasn't the case here. It had to do with syntax as to how my HTML files syntax was globally referencing files inside my ATOM IDE. Basically, meaning that compiler won't reference properly if your files aren't placed in the correct locations in the correct sequence and using certain tags to reach them. So even though HTML is pretty MLA format-like, and can be written pretty loosely, there is still order to the chaos that CSS demands from the HTML scripts, making CSS a PAIN to keep reviewing and debugging. Dr. Angela Yu spent a whopping 45 minutes discussing going back and forth between HTML and CSS and their respective rules and describing in the simplest way she can on how they talk to each other so we can understand how to debug the errors that popped up. I feel like CSS is a high maintenance language after the challenges for sure. 

    I like this structure of teaching more than class lately because of how "hands on" the Udemy boot camp experience has been. There's always pauses waiting for me to practice or mess around after being given references, Q&A's at the bottom of each video, thorough explanations, and challenges at the middle of each new topic and end. 

    As far as what I'm reporting for how this compares to school and learning from a professor, I would strongly stand by this statement. Number one, it depends on the teacher and teaching style, however this method of teaching is phenomenal, and I would highly recommend anyone looking to pick up some electronic skill or review information to purchase a Udemy course, and if possible, one instructed by Dr. Angela Yu herself.  

Comments

Post a Comment

Popular posts from this blog

Web Dev Boot Camp Week 9

Web Dev Boot Camp week 2

Web Dev Boot Camp Week 8