Programming Posts

Open Graph Protocol

Open Graph Protocol

November 3rd, 2024

Open graph protocol (OGP) is a method of treating a web page as an object. This allows platforms li…

Staying Motivated as a Developer

Staying Motivated as a Developer

October 4th, 2024

I've been working professionally as a software developer for three years and as a hobbyist for two …

Content Security Policy

Content Security Policy

December 2nd, 2021

Content Security Policy (CSP) is a Hyper Text Transfer Protocol (HTTP) header that is sent to the b…

Read More – For Programmers

Read More – For Programmers

December 4th, 2021

When I first started my career in programming, I did not realize the importance of reading document…

Normalized Immutable State in REDUX

Normalized Immutable State in REDUX

February 5th, 2020

On the surface, the concept of immutable state seems simple and easy to comprehend. It is in its ap…

JavaScript Object Constructors

JavaScript Object Constructors

December 5th, 2019

Object constructors are an important aspect of object oriented programming. At first, these constru…

Sort - JavaScript Array Methods

Sort - JavaScript Array Methods

November 1st, 2019

The .sort() method is one of the many methods that iterate over an array. This method in particular…

Map - JavaScript Array Methods

Map - JavaScript Array Methods

November 0th, 2019

The .map() function is used to iterate over an array to apply a function to each of it’s elements m…

 Filter - JavaScript Array Methods

Filter - JavaScript Array Methods

November 6th, 2019

Filtering is a powerful tool that can be used in many different contexts. One example of filtering …

New Developer Mistakes & Pitfalls (by a junior student)

New Developer Mistakes & Pitfalls (by a junior student)

September 3rd, 2019

I just picked up learning web development about two months ago. It’s been a hell of a ride learning…