NextAPI - A Next.js RESTful API Starter for building SaaS Apps
2023-01-22In 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
2023-01-21In this tutorial, we will learn how to create and send HTML emails with React Email and Next.js
25 Resources to Learn Next.js in 2022
2022-03-04I've curated 25 online resources to learn Next.js in 2022.
How to Base64 encode and decode data in Golang
2022-03-03In this article, I'll show you Base64 encoding and decoding in Golang.
How to send an SMS with Golang using Vonage SMS API
2022-02-26In 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
2022-02-25In this article, I'll show you how to send an email with Golang using SMTP.
How to make an HTTP POST request in Golang
2022-01-23We’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.
How to make an HTTP GET request in Golang
2022-01-22We’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
2021-11-22In this guide, we’ll explore how to deploy a Node.js application on DigitalOcean Droplet.
What is JSON Web Token?
2021-11-16JWT 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
2021-11-04This cheat sheet is filled with some handy commands to get started with CRUD operations with MongoDB.