AEAjibade Emmanuelinajy.hashnode.dev·Jan 5, 2024 · 2 min readHow 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. Sometimes you already have your table created in your database already and you want to write a model for it on you...00
AEAjibade Emmanuelinajy.hashnode.dev·Dec 18, 2023 · 3 min readObject Oriented Programming in its simplest form4 years ago, when I got newly introduced to the Object-Oriented Programming, I just couldn't get my head around it. The problem was I was relatively new to Programming in general, so I find it difficult to understand those terms that were used to exp...00
AEAjibade Emmanuelinajy.hashnode.dev·Sep 16, 2023 · 1 min readHow to fix "Error: Cannot find module 'node:fs'" while trying to host your backend server on render.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. The annoying thing is your project will likely run fine on your local machine but re...00
AEAjibade Emmanuelinajy.hashnode.dev·May 14, 2022 · 1 min readHow to fix legacy context-API issue in react application with a single line of codeHey there, have you been working on a react project and experiencing the error below 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. Here is a simple solution...00