What You Need To Know About Modularization and Bundlers In JavaScript
Thomas Inyangđź•’ 1 Apr 2025
Modularization is the breaking down of large codebase into smaller reusable modules. It facilitates ease of codebase management, integration of new features, and to build scalable applications without affecting other functionality.
Read moreNextJs FullStack App With MongoDB: Build and Deploy.
Thomas Inyangđź•’ 23 Mar 2025
A step-by-step guide on how to build and deploy a fullStack application using Next.js (api route handler) and Mongodb.
Read moreMobile-First or Desktop-First Design: Which Should I Develop First?
Thomas Inyangđź•’ 9 Jan 2025
There is always that big decision to make during web development, either to develop for small or large screens first.
Read moreHow to Integrate Isocons Icon in Your React (NextJs) Application.
Thomas Inyangđź•’ 4 Jan 2025
Easy steps on how to integrate isometric (Isocons) icons in your React (NextJs) Application.
Read moreGit and GitHub: A Guide to Version Control and Deploying on GitHub Pages.
Thomas Inyangđź•’ 11 Oct 2024
Guide on how to use Git and GitHub, and deploy on GitHub pages.
Read moreHow to Get Started with Front-End Development for Beginners: A Step-by-Step Guide.
Thomas Inyangđź•’ 5 Oct 2024
This guide will teach you the step-by-step process of front-end development.
Read moreFetch Data with JavaScript Fetch API and Perform other HTTP Requests.
Thomas Inyangđź•’ 1 Oct 2024
Learn JavaScript Fetch API basics, techniques, and best practices for frontend development.Â
Read moreHow Gin Framework handles Cookies in Golang.
Thomas Inyangđź•’ 18 Sept 2024
Use Gin-Golang web framework to set and get HTTP Cookies.
Read moreHow to Use JavaScript Events with HTML Elements.
Thomas Inyangđź•’ 13 Sept 2024
JavaScript Events are used to make a web page interactive.
Read moreGolang local module package implementation guide
Thomas Inyangđź•’ 30 Jun 2024
A detailed example of creating and using Golang local module.
Read moreNext.js Image Loader with Supabase: A Step-by-Step Guide.
Thomas Inyangđź•’ 21 Jun 2024
Using Nextjs Image loader function enables developers to render an image from any image server (Supabase Storage) or a CDN.
Read moreGoogle Analytics (G4) Best Practices in Nextjs using @next/third-parties
Thomas Inyangđź•’ 18 Jun 2024
Set up Google Analytics in NextJs with ease.
Read moreHow to Render Open Graph Image (og-image) in NextJs - App Router
Thomas Inyangđź•’ 16 Jun 2024
Open-graph enhances an article or video link when it is shared on social media. It shows the featured-image/thumbnail, title, description, and the URL.
Read more