Tamrakar ShreyaaA Deep Dive into Implementing Kafka in NestJS for Event-DrivenApache Kafka is an open-source distributed event streaming platform used to handle real-time data feeds.Oct 19Oct 19
Tamrakar ShreyaaHow to setup multiple GitHub accounts on UbuntuGit is a crucial tool for version control in software development, enabling you to manage code changes across personal projects…Sep 14Sep 14
Tamrakar ShreyaaCommunication with the database via RabbitMQ messages in a Laravel Microservice applicationInstall RabbitMQ:Jun 9Jun 9
Tamrakar ShreyaaLaravel horizon setup and implementationLaravel Horizon presents a visually appealing dashboard and enables code-driven configuration for managing Redis queues in Laravel…May 21May 21
Tamrakar ShreyaaSetup Laravel Cronjobs for subdomains or multi tenantLaravel’s Task Scheduler enables you to define and manage time-based tasks, known as cron jobs, on Unix-based systems. It provides an…Mar 28Mar 28
Tamrakar ShreyaaImplement RabbitMQ Messaging Between Two LaravelImplementing RabbitMQ messaging between two Laravel applications involves several steps. RabbitMQ is a message broker that enables…Jan 19Jan 19
Tamrakar ShreyaaInstall Docker on UbuntuDocker is an open-source containerization platform by which you can pack your application and all its dependencies into a standardized unit…Jan 18Jan 18
Tamrakar ShreyaaInstall RabbitMQ Server on UbuntuRabbitMQ is an open-source message broker software that enables efficient and reliable communication between different components of an…Jan 17Jan 17
Tamrakar ShreyaaDeploying with GitHub ActionsThis article provides a detailed guide for setting up a simple CI/CD pipeline with Github Actions .Mar 29, 20231Mar 29, 20231