Amitav Roy Blog

6/29/2025

LangGraph vs ReAct: When Should You Use Which for Your Next AI Agent?

Building an AI Agent? Should you trust your LLM to decide what to do next or control every step? This short guide explains when to use a ReAct agent...

Read more
6/5/2025

Demystifying LangGraph: The Backbone of Agentic AI Solutions

If you have been following the AI space lately, you will know that agentic solutions and AI agents are the new darlings of the tech world. As someone...

Read more
4/1/2025

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...

Read more
3/6/2025

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...

Read more
1/10/2025

How PCOV helps me have a better Test suites PHP, Laravel

PCOV is a lightweight and fast code coverage driver that has significantly improved my Test-Driven Development (TDD) workflow. By generating precise...

Read more
11/24/2024

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...

Read more
8/30/2024

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 more
8/9/2024

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 more
7/25/2024

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...

Read more
7/17/2024

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...

Read more
7/14/2024

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...

Read more
7/5/2024

Testing and code coverage with pcov and how to setup using serversideimage docker image

Test driven development is something which has helped me write better, cleaner and more modular code. In search of more coverage, I found PCOV which...

Read more
4/29/2024

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...

Read more
4/9/2024

Traffic tamers: unveiling the load balancing algorithm arsenal

In this blog post, we embark on an in-depth exploration of load balancing algorithms, uncovering the intricacies and mechanics that drive their...

Read more
1/1/2024

Beyond Boundaries: How FrankenPHP Redefines PHP Application Runtimes

FrankenPHP is a contemporary PHP app server crafted in Go, boasting numerous advantages. Among its standout features, one that truly captures the...

Read more
10/24/2023

The future is low-code adapting to the inevitable

Let's talk about the future of software development—low-code solutions. In an era where no-code solutions are gaining ground and rapidly evolving,...

Read more
9/24/2023

How saloon php helped me changing my newsletter integration in minutes

Discover the amazing power of Saloon PHP as I share how it completely transformed my newsletter integration process in just minutes!

Read more
7/14/2023

5 reasons why you should use saloon to connect to third party api

Saloon is a PHP library that provides a fluent API integration framework. It can be a great tool for developers implementing API integrations with...

Read more
2/5/2023

Maximize your e-commerce sales with typeform and klaviyo the ultimate marketing combo

Do you have an e-commerce website and you have heard about zero-party data trying to understand what this buzzword means? Or, you have some knowledge...

Read more
1/26/2023

Nest.js - a node based framework and why it is a good choice

Nest.js is a Node framework which gives you the power to write modular and scale-able code. And, while there are many Node based frameworks out...

Read more
6/30/2022

Why is reading code important for every developer?

As a developer the habit of reading code can do wonders to your coding ability and accelerate your speed of learning. You spend only about 1 hour...

Read more
8/16/2021

Understanding the secret of secrets

Any application that you create will have some secrets. Even a todo application which is storing information into a database has secrets. The...

Read more
4/17/2021

Power of estimation for developers

I have been working software developer and a Technical project manager at Focalworks for more than 10 years now. Over the years, I have realised the...

Read more
11/23/2020

5 reasons why you should use tailwind and whats new with version 2

The big release is here, Tailwind 2.0 is out. You must have already heard about it and that's how you must have landed on this article. But, if you...

Read more