TechBlog: All things web design, software development, tech, or programming.
Understanding Word Boundaries and Alternation in Regex
December 16, 2024
Likes: 1
Regular expressions (regex) are powerful tools for matching patterns in text. In this article, we’ll explore two key concepts: word...
Master Regex: A Practical Series with an Interactive Tester
December 13, 2024
Likes: 2
Regular expressions, or regex, are powerful tools for solving complex text processing challenges.
Centralizing Role-Based Access Control in a Next.js Layout with Supabase Auth
December 6, 2024
Likes: 2
In a Next.js application using the app router, the layout component provides an excellent place to handle authentication and role...
Setting up Google Cloud Text to Speech App
December 6, 2024
Likes: 1
This article will guide you through the process of setting up a simple TTS web app using Google Cloud Text-to-Speech...
Understanding Data Field Terminology in Software Development and Data Science
December 6, 2024
Likes: 0
This article clarifies these terms by defining their usage in various contexts, such as programming, databases, and data science.
Building a Contact submission form in Next.js 15 and Notion
December 5, 2024
Likes: 1
Next.js 15 introduces tools like the App Router and server actions that streamline building modern web applications. This article demonstrates...
Params in Next.js: From Version 14 to 15
December 2, 2024
Likes: 1
Next.js 15 brings a promise-based approach to optimize server-side rendering, streaming, and parallel data fetching.
How to Copy Text to the System Clipboard in Vim
November 25, 2024
Likes: 2
Vim is a powerful text editor, and knowing how to efficiently copy text to your system clipboard can greatly enhance...
Output audio from Chrome to QuickTime for recording using BlackHole
November 22, 2024
Likes: 0
BlackHole is a free, open-source virtual audio driver for macOS that allows you to route audio between applications.
Vim Motions Series
November 20, 2024
Likes: 1
Vim is a highly configurable text editor widely used for efficient coding and text manipulation. It operates mainly through the...