Is Web Development Difficult?
Thomas Inyang🕒 28 Apr 2025
Want to build a website but think web development is too hard? Think again!
Read more6 Important JavaScript Concepts to Learn Before 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 moreDDA Algorithm: How To Draw a Smooth Line Using Python PL Packages- Numpy and Matplotlip
Thomas Inyang🕒 14 Jun 2024
How to use numpy and matplotlip to draw a DDA smooth line.
Read moreBackend Development Jobs: Navigating Through its Required Tools, Skills, and Opportunities.
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 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 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 moreCreate React App is Deprecated: 3 Solid Options to Migrate your Existing CRA Projects or Create one
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 moreThe Importance of AI in Mathematics Education.
Thomas Inyang🕒 19 Feb 2025
Artificial Intelligence is drastically changing the narrative of mathematics difficulty by simplifying complex concepts and predicting learners' performance.
Read moreMastering JavaScript async/await: A Comprehensive Guide
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 moreWhat you Need to Know About Node.js for Backend Development.
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 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 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 moreWhat 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 moreWebsite Styling: Which Approach Is Better Between Plain CSS, Pre-Built Component or Tailwind?
Thomas Inyang🕒 21 Apr 2025
Styling beautifies a website but the question is, which of the styling approaches is best for your project, picking between plain CSS, pre-built components, or Tailwind when considering performance, DX, scalability, and maintenance?
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 Gin Framework handles Cookies in Golang.
Thomas Inyang🕒 18 Sept 2024
Use Gin-Golang web framework to set and get HTTP Cookies.
Read moreNext.js Basics for FullStack Web Development.
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 moreThe Concept and Roles of DBMS in Software Development
Thomas Inyang🕒 14 Feb 2025
DBMS has proven to be the backbone of modern application architecture which enables data storage, manipulation, and retrieval.
Read moreEasy Way To Implement URLSearchParams In React App Using ReactRouter (useSearchParams Hook).
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 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 moreHow to Use JavaScript Events with HTML Elements.
Thomas Inyang🕒 13 Sept 2024
JavaScript Events are used to make a web page interactive.
Read moreIs Coding Important in my Computer Science Career?
Thomas Inyang🕒 8 Oct 2024
Coding is a vital integral part of computer science and it's important in your computer science career.
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 moreNextJs Auth: How to Implement OAuth in Your NextJs App
Thomas Inyang🕒 1 Feb 2025
Implementing NextJs Auth with ease. Leveraging Google OAuth of Firebase Authentication.
Read moreHow to Implement Dynamic Routing in ReactJS with 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 moreHow to Build a Powerful RESTful API with Go (Gin-web) and Supabase.
Thomas Inyang🕒 24 Jan 2025
Build a powerful and scalable RESTful API with Gin-Golang and Supabase.
Read more3 Steps to Build and Deploy a CRUD App (RESTful API) Using Bun.js, MongoDB and, Render
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 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 moreWhy Is ReactJs Used For Web Development?
Thomas Inyang🕒 14 Apr 2025
ReactJs is one of the top libraries for creating frameworks that are used for web/mobile development.
Read moreHow to Use Jest to Test a RESTful API Built with Express.js and Node.js
Thomas Inyang🕒 18 Jan 2025
JestJs and Supertest are essential tools to test API endpoint.
Read moreGolang local module package implementation guide
Thomas Inyang🕒 30 Jun 2024
A detailed example of creating and using Golang local module.
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 more