All articles
Latest first
Server-Sent Events - What are they and why you should use them
Discover Server-Sent Events (SSE), a simple yet powerful technique for delivering real-time data from server to client. This blog post explores how SSE works, its advantages over polling and WebSocket...
Read article
Building the Future of AI: Empowering Business with Intelligent Agents: How Langgraph Orchestrates the Future of AI
Unlock the future of your business with AI-powered agentic solutions! Discover how intelligent systems are automating complex tasks, enhancing decision-making, and boosting efficiency across industrie...
Read article
Why I Love Using Inertia.js with Laravel for Building Web Applications
Building SPAs doesn't have to mean juggling APIs, tokens, and complex state management. Inertia.js, paired with Laravel, simplifies the process by combining server-side power with modern frontend fram...
Read article
Building a personal RAG system using Llama 3.1, Chroma DB for QA on specific documents
Using the Llama 3.1 LLM model, we are going to build a RAG which can crawl a website and then allow you to ask questions on that specific content.
Read article
Scramble - an easy way to generate API docs in Laravel
Scramble is a Laravel package that allows you to generate API documentation without the irritating annotations.
Read article
The importance of Docker as a developer
Docker has become a key tool for any developer. It is no more something that only the Devops person should know. In this article I will talk about the reasons why Docker is so important to know as a d...
Read article
Using separate ssh keys and using them inside your cicd pipeline for security
In this blog post, I am going to share my experience on what I learned about SSH keys and some of the security benefits that we get once we implement them. So, if you are interested in the details the...
Read article
Deploying Laravel as a Serverless Solution with Bref
This blog post explores deploying Laravel applications as serverless solutions using Bref and AWS Lambda, emphasizing benefits like automated scaling and reduced server management. It includes a step-...
Read article
Securing your AWS keys for SES with IP restrictions
Security is a crucial aspect of any application, and safeguarind the AWS keys and secret is very important. In this article, I would talk about how you can add an additional layer of security by restr...
Read article