I want to preface this post by saying that these Javascript "Fundamentals" posts really aren't about the fundamentals, but really about the intricacies and under-the-hood principles that make Javascript such a powerful language. Specifically, these are topics that I found interesting that changes my perspective on JavaScript programming and why it is such a cool … Continue reading JavaScript Fundamentals #3
Month: November 2016
JavaScript Fundamentals #2
Today I watched a bit more of JavaScript: Understanding the Weird Parts on Udemy. I learned a lot more about functions than I had known previously and it is actually really useful. First of all, it is important to note that functions are objects. This means that functions can be treated as objects and can … Continue reading JavaScript Fundamentals #2
Javascript Fundamentals #1
This is a little post after watching the second section of JavaScript: Understanding the Weird Parts by Anthony Alicea. I want to preface this by saying that before going into the course, I didn't think I was going to learn much about JavaScript since I've used it a bunch on various projects. It was true … Continue reading Javascript Fundamentals #1
Status Update: November 21, 2016
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 … Continue reading Status Update: November 21, 2016
What is a Web Service?
“A web service is any piece of software that makes itself available over the internet, sometimes through HTTP, and uses a standardized XML messaging system.” What is HTTP? HTTP means Hypertext Transfer Protocol. It is a stateless internet protocol meaning that there is no memory of any previous page actions or commands. Basically, nothing can … Continue reading What is a Web Service?
Status Update: November 18, 2016
Just opened up a blog I had from a very long time ago: pjamas180.wordpress.com It was basically a blog that I had to detail my college life. The last time I wrote in it was June 1, 2014 which was a looong time ago (relatively). I would say I've changed a bunch since then especially … Continue reading Status Update: November 18, 2016
Status Update: November 17, 2016
Created my logo for my blog! which gains influence from Steph Curry's logo which is a 30 (his number) and SC (his initials). This logo is supposed to look like a O and a G, which kind of goes with the name of my blog (villOG) and means "Original Gangster" in my dictionary. I hope … Continue reading Status Update: November 17, 2016