Featured Post

The Best Way to Learn How to Code in 2024

Codecademy has been around for awhile now, but we felt this masterful site deserved to be highlighted in an article. It is one of the resources I originally used when I was learning how to code.

Read more

Recent Post

Top CSS Frameworks in 2023

CSS frameworks have been a crucial part of web development for many years now. They offer a lot of pre-designed UI elements and styles that allow us developers to quickly and easily create beautiful and responsive websites.

Read more

Implementing a Queue Data Structure in JavaScript

A queue is a linear data structure that follows the First-In-First-Out (FIFO) principle, meaning that the first item to be added to the queue is the first one to be removed.

Read more

5 Common Server Vulnerabilities with Node.js

We recently published an article about OWASP Juice Shop and got a lot of great feedback from the community, so we decided to dive a bit deeper into some security-related topics.

Read more

Background & History

Introduction Welcome! We’re happy you’re here, and excited to embark on this journey into JavaScript with you. Before we begin exploring JavaScript as a programming language, we’ll quickly explore a little of the history of JavaScript.

Read more

Fundamentals of JavaScript

Introduction In this lesson, we’ll be exploring the basics of JavaScript’s syntax. You’ll learn what types and variables are and how to declare them, how to perform arithmetic operations, what strings are, and more.

Read more

HTTP Status Codes You Should Know About As a Web Developer

HTTP (Hypertext Transfer Protocol) status codes are a crucial part of web development. They indicate the status of a request and response between a client and a server.

Read more