Benjamin IduweBuilding a serverless authentication service with Serverless Framework and SupabaseServerless computing, also known as Function-as-a-Service (FaaS), is a cloud computing model where the cloud provider manages the…Apr 10, 2023Apr 10, 2023
Benjamin IduweBuilding an Event Bus with RabbitMQAn Event bus is a mechanism that allows different components to communicate with each other without knowing about each other. A component…Oct 9, 20221Oct 9, 20221
Benjamin IduweGetting your first job as a software developer without any work experienceGetting a job in the tech industry as a developer without any work experience is difficult. Software developers with great potential tend…Apr 19, 2022Apr 19, 2022
Benjamin IduweLoad balancing your NodeJS app with NGINX and PM2NodeJS is a javascript runtime based on the Chrome V8 engine that lets you run javascript code outside a web browser. NodeJS is scalable…Nov 5, 2021Nov 5, 2021
Benjamin IduweTop NodeJS packages to speed up application developmentNodeJS is an open-source server-side runtime environment built on Chrome’s V8 JavaScript engine. It provides an event-driven, non-blocking…Sep 25, 20211Sep 25, 20211
Benjamin IduweSend webhooks with your Laravel applicationLaravel webhook allows businesses to send webhooks to their merchants/clients with ease. This package also introduces a new artisan…Mar 27, 2021Mar 27, 2021
Benjamin IduweOptimizing your Laravel application for performance and readabilityEagerloading and nested Eagerloading. Compilation of your asset using Laravel mix. Caching your application in production mode…May 29, 20201May 29, 20201