TechBlog: All things software development, tech, or programming.
Deploy a Dockerized application to Google Cloud
May 11, 2024
Likes: 0
Here is a simple tutorial for creating a Node.js-based web application that takes text input from the user, saves it...
Convert GIF files to MP4 Videos Using Fluent Ffmpeg
May 10, 2024
Likes: 0
Transform GIFs into MP4 videos with ease using Node.js and FFmpeg! Our latest tutorial guides you through creating a Node.js...
Vim Motion Series 1b - Understanding Modal Editing
May 7, 2024
Likes: 2
Modal editing is what makes Vim a powerful tool for text editing.
Next.js Documentation - Configuring MDX in Next.js
April 20, 2024
Likes: 0
From the Next.js official documentation: MDX is a superset of markdown that lets you write JSX directly in your markdown...
API Route in Next.js 14 for Database Updates with Supabase
April 16, 2024
Likes: 0
Explore how to set up an API route using Next.js 14 that interacts with a database using Supabase.
Managing Authentication Tokens with Middleware in Next.js and Supabase
April 16, 2024
Likes: 0
Middleware is a crucial part of web development that helps manage the flow of information between the user and the...
Shadcn ui buttonVariants
April 16, 2024
Likes: 0
This article covers how to use the `buttonVariants` utility from Shadcn UI to style an element as a button in...
Authentication App with Supabase and Nextjs 14
April 14, 2024
Likes: 0
This article will guide you through creating a simple authentication app using Supabase Auth and Next.js 14.
Postgres SQL commands
April 13, 2024
Likes: 0
Postgres SQL commands for Supabase
Avatar Uploader with Server Actions
April 12, 2024
Likes: 0
This app enables users to log in, view their current avatar, upload a new image as an avatar, and log...