Technology: JavaScript

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

Showing 11-20 of 29 posts

Post
JavaScript Functions: Complete Beginner Tutorial

In this beginner-focused tutorial, I will teach you everything you need to know about writing basic JavaScript functions.

Read more
Post
JavaScript Loops: Complete Beginner Tutorial

In this beginner-focused tutorial, I will teach you everything you need to know about writing loops with JavaScript.

Read more
Post
React Component Lifecycle: A Deep Dive for Beginners

When building with React, when should you useState? useEffect? useMemo? useRef? To answer these questions, you must understand component lifecycles.

Read more
Post
Vanilla React 18 + TypeScript + Webpack

Tools like create-react-app are great, but abstract away lots of details. Here's how you can set up a "vanilla" React + TypeScript app using Webpack.

Read more
Post
File Upload Strategies with AWS S3, Node.js, Express, React, and Uppy

There are many ways to handle file uploads in a web app. This post explores which ones are best for your use case.

Read more
Post
CommonJS vs. ES6 Modules for Beginners

A brief overview of what JS module systems are for and the differences between the major module systems available like CommonJS, UMD, AMD, and ESModules.

Read more
Post
How to set up an RSS feed with Next.js in a Nrwl NX monorepo

This post is a quick walkthrough of how I set up an RSS feed for my blog with Next.js and the Nrwl NX mono repo tooling

Read more
Post
How to build a Masonry Image Gallery + Lightbox with Next.js

Build a masonry layout of images that are clickable and open into a beautiful lightbox with the Next.js Image component

Read more
Post
Nextjs Image Component: In-Depth Tutorial

The Next.js Image component does a lot under the hood, but how does it work and how do you use it effectively?

Read more
Post
How to Read MDN Documentation

In this post, we will cover the most common built-in JavaScript objects and methods and learn how to read the documentation for them.

Read more

Showing 11-20 of 29 posts