Recently, I needed to add session management to a Next.js project and came across NextAuth.js. It’s a...
I'm looking for a Jetta, and of course, I want to make sure I get the best option. Instead of...
Recently, I had to add Redis to a React application running on Next.js using server actions. Here are...
A couple of years ago, I bought a Raspberry Pi Model B+, and I finally decided to set up a web server...
In this post, I’ll demo how to read a value from a promise using use. ...
In my last post, I shared three things I learned during 2024. In this post, I’ll try to predict three...
Three lessons I’ve learned this year: 1. AI: Use it or see ya later It’s no surprise that...
Server Functions are functions referenced on the client but executed on the server. Here’s an...
Usually, when working with a form, you’d want to: a) Display a loader b) Show validation...
Salesforce offers a Headless Passwordless Login Flow that allows registered users to access an...
Passwords are easy to forget, and users often reuse the same password for everything. On the other...
In this demo, I’ll use Google ReCAPTCHA v3 credentials within a React application built on Next.js....
I recently integrated with the LinkedIn API, and it turned out to be pretty straightforward. The task...
In the last post, we handled everything on the AWS side; now let's dive into React to set up our...
This is the first in a two-part series where we’ll build a React app using AWS Cognito for...
React components with state variables trigger a re-render when those variables are updated. This is...
React, like any other JavaScript framework, handles a lot of things behind the scenes that we often...
GPT rocks, but it no longer offers an API with a free tier—at least not anymore. Luckily, Google...
Let's say we want to scrape chicagomusiccompass.com. As you can see, it has several cards, each...
Bringing Machine Learning to Life with TensorFlow As a JavaScript developer, diving into...
Chicago Music Compass CMC is a web application designed to help users find Chicago music...
Web3 is definitely here to stay. Networks like Bitcoin, Ethereum, Solana, and tons of others are...
I’m working on a personal project designed to help users to find Chicago music concerts. One notable...