Blog Posts

Looking to learn more about web development? Here I post content about various web related topics.
Staying Motivated as a Developer

Staying Motivated as a Developer

2024-10-17T15:59:17.824Z

I've been working professionally as a software developer for three years and as a hobbyist for two years prior to that.

Azure Pipelines Uploading Project Source File to Storage Account

Azure Pipelines Uploading Project Source File to Storage Account

2024-07-02T19:31:21.081Z

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

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

2024-06-08T00:00:00.000Z

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

A Possible Future with Web3

A Possible Future with Web3

2024-01-01T13:48:58.632Z

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

Content Security Policy

Content Security Policy

2021-12-14T19:31:21.081Z

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.

Benefits of Your Content Management System

Benefits of Your Content Management System

2021-12-07T22:23:03.034Z

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

Read More – For Programmers

Read More – For Programmers

2021-12-02T15:59:17.824Z

When I first started my career in programming, I did not realize the importance of reading documentation and other materials.

Web Content Strategies

Web Content Strategies

2021-12-02T12:00:56.007Z

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

Normalized Immutable State in REDUX

Normalized Immutable State in REDUX

2020-02-21T15:59:17.824Z

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

JavaScript Object Constructors

JavaScript Object Constructors

2019-12-06T16:47:52.678Z

Object constructors are an important aspect of object oriented programming.

Sort - JavaScript Array Methods

Sort - JavaScript Array Methods

2019-11-11T16:36:11.369Z

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

Map - JavaScript Array Methods

Map - JavaScript Array Methods

2019-11-10T16:40:51.117Z

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

2019-11-09T16:24:53.076Z

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)

2019-09-18T15:53:57.216Z

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