Objects vs. Arrays
Photo by Blake Connally on UnsplashBoth objects and arrays are considered “special” in JavaScript. Objects represent a special data type that is mutable and can be used to store a collection of data...
View Article7 Alternatives to the HTML Tag
Does your HTML markup look like this 👆?In the early stages of learning how to structure an HTML document, it’s not uncommon to end up with what some developers call “div soup.” Need a content section...
View ArticleES5 vs. ES6: Functions
Functions in ES5There are two ways to write functions in ES5, and both variations produce essentially the same outcome.In a Function Declaration (sometimes referred to as a “named” function), we use...
View Article4 Non-Coding Skills Every Developer Needs
Napoleon’s got skills. Do you? Image via The Brandsmith Co.There’s no doubt that if you want to be good (and employable) developer, you need to know how to write code. That’s should be pretty obvious -...
View ArticleWhen to Use , , , and Tags in Your Markup
Choose wisely…As HTML continues to evolve and incorporate more useful native features that improve both the user and developer experience, confusion can arise when choosing the most appropriate tag...
View ArticleWeek 4: Workin’ It Out with JavaScript
In Week 3 we learned about basic JavaScript data types, storing those data types in variables, and creating more complex data structures using arrays and objects.In this lesson, we’ll look at some ways...
View ArticleWeek 3: What’s Your (JavaScript) Type?
With JavaScript, we can add interactivity and logic to our web projects to make them more engaging and enjoyable to use. JavaScript represents the behavioral layer of the web development stack — with...
View ArticleWeek 2: Lookin’ Good with CSS
Continuing with the physical building analogy from Week 1, if HTML represents the frame and structure of a website or web app, then CSS is the paint, wallpaper, artwork, fixtures, furniture, and...
View ArticleWeek 1: Building a Solid Foundation with HTML
Nearly every project built for the web relies on Hypertext Markup Language, or HTML, as its foundation. HTML is the standard markup language for all websites and web apps, and, when paired with CSS and...
View ArticleWeb Dev 101: Course Kickoff
Welcome to Web Dev 101 🙌Welcome to Web Dev 101! I’m stoked to have you here and I’m grateful you’ve decided to start your web development journey with me. This course is designed for complete beginners...
View Article