I just thought of a few more things to write about that could be greatly beneficial to web development.
I’ve started watching the Udemy lecture, Javascript: Understanding the Weird Parts, and when starting it, I didn’t think I was going to learn much. However, the further I got into the lecture, the more I started to realize how much I didn’t know about Javascript. I hope to share some of that with this blog to spread a better understanding of the language.
Another thing that I noticed while editing my “What is a Web Service?” blog is how interesting HTTP request and responses and their formats are. For example, what do the response and request headers mean? Like Cache-Control, Content-Encoding, etc… This explanation could shed more light on the magic of web development and how one small thing can make web development so much more efficient and easy.