All articles
Latest first
Search Is Dead. It’s Time for Systems That Understand
Search is undergoing a radical shift—from keyword matching to true intent understanding. Inspired by LinkedIn’s recent blog on their AI-powered job search, this post explores how the future of discove...
Read article
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 for flexible tool use and when LangGraph makes sens...
Read article
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 who has spent a not-insignificant amount of time d...
Read article
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