Intro to React.js

August 31, 2022 Galen 3

Introduced by Facebook in 2011 and open-sourced and released in 2013, React.js is a JavaScript library for building user interfaces. It competes with frontend frameworks […]

JavaScript Promises

August 28, 2022 Galen 0

Normally in JavaScript, you’re going to be working with what is known as synchronous code. Synchronous code is where each line or command is executed […]

Four Pillars of OOP

August 10, 2022 Galen 0

I can remember interviewing for my first software development jobs just after graduating school. It seemed like almost every interview and most job listings mentioned […]

Intro to JavaScript

August 10, 2022 Galen 1

I talked about JavaScript briefly in my first post, but thought I would go into it more in-depth here. JavaScript is what makes web pages […]