Blog

Navigating the new frontier
Lessons from building a multi-modal agentic AI application
04.03.25 12:55 AM - Comment(s)
Integrating GenAI into your next application
Adding GenAI models to your application requires a new set of skills. My talk at AICamp provides tips and tricks on integrating AI into your software development lifecycle
12.11.24 10:35 AM - Comment(s)
Building AI powered applications with LangChain
Using Langchain for quickly and efficiently creating AI driven applications
03.20.24 03:15 PM - Comment(s)
Organize your AWS Serverless code to prevent merge conflicts

My colleagues and I ran into some merge conflicts when working in a serverless application. These types of conflicts are quite common in this type of application as working with Open API and CloudFront templates as multiple developers usually need to update those files in a regular basis. Here is a ...

03.20.24 01:02 PM - Comment(s)
Using Docker Compose and Minikube in microservices development
Microservice development can be complex without the right tools. Explore how Docker compose and Minikube can help speed up your development cycle.
10.30.21 02:14 PM - Comment(s)