cURL 101 - Making HTTP Requests with Ease
February 6, 2023Learn how to make HTTP requests with cURL, a command-line tool for transferring data with URL syntax.
Form validation in Next.js using Formik and Yup
February 5, 2023Learn how to validate forms in Next.js using Formik and Yup
How to validate Next.js API routes using Zod
February 4, 2023Learn how to validate Next.js API routes using Zod and return a 400 error if the request body is invalid.
NextAPI - A Next.js RESTful API Starter for building SaaS Apps
January 22, 2023In this article, we'll learn about NextAPI, a Next.js RESTful API Starter for building SaaS Apps.
Sending Emails with React Email and Next.js
January 21, 2023In this tutorial, we will learn how to create and send HTML emails with React Email and Next.js
Next.js - API Route Handler
August 11, 2022Next.js API Route Handler
Next.js - Infer SSR Props
August 10, 2022Next.js Infer SSR Props
Next.js - Prisma Setup
August 9, 2022Next.js Prisma Setup
MySQL + phpMyAdmin Docker Compose
August 8, 2022Here is a simple docker-compose file to run MySQL + phpMyAdmin services for your development needs.
PostgreSQL + pgAdmin Docker Compose
August 7, 2022Here is a simple docker-compose file to run PostgreSQL + pgAdmin services for your development needs.
25 Resources to Learn Next.js in 2022
March 4, 2022I've curated 25 online resources to learn Next.js in 2022.
How to Base64 encode and decode data in Golang
March 3, 2022In this article, I'll show you Base64 encoding and decoding in Golang.
How to send an SMS with Golang using Vonage SMS API
February 26, 2022In this article, I'll show you how to send an SMS with Golang using Vonage SMS API.
How to send an email with Golang using SMTP
February 25, 2022In this article, I'll show you how to send an email with Golang using SMTP.
Make an HTTP POST request in Go
January 23, 2022We’ll explore how to make an HTTP POST request in Go. We will make a POST request to an endpoint with a JSON body and display the results on the console.
Make an HTTP GET request in Go
January 22, 2022We’ll explore how to make an HTTP GET request in Go. We will fetch the JSON content from an API endpoint and display the results on the console.
How to set up a Node.js application for production on DigitalOcean Droplet
November 22, 2021In this guide, we’ll explore how to deploy a Node.js application on DigitalOcean Droplet.
What is JSON Web Token?
November 16, 2021JWT or JSON Web Token is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.
MongoDB Cheat Sheet
November 4, 2021This cheat sheet is filled with some handy commands to get started with CRUD operations with MongoDB.