Build Your Own Claude Code in Python: Project Setup and First LLM Call
Start a Python coding agent from zero — uv project, .env, a single chat completion through OpenRouter, and an argparse CLI you can pipe prompts into.
"First, solve the problem. Then, write the code!"
Passionate software engineer from Chennai.
Building mobile app security at Appknox.
Previously at Kissflow and Saama AI Research.
Volunteer @ Build2Learn
Start a Python coding agent from zero — uv project, .env, a single chat completion through OpenRouter, and an argparse CLI you can pipe prompts into.
Google OAuth configuration setup for Airflow 3 Helm chart - environment variables, redirect URI, and API server authentication settings
Change Data Capture (CDC) Change Data Capture (CDC) is a technique used to track and capture changes in data, such as insertions, updates, and deletions in a transactional database. It is commonly used in data integration, replication, and synchroniz...
What is Kustomize? Kustomize is a CLI configuration manager for Kubernetes objects that leverage layering to preserve the base settings of the application. This is achieved by overlaying the declarative YAML artifacts to override default settings wit...
Helm Helm helps you manage Kubernetes applications using helm charts. Helm Charts help you define, install, and upgrade Kubernetes applications. Example: # add chart repository helm repo add bitnami https://charts.bitnami.com/bitnami # update charts...