
Transforming ideas into impactful solutions, one project at a time. For me, software engineering isn't just about writing code; it's about building tools that make lives better.
LATEST POSTS
Demystifying LangGraph: The Backbone of Agentic AI Solutions
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 WebSockets, and practical use cases like live notifications, data dashboards, and more. Learn how SSE leverages standard web technology for efficient, one-way communication.
How to use LLMs for intent detection?
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 industries. Learn why Langgraph, a cutting-edge framework, is the key to building these sophisticated AI applications with its powerful graph-based workflows and granular control.
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 industries. Learn why Langgraph, a cutting-edge framework, is the key to building these sophisticated AI applications with its powerful graph-based workflows and granular control.
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 coverage reports, PCOV highlights tested and untested areas of code, helping identify gaps in test cases. Unlike Xdebug, which offers broader features like debugging and profiling, PCOV focuses solely on code coverage, making it faster and ideal for integration with CI/CD pipelines and tools like SonarQube. Its simplicity and performance make it a valuable tool for ensuring code quality and maintaining robust test coverage.