Home /software_development

What You Need To Know About Modularization and Bundlers In JavaScript

modularization 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 more

NextJs FullStack App With MongoDB: Build and Deploy.

NextJs mongoDb

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 more

Mobile-First or Desktop-First Design: Which Should I Develop First?

mobile-desktop-design

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 more

How to Integrate Isocons Icon in Your React (NextJs) Application.

React-isocons

Thomas Inyangđź•’ 4 Jan 2025

Easy steps on how to integrate isometric (Isocons) icons in your React (NextJs) Application.

Read more

Git and GitHub: A Guide to Version Control and Deploying on GitHub Pages.

Git GitHub

Thomas Inyangđź•’ 11 Oct 2024

Guide on how to use Git and GitHub, and deploy on GitHub pages.

Read more

How to Get Started with Front-End Development for Beginners: A Step-by-Step Guide.

frontend

Thomas Inyangđź•’ 5 Oct 2024

This guide will teach you the step-by-step process of front-end development.

Read more

Fetch Data with JavaScript Fetch API and Perform other HTTP Requests.

JavaScript fetch

Thomas Inyangđź•’ 1 Oct 2024

Learn JavaScript Fetch API basics, techniques, and best practices for frontend development. 

Read more

How Gin Framework handles Cookies in Golang.

gin cookies

Thomas Inyangđź•’ 18 Sept 2024

Use Gin-Golang web framework to set and get HTTP Cookies.

Read more

How to Use JavaScript Events with HTML Elements.

javascript-event

Thomas Inyangđź•’ 13 Sept 2024

JavaScript Events are used to make a web page interactive.

Read more

Golang local module package implementation guide

Golang

Thomas Inyangđź•’ 30 Jun 2024

A detailed example of creating and using Golang local module.

Read more

Next.js Image Loader with Supabase: A Step-by-Step Guide.

nextjs

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 more

Google Analytics (G4) Best Practices in Nextjs using @next/third-parties

nextjs_google_analytics

Thomas Inyangđź•’ 18 Jun 2024

Set up Google Analytics in NextJs with ease.

Read more

How to Render Open Graph Image (og-image) in NextJs - App Router

og-image-nextjs

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