Home /frontend

Website Performance: A Guide to Website Speed and Image Optimization.

Website Performance A Guide to Website Speed and Image Optimization

Thomas Inyang🕒 3 Jun 2025

Image optimization is one of the factors that can improve the overall performance of a website.

Read more

User-Centered Design: Creating Products That Work for Real People

user centric design

Thomas Inyang🕒 26 May 2025

Create experiences so intuitive and valuable that users immediately understand their benefit.

Read more

Responsive Web Design: From Basics to Implementation.

responsive webdesign

Thomas Inyang🕒 24 May 2025

If your website isn't responsive, you're losing customers, revenue, and search rankings without even knowing it.

Read more

CSS Pseudo-Classes and Pseudo-Elements Explained

pseudo classes and elements

Thomas Inyang🕒 22 May 2025

These are CSS selectors that target specific states or parts of HTML elements without requiring extra markup.

Read more

NextJS Routing vs React Router: A Comprehensive Guide for Frontend Developers

react router

Thomas Inyang🕒 21 May 2025

Understanding the routing architecture of Next.js and ReactRouter.

Read more

Website Styling: Which Approach Is Better Between Plain CSS, Pre-Built Component or Tailwind?

Website styling

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

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

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