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

3 Steps to Build and Deploy a CRUD App (RESTful API) Using Bun.js, MongoDB and, Render

bunjs mongodb

Thomas InyangπŸ•’ 27 Mar 2025

An extensive guide on how to connect a MongoDB cluster to a server application, how to securely store sensitive values, validate users’ input, and how to deploy on render.

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

Next.js Basics for FullStack Web Development.

fullstack with nextjs

Thomas InyangπŸ•’ 19 Mar 2025

With Next.js Api route (Route Handler) you can build fullStack web applications instead of using the traditional fullStack tool (MERN).

Read more

What you Need to Know About Node.js for Backend Development.

Nodejs Backend

Thomas InyangπŸ•’ 17 Mar 2025

Node.js has proven to be a go to JavaScript runtime environment for building backend applications. Here is why.

Read more

Backend Development Jobs: Navigating Through its Required Tools, Skills, and Opportunities.

backend development

Thomas InyangπŸ•’ 10 Mar 2025

Backend development job is not about writing code, you are to develop and maintain backend applications (services) with the right tools that position you for the right opportunities.

Read more

6 Important JavaScript Concepts to Learn Before React.

javascript react

Thomas InyangπŸ•’ 3 Mar 2025

React drives modern web UIs, but JavaScript mastery is key first. These six important concepts are your foundation to skip React frustration. Master these, and you’ll code faster, debug less, and finally grasp the potential of React as a tool.

Read more

Mastering JavaScript async/await: A Comprehensive Guide

Javascript async await

Thomas InyangπŸ•’ 22 Feb 2025

JavaScript async/await is one of the methods for writing asynchronous programming functions. It makes you write clean and readable code without missing to catch errors.

Read more

The Importance of AI in Mathematics Education.

mathematics_AI

Thomas InyangπŸ•’ 19 Feb 2025

Artificial Intelligence is drastically changing the narrative of mathematics difficulty by simplifying complex concepts and predicting learners' performance.

Read more

Create React App is Deprecated: 3 Solid Options to Migrate your Existing CRA Projects or Create one

CRA-Deprecated

Thomas InyangπŸ•’ 17 Feb 2025

CRA’s deprecation left you hanging? Try Next.js, ReactRouter, or TanStack: modern React tools that handle SPA, SEO, speed, and setup for you. See which one fits your project

Read more

The Concept and Roles of DBMS in Software Development

DBMS

Thomas InyangπŸ•’ 14 Feb 2025

DBMS has proven to be the backbone of modern application architecture which enables data storage, manipulation, and retrieval.

Read more

NextJs Auth: How to Implement OAuth in Your NextJs App

Nextjs auth

Thomas InyangπŸ•’ 1 Feb 2025

Implementing NextJs Auth with ease. Leveraging Google OAuth of Firebase Authentication.

Read more

Easy Way To Implement URLSearchParams In React App Using ReactRouter (useSearchParams Hook).

searchparams

Thomas InyangπŸ•’ 26 Jan 2025

React router has been a key package for implementing navigation in React Apps. Its useSearchParams hook is a unique feature for storing data in the URL.

Read more

How to Build a Powerful RESTful API with Go (Gin-web) and Supabase.

golang-gin

Thomas InyangπŸ•’ 24 Jan 2025

Build a powerful and scalable RESTful API with Gin-Golang and Supabase.

Read more

How to Use Jest to Test a RESTful API Built with Express.js and Node.js

Jest_expressjs

Thomas InyangπŸ•’ 18 Jan 2025

JestJs and Supertest are essential tools to test API endpoint.

Read more

How to Implement Dynamic Routing in ReactJS with React Router.

react_router

Thomas InyangπŸ•’ 11 Jan 2025

Dynamic routing is a concept that redirects a website visitor from a page to another based on the value passed on the URL.

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

Is Coding Important in my Computer Science Career?

Computer science

Thomas InyangπŸ•’ 8 Oct 2024

Coding is a vital integral part of computer science and it's important in your computer science career.

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

Is Web Development Difficult?

web_dev

Thomas InyangπŸ•’ 25 Jul 2024

Want to build a website but think web development is too hard? Think again!

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

DDA Algorithm: How To Draw a Smooth Line Using Python PL Packages- Numpy and Matplotlip

python language dda

Thomas InyangπŸ•’ 14 Jun 2024

How to use numpy and matplotlip to draw a DDA smooth line.

Read more