Programming
-
Jumble Strike game

-
antosara-auth service
This is Golang service that provides API for secure authentication and user management (signup, login, email verification, password recovery). This is opinionated and assumes AWS DynamoDB backend and AWS Secrets Manager.
-
Building AI Agents with LLMs
Artificial Intelligence has evolved beyond simple chatbots. Today, we can build AI agents — intelligent systems that can reason, plan, and take actions in the real world. These agents combine the natural language understanding of Large Language Models (LLMs) with the ability to call functions, query APIs, and interact with external systems.