Databases How to migrate database in mongoDBtechybibiSeptember 15, 20230 MongoDB is a popular NoSQL database system that stores and manages data in a flexible and scalable manner. Unlike traditional…
Microservices Redis, Kafka or RabbitMQtechybibiMarch 22, 20230 Redis, Kafka, and RabbitMQ are three popular open-source messaging systems used for building distributed systems. Each of them has its…
Laravel Find User ID from Laravel Passport TokentechybibiJune 18, 20220 It’s pretty cool that recently I get to know that, there is a way to get the user ID from…
Laravel Laravel Socialite Login with Facebook TutorialtechybibiMay 24, 20220 Laravel Socialite package allows you to implement a robust, eloquent interface to OAuth authentication with various social media platforms such…
Laravel Repository Pattern in a Laravel ApplicationtechybibiMay 14, 20220 A repository can be defined as a layer of abstraction between the domain and data mapping layers, one that provides…