TechBlog: All things web design, software development, tech, or programming.
Next.js 14 Basic Template
December 18, 2023
Likes: 0
Next.js 14, known for its high efficiency and swift page loading, serves as the backbone of this template. It simplifies...
Fix Event Bubbling on Select Component from Shandcn/ui
December 7, 2023
Likes: 0
Write your description here...
URL Based State Management in Next.js
December 3, 2023
Likes: 0
Write your description here...
Basic Next 14 template
November 29, 2023
Likes: 0
Write your description here...
Setting Up Google reCAPTCHA in a React Form
November 24, 2023
Likes: 0
In this tutorial, we'll learn how to integrate Google reCAPTCHA into a React form to enhance security and prevent automated...
Script to Process Phrases with OpenAI
November 23, 2023
Likes: 0
In this article, we’ll explore how to build a Python script that processes a JSON file containing Italian phrases, retrieves...
Using Google Cloud Text-to-Speech API
November 23, 2023
Likes: 0
In this aritcle, we will walk through the process of using Google Cloud Text-to-Speech API to convert text to speech...
Automating Sitemap Generation with GitHub Actions
November 20, 2023
Likes: 0
This article covers updating a sitemap using GitHub Actions. This approach ensures that new content is promptly indexed by search...
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,...
Using Grid with Tailwind CSS
October 13, 2023
Likes: 0
CSS Grid is a powerful tool for creating layouts in CSS. It allows you to create complex layouts that are...