Blog

Articles about Web Development

Top 5: Q & A With a Developer

January 20, 2024 5 minute read

At my current job I get asked a ton of questions about programming all the time. I thought that answering some of these questions in a blog article would be an excellent way of addressing the top questions that I am constantly being asked.

Read Post

Why Is Learning to Program a Good Financial Move?

December 9, 2023 3 minute read

If you have ever been interested in programming, I am sure that you have heard time and time again that programming is one of the best career paths you can go into. There is always high demand for programmers, programming salaries are among the highest salaries, and the job growth for programmers is much higher than that of other career fields.

Read Post

Markdown Crash Course

August 4, 2023 8 minute read

Markdown is a powerful and lightweight markup language used for creating formatted text. Markdown is a powerful and lightweight markup language used for creating formatted text. This blog post will walk you through how to use Markdown - starting with the basics of formatting text, all the up to more extended markdown features.

Read Post

Building Custom Hooks in React

January 27, 2022 5 minute read

A hook is a function that allows us to “hook” into React features, such as lifecycle methods and state. React actually has seven pre-defined hooks that we can use in our applications, but did you know that you can easily create your own custom hooks to use across your React application?

Read Post