Technology: JavaScript

JavaScript is a versatile programming language used for web development, enabling interactive, dynamic content on websites and web applications.

Showing 21-29 of 29 posts

Post
JavaScript Conditionals: Complete Beginner Tutorial

In this beginner-focused post, I will teach you everything you need to know about JavaScript conditionals such as "if-then" statements.

Read more
Post
JavaScript Operators: Complete Beginner Tutorial

In this post, we will combine our knowledge of JavaScript variables with operators, including arithmetic, assignment, comparison, and logical operators.

Read more
Post
JavaScript Variables and Data Types: Complete Beginner Tutorial

In this post, we will learn the basics of JavaScript variables including var, let, and const variations, and when to use each.

Read more
Post
What is JavaScript Used for? Beginner Tutorial

In this post, I'll answer some of the most commmon questions about the JavaScript programming language and provide an introduction for how we will be using it.

Read more
Post
Your First JavaScript Program

In this post, you will learn how to write your first ever JavaScript program along with a brief introduction to browser developer tools.

Read more
Post
JavaScript Date Tutorial: Get the Timezone Right!

JavaScript dates are the bain of every developer's existence. But they don't need to be. This is the last guide you'll ever need.

Read more
Post
Passport JWT and Session Authentication Tutorial

In this post, I will show you how to implement both session and JWT authentication with the Passport JS library.

Read more
Post
JavaScript "this" Keyword Beginner Tutorial

In JavaScript, "this" keyword can be confusing. In this post, I'll explain the 4 ways you can identify what "this" refers to in your code.

Read more
Post
Public Key Cryptography for Beginners with Node JS

Whether you're learning about cryptocurrencies or writing an authentication implementation for your web app, you need to understand cryptography basics

Read more

Showing 21-29 of 29 posts