Stephen Akugbe

Stephen Akugbe @osalumense

About: Seasoned developer with 4+ years experience in crafting high-performance web applications and RESTful APIs. Proficient in Laravel and Node.js, Next.js and React

Location:
Paris, France
Joined:
Feb 3, 2021

Stephen Akugbe
articles - 27 total

Using NestJS Interceptors for Performance Monitoring

When APIs feel slow, most developers start by blaming the database or trying to "optimize the...

Learn More 2 0May 5

Install Tailwind CSS v4 in a Vue 3 + Vite Project

Tailwind CSS v4 is here, bringing a more streamlined installation process and performance...

Learn More 43 6Feb 5

Retro’ing and Debugging 2024: A Year of Growth, Challenges, and Backend Adventures

This is a submission for the 2025 New Year Writing challenge: Retro’ing and Debugging 2024. 2024 was...

Learn More 8 0Feb 1

🚀 20 Postman Shortcuts and Tips to Supercharge Your API Testing Workflow

Over the past 4 years of building APIs with Node.js, Laravel, and occasionally Python Flask, I’ve...

Learn More 0 0Jan 21

Effortlessly Switch Between GitHub Accounts with SSH

Managing multiple GitHub accounts (e.g., personal and company accounts) can be tricky, especially...

Learn More 4 0Dec 30 '24

'string' vs 'String': The Battle Between Primitive and Object Types in TypeScript

In TypeScript, types can be categorized into primitive and reference types (or objects)....

Learn More 3 0Sep 22 '24

How to Kill a Process Occupying a Port on Windows, macOS, and Linux

As a developer, I often run into issues where a process is already using a port that my application...

Learn More 25 0Sep 19 '24

Using TypeORM with TSX: A Smoother Development Experience

Working with TypeScript in Node.js applications can sometimes be challenging, especially when...

Learn More 2 1Sep 17 '24

Understanding Type Annotations in TypeScript

TypeScript is a superset of JavaScript that adds optional static typing to the language. One of the...

Learn More 6 0Apr 16 '24

Understanding TypeScript Utility Types

In web development today, TypeScript has become one of the top choice languages, offering developers...

Learn More 1 1Apr 11 '24

Validating Request Data in Express.js using Zod and TypeScript: A Comprehensive Guide

Introduction Express.js is a popular web framework for building Node.js applications, and...

Learn More 102 11Jan 15 '24

Copy large files into MySQL DB

I recently wanted to copy a large file into my MySQL database (I'm using phpmyadmin) and I was having...

Learn More 2 2Dec 3 '23

Setup Custom Domain Name in Netlify

I recently wanted to move my website from the netlify.app domain to a domain I got from...

Learn More 2 0Dec 3 '23

Fix Ngrok tunnel not working with error: This site can’t be reached

Ngrok is a powerful tool that allows you to expose local servers to the internet, making it an...

Learn More 1 0Nov 22 '23

Supercharge Your Node.js App: Seamlessly Set Up Sequelize with TypeScript and sequelize-auto-migrations-v2 for auto migrations

When I initially started using Typescript, I wanted to automatically generate migrations as it was...

Learn More 1 0Aug 2 '23

What do you do when you are burnt out but can't take a leave?

This is my desperate call for help, I've been working at this company non-stop for 11 months now,...

Learn More 0 6Aug 2 '23

How to Create a Simple REST API with Laravel Lumen

I recently had my first experience with Laravel Lumen and I decided to share my knowledge. I created...

Learn More 25 0Mar 15 '23

Scroll to top on page change React

If you are using React Router Dom for navigation and routing in your React app then you will notice...

Learn More 4 0Feb 19 '23

How to fix "The link you followed has expired" when uploading wordpress theme

I was recently working on a wordpress website and I was having issues uploading a new theme because I...

Learn More 5 0Jul 22 '22

Brief introduction to the Laravel framework

In recent years, web development has gradually shifted from writing plain languages to frameworks and...

Learn More 5 0Jun 27 '22

Happy New Month developers

It's the beginning of a new month, and in this new month I have decided to help people starting out...

Learn More 4 2Jun 1 '22

Create simple Laravel Chat application using Chatify and Laravel Livewire

Laravel is a web application framework with expressive, elegant syntax. It is currently the most used...

Learn More 26 1May 23 '22

How to setup Jetstream/Livewire in Laravel application

Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the...

Learn More 14 0May 23 '22

Fix Laravel app not reading values from .env file

I have been working on an application for a while now, and somehow one morning I noticed the...

Learn More 19 5May 18 '22

How to fix "fatal: .git/index: index file smaller than expected" git error

I was recently working on a project and as I was trying to commit my changes, I saw this error...

Learn More 6 0May 3 '22

Showcase Wakatime Statistics on Github Profile

If you’ve ever checked users' profiles on GitHub you may have noticed some user profiles have been...

Learn More 13 0Sep 23 '21

Making Laravel Livewire Authentication pages responsive

I recently started using Laravel livewire, and I must confess it has made things easy. However, I...

Learn More 6 0Aug 18 '21