TechBlog: All things web design, software development, tech, or programming.
Using <details> and <summary> for Native Collapsible Content
June 15, 2025
Likes: 0
The <details> and <summary> elements are simple yet powerful HTML5 features that allow you to create collapsible content sections without...
📄 Understanding the FormData API in JavaScript
June 7, 2025
Likes: 1
The FormData API is a native JavaScript interface that allows you to collect and work with the data submitted via...
Server Components vs Server Actions for Data Fetching and Auth in Next.js 15
May 24, 2025
Likes: 2
With the introduction of React Server Components (RSC) and Server Actions in Next.js 14+, and now formalized in Next.js 15,...
Practical React UseRef Examples
January 2, 2025
Likes: 2
Here's are some examples of components without useRef, where the lack of useRef causes an issue, followed by a fixed...
The State of JavaScript 2024 - JavaScript Features
December 21, 2024
Likes: 2
Here is a comprehensive list of JavaScript features highlighted in The State of JavaScript 2024.
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.
Upgrading to Async Promise-Based searchParams in Next.js 15
October 30, 2024
Likes: 0
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
October 29, 2024
Likes: 6
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
Next.js: Guide to Error Handling in Next.js
October 5, 2024
Likes: 0
In web development, handling errors can take different forms, from displaying user-friendly messages for validation errors to using more advanced...
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...