Ajibade Emmanuel

Ajibade Emmanuel

Software Engineer


Writings

Sometimes I write about tech and some bugs I encountered while coding

How to Avoid Pluralization of Table Names in Sequelize.

You might be having problem with sequelize automatically pluralizing your table names in your model. This article will help you fix it.

How to Avoid Pluralization of Table Names in Sequelize.

How to Fix Legacy Context-API Issue in React

This kind of error mostly occurs when you are getting data from a server or when your React Application package is not the latest version.

How to Fix Legacy Context-API Issue in React

Object Oriented Programming in its Simplest Form

Many programming novice, found Object-Oriented Programming (OOP) confusing due to unfamiliar terms and its distinction from procedural programming.

Object Oriented Programming in its Simplest Form

How You Can Fix Render Not Seeing Your Node Module for Your Server Applications

While trying to host your server on render for the first time, you might face this particular frustrating error when your project is building on the render platform.

How You Can Fix Render Not Seeing Your Node Module for Your Server Applications