AI Agents - Future of reimbursement workflow
Sep 24, 2024
AI agents are revolutionizing expense management by automating workflows, categorizing expenses, validating bills, and ensuring vendor authenticity. These intelligent systems simplify and streamline the reimbursement process, making them game changers for businesses looking to improve efficiency and accuracy in handling expenses.
API gateways for LLM applications
Jun 28, 2024
API gateways serve as centralized entry points to internal services, offering features like rate limiting, caching, and fallback mechanisms. They're essential for large language model (LLM) applications, enabling request logging, token tracking, model fallback, and ML routing. This video explores these concepts and their significance in modern applications.
Cracking Google/Facebook interviews
Jan 31, 2022
I recently interviewed at Facebook, London, and Google, India, overcoming my previous mental barriers about FAANG interviews. Rather than relying on luck, I focused on a determined preparation strategy. This blog shares my journey from recruiter contact to receiving offers, highlighting the methods that led to my success.
Multi-player games: A Showcase of Engineering Excellence
Jan 08, 2021
Multi-player games face technical challenges in delivering smooth user experiences, especially as daily active users scale from hundreds to millions. Maintaining performance, low latency, and reliability becomes critical. In the tech-heavy gaming industry, engineering excellence and innovation are essential to ensuring seamless gameplay and sustaining the game's reputation.
Going Great Guns with GoCD - Part 2
Aug 08, 2020
Continuation of previous post where we discussed automating source code changes, Docker image builds, and infrastructure updates using Terraform. This part focuses on deploying the built Docker image of our demo Spring Boot service on a Kubernetes (k8s) cluster, connecting it to an RDS resource, and making it accessible via a load balancer.
Going Great Guns with GoCD - Part 1
Jul 30, 2020
A solid, extensible CI-CD pipeline is crucial for engineering efficiency, minimizing developers' time on deployments. With various CI-CD tools available, from simple to complex, choosing the right one is key. In this editorial, i discussed a tool that helps streamline deployment processes for organizations.