Home /software_development

Shopify Storefront for E-commerce: All You Need to Know.

Shopify Storefront for E-commerce All You Need to Know

Thomas Inyang๐Ÿ•’ 4 Jun 2025

Shopify is designed with beginners in mind. Its user-friendly interface means you don't need to be a tech guru to get started.

Read more

Product Management Concepts in Software Engineering.

Product Management in Software Engineering: What You Need to Know.

Thomas Inyang๐Ÿ•’ 1 Jun 2025

PM functions as a guide for the entire circle of a product, from ideation to launch and beyond.

Read more

System Software: Types and Functions.

System Software Types and Functions

Thomas Inyang๐Ÿ•’ 30 May 2025

It is a collection of programs that manage computer hardware resources, provide a platform for other software to run.

Read more

Agile Methodology in Web Development

Agile Methodology in Web Development

Thomas Inyang๐Ÿ•’ 27 May 2025

Agile represents a fundamental shift in how we think about project management and software development.

Read more

CI/CD Pipelines in Web Development: From Manual Chaos to Automated Excellence.

CI/CD deployment

Thomas Inyang๐Ÿ•’ 24 May 2025

Continuous Integration/Continuous Deployment (CI/CD) is an automated software development practice that enables teams to integrate code changes frequentlyโ€ฆ

Read more

Input Validation and its Role In Preventing Cyber Attacks

input validation

Thomas Inyang๐Ÿ•’ 19 May 2025

Input validation represents one of the most essential yet often overlooked components of digital security and functionality.

Read more

Open Source Contribution and Compensation

open source contribution

Thomas Inyang๐Ÿ•’ 19 May 2025

Open-source development represents far more than just a way to write and share code. It embodies a powerful approach to building technology through collaboration.

Read more

What You Need to Know About XSS (Cross-Site Scripting).

xss

Thomas Inyang๐Ÿ•’ 17 May 2025

Cross-Site Scripting (XSS attack) remains one of the most persistent security challenges in web development despite being well understood for many years.

Read more

Database Management Systems in E-commerce:

dbms for e-commerce

Thomas Inyang๐Ÿ•’ 25 May 2025

DBMS in e-commerce is a structured system that can store all information related to an online business (storefront), from product catalogs and inventory to customer profiles and transaction records.

Read more

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

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๐Ÿ•’ 25 May 2025

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๐Ÿ•’ 24 May 2025

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