Programming Posts

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 years prior to that.

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 browser and controls what resources can be retrieved from other domains.

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 documentation and other materials.

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.

JavaScript Object Constructors

JavaScript Object Constructors

December 5th, 2019

Object constructors are an important aspect of object oriented programming.

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.

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 much like the forEach() method.

 Filter - JavaScript Array Methods

Filter - JavaScript Array Methods

November 6th, 2019

Filtering is a powerful tool that can be used in many different contexts.

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.