Paul C. Ishaili

Paul C. Ishaili @mrpaulishaili

About: CEO, ²⁴/⁷ Technology & Business Coach.

Location:
Abuja, Nigeria
Joined:
Sep 29, 2021

Paul C. Ishaili
articles - 72 total

Solved: Prisma "Cannot find module" & pnpm Build Script Warnings in Next.js 15

Ever been stuck trying to get Prisma working in a brand-new Next.js 15 project using pnpm? I...

Learn More 0 0May 25

VSCode IntelliSense Broken in Tailwind CSS v4? Here’s the Solution

Tailwind CSS v4 brings a bold new approach to styling—shifting from a JavaScript-based configuration...

Learn More 11 0Mar 20

How I created reusable React Icon Component using react-icons library in an AstroJs Project.

In the past weeks lately, I have been focused on building clean landing page websites using AstroJs...

Learn More 3 4Jun 30 '24

Building a Note-taking and Sharing App for University Students

A post by Paul C. Ishaili

Learn More 0 0May 9 '24

Introduction to C Programming and Data Structure.

From the smallest electronic devices to the largest supercomputers, computers are an essential part...

Learn More 2 6Aug 20 '23

5 Authentic Websites to Generate Stunning Favicons for Your Next.js or React Project

Have you ever come across a website with an impressive logo and a seamless user interface, yet found...

Learn More 5 0Aug 5 '23

How I fixed Module '"@prisma/client"' has no exported member 'PrismaClient'.ts

I switched to using pnpm over npm and yarn after discovering the benefits over the other package...

Learn More 2 0May 8 '23

Configuring vscode to Pro Level

Lines between Code blocks in VS Code Cool Arrow in VS Code Best VS Code Themes

Learn More 6 0Jan 18 '23

Introduction to Solidity

Introduction In the beginning, there was Bitcoin. It was a fast, easy way to exchange...

Learn More 9 2Dec 19 '22

Continuous deployment for front-end projects with surge.sh

Surge.sh has indeed boosted my efficiency for deploying front-end projects. How to get...

Learn More 5 0Nov 17 '22

Create react app and node.js server in one line

mkdir client server && cd client && npx create-react-app . && npm i...

Learn More 5 0Oct 27 '22

Transitioning from NoSQL to also implementing SQL

Transitioning from NoSQL to also implementing SQL has been a great leap in my career as a...

Learn More 3 0Oct 25 '22

150 Days Learning Python - Day 1

It was early in the morning, my usual time of arranging my activities for the day and scheduling up...

Learn More 3 0Oct 12 '22

150 DAYS LEARNING PYTHON.

8th of October, 2022, I began the challenge to Learn Python in 150 days. I will be...

Learn More 2 0Oct 12 '22

Fundamentals in JavaScript

What is JavaScript? JavaScript is a dynamic computer programming language. (1) JavaScript...

Learn More 6 0Oct 5 '22

Introduction to Javascript

Why would I choose Javascript in the First Place? I began learning Javascript about four...

Learn More 5 0Oct 5 '22

Getting Started in Developing Chrome Extensions

Favourite qoute for the week: 👉 Programming is more about the logic than typing the codes. I read...

Learn More 6 2Sep 30 '22

Here's how I increased website performance by 21%!

P.S.: A lot of updates have been made on this post from the comments and feedback on this...

Learn More 169 30Sep 24 '22

HOW TO COLLABRATE ON GITHUB

GitHub is an incredibly effective way to collaborate on development projects -track files -push. One...

Learn More 4 0Sep 18 '22

API, REST, and RESTful API Simplified.

What is API? APIs are interface programs that let the components of two or more different...

Learn More 22 3Sep 10 '22

Use Absolute path in importing components - React || Next

Simply create a jsconfig.json file in your base directory, then copy this code into it, then...

Learn More 7 0Aug 14 '22

Dynamically Adding FontAwesome Icons in NextJS

There are a diverse ways in adding FontAwesome in a NextJS Project. Here is my favourite...

Learn More 4 0Aug 11 '22

Being a Web Developer - Programming Languages

What are programming languages? Programming languages are a way for humans and computers...

Learn More 11 0Jul 18 '22

Being a Web Developer - Getting Started

Do you know that: When building a website, you work with three languages: HTML, CSS and...

Learn More 7 0Jul 18 '22

CSS Layers - Tackling specificity in CSS

Do you know that: There are 3 different layers in CSS that govern how all styles...

Learn More 14 0Jul 17 '22

Vuetify Error: You cannot call "get" on a collection with no paths.

Why this error exists? The current default version of Vuetify doesn't support Vue 3 ...

Learn More 3 0Apr 27 '22

Declaring Variables in JavaScript.

There are three ways to declaring Variables in JavaScript. Variables are like containers that hold...

Learn More 7 0Mar 29 '22

Life Quotes and philosophies -Mr. Paul Ishaili.

Discretion: the quotes and philosophies integrated in the life of Mr. Paul Ishaili C. 📕 When the...

Learn More 5 0Mar 21 '22

FAQS when learning React - Beginner!

Question: What is React? Answer: Question: Why do I have to learn...

Learn More 6 0Mar 19 '22

Birthday Journal - Day 2: Hindering Patterns to Sucess

**Discretion Please note, reading this devjournal is at your discretion! Contents may be...

Learn More 3 1Mar 17 '22