All articles

Latest first
Server-Sent Events - What are they and why you should use them

Server-Sent Events - What are they and why you should use them

April 1, 2025 Software development

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

Building the Future of AI: Empowering Business with Intelligent Agents: How Langgraph Orchestrates the Future of AI

March 6, 2025 Software development

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

Why I Love Using Inertia.js with Laravel for Building Web Applications

November 24, 2024 Software development

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

Building a personal RAG system using Llama 3.1, Chroma DB for QA on specific documents

August 30, 2024 How to

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 - an easy way to generate API docs in Laravel

August 9, 2024 Software development

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

The importance of Docker as a developer

July 25, 2024 Software development

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

Using separate ssh keys and using them inside your cicd pipeline for security

July 17, 2024 Software development

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

Deploying Laravel as a Serverless Solution with Bref

July 14, 2024 How to

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

Securing your AWS keys for SES with IP restrictions

April 29, 2024 Software development

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