OFOpeyemi Famosipeinopeyemigabriel.hashnode.dev·Jan 12, 2023 · 2 min readWhat is over-engineering in software engineeringOver-engineering in software engineering is a common problem that can lead to a number of negative consequences. At its core, over-engineering refers to the practice of creating a solution that is more complex and feature-rich than is necessary for t...00
OFOpeyemi Famosipeinopeyemigabriel.hashnode.dev·Jan 12, 2023 · 2 min readHow to integrate Microsoft login in nest.jsIntegrating Microsoft login into a Nest.js application is a straightforward process that can be accomplished using the @nestjs/passport library. In this article, we will walk through the steps required to set up Microsoft login in a Nest.js applicati...02HE
OFOpeyemi Famosipeinopeyemigabriel.hashnode.dev·May 4, 2022 · 2 min readConsuming REST APIs In React using ServerCallIf you are a React developer you will need to know to consume API. There are many ways of consuming API. In this article, you will be introduced to a better, faster, and more scalable way to consume API. APIs are what we can use to power our React ap...00