TechBlog: All things web design, software development, tech, or programming.
CSS Grid - Mastering the Terminology
October 10, 2023
Likes: 0
As we journey deeper into the world of CSS Grid, understanding its language is pivotal. Like any other system, CSS...
Understanding CSS Grid - An Introduction
October 9, 2023
Likes: 0
CSS Grid is revolutionizing the way web developers design layouts. While CSS has always had tools for layout design, Grid...
Git Switch
September 15, 2023
Likes: 0
Discover the functionalities of the git switch command, introduced in Git 2.23.0, which brought a revolution in the ease of...
GitHub Flow - Part 3
September 15, 2023
Likes: 0
Continuing from where we left off in our GitHub Flow article series, Part 3 delves deep into the collaborative spirit...
GitHub Flow - Part 2
September 13, 2023
Likes: 0
In this second installment of the GitHub Flow article series, we delve into creating a new branch and working on...
GitHub Flow - Part 1
September 11, 2023
Likes: 0
GitHub Flow Code-Along article series. GitHub Flow is a lightweight, branch-based workflow that supports teams and projects where deployments are...
Higher-Order Components
August 30, 2023
Likes: 0
The concept of a "higher-order" function or component comes from functional programming. In functional programming, higher-order functions are functions that...
Supabase Auth REST API with Next.js
August 30, 2023
Likes: 0
To create a persistent auth using the Supabase REST API with Next.js and the App Router, you can follow these...
Tauri - Opening Files and URLs with Next.js
August 29, 2023
Likes: 0
This article provides a step-by-step guide on integrating Tauri and Next.js. You'll learn how to add file and URL opening...
The 'Git Run'
August 21, 2023
Likes: 0
This article provides a step-by-step approach to understanding essential Git commands. It helps in setting a solid foundation for using...