TechBlog: All things software development, tech, or programming.
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: 3
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...
Next.js: Navigating Between Routes
October 3, 2024
Likes: 0
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and...
Next.js: Layouts and Templates
October 2, 2024
Likes: 0
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies in their...
Copy to Clipboard for Text in JavaScript
October 1, 2024
Likes: 0
In this article, we’ll cover how to copy text, images, and files to the clipboard with practical examples using React...