Blog Posts

Looking to learn more about web development? Here I post content about various web related topics.
Benefits of Your Content Management System

Benefits of Your Content Management System

Content management systems (CMS) are a great addition to any website.

A Possible Future with Web3

A Possible Future with Web3

The web has the potential to evolve into a new era beyond our current understanding.

 Filter - JavaScript Array Methods

Filter - JavaScript Array Methods

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

Content Security Policy

Content Security Policy

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.

JavaScript Object Constructors

JavaScript Object Constructors

Object constructors are an important aspect of object oriented programming.

Map - JavaScript Array Methods

Map - JavaScript Array Methods

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.

Read More – For Programmers

Read More – For Programmers

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

On the surface, the concept of immutable state seems simple and easy to comprehend.

Sort - JavaScript Array Methods

Sort - JavaScript Array Methods

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

Troubleshooting Race Conditions in Inventory Management with Azure Event Grid and Service Bus

Troubleshooting Race Conditions in Inventory Management with Azure Event Grid and Service Bus

I recently encountered a bug with an inventory management codebase that utilizes several Azure services, and I wanted to share my experience.

Web Content Strategies

Web Content Strategies

Business to business (B2B) companies or Business to Consumer (B2C) often neglect a relevant content strategy for their website.

Azure Pipelines Uploading Project Source File to Storage Account

Azure Pipelines Uploading Project Source File to Storage Account

Here is another hair pulling issue I had while working with Azure Pipelines.

New Developer Mistakes & Pitfalls (by a junior student)

New Developer Mistakes & Pitfalls (by a junior student)

I just picked up learning web development about two months ago.