TechBlog: All things web design, software development, tech, or programming.
Swiss Design with Code
February 19, 2025
Likes: 5
This article introduces the conceptual framework for a future course: Swiss Design with Code – A Grid-First Interactive Course.
Discover Typography Trends and Fonts for Web Design
February 18, 2025
Likes: 2
Fonts play a crucial role in setting the tone of a website, enhancing readability, and communicating brand identity.
How to Use React Email in a Next.js Project
February 12, 2025
Likes: 1
Email templates have traditionally been built using HTML and inline styles, which can be tedious and inconsistent across different email...
My Reading List
February 3, 2025
Likes: 1
These resources can help keep you informed.
Comparing Axios and Fetch: Choosing the Right Tool for Your API Calls
January 8, 2025
Likes: 2
While both fetch and axios capable of handling HTTP requests, each has unique features that suit different use cases. This...
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...
Understanding Printful API Integration: Fetching Store Products and Product Details
January 2, 2025
Likes: 0
When building an e-commerce platform that integrates with Printful for product fulfillment, accessing the Printful API becomes a crucial step.
Handling Stale State in React with useRef for Dynamic Components
December 27, 2024
Likes: 1
When building React applications, you may encounter situations where state updates don’t seem to take effect in certain callbacks or...
Extracting URL Parameters in Next.js 15: A Practical Guide
December 24, 2024
Likes: 0
This guide will explore how to work with URL parameters in Next.js 15 and create a minimal page component to...
Breaking Down the Regex for Phone Numbers
December 21, 2024
Likes: 3
When working with phone numbers in applications, ensuring that the input is properly validated is essential.