Frictionless Content Creation with MDXBlog
October 3, 2024
Likes: 1
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a database...
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
September 12, 2024
Likes: 2
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their...
Create a Dynamic Noisy Logo Using Canvas and SVG in React
September 11, 2024
Likes: 4
This effect generates random noise on a canvas and reveals the noise through an SVG logo using a mask.
How to Convert Text to Speech Using Google Cloud Text-to-Speech API
July 11, 2024
Likes: 0
Google Cloud Text-to-Speech API allows developers to synthesize natural-sounding speech from text. This guide will walk you through the process...
Create a GIF file from jpegs
June 16, 2024
Likes: 0
Create a GIF file running at 5 frames per second from a series of JPEG images using ffmpeg.
Building a Content Management System for Static MDX Files
June 2, 2024
Likes: 0
In this article, we'll walk you through creating a content management system (CMS) for our MDX Blog, where blog posts...
Simple Static MDX Blog
November 17, 2023
Likes: 0
Creating a static MDX blog in Next.js 14 involves several steps, including setting up your Next.js environment, creating MDX files,...
Blog Post Creation Interface
February 20, 2023
Likes: 0
Basic React user input interface for a blog post app.
How to Draw a Circle With HTML5 Canvas
March 22, 2022
Likes: 0
This article describes the the canvas arc drawing method that will allow us to draw a circle with the HTML5...