Skip to content
View Kalindi-Dev's full-sized avatar

Block or report Kalindi-Dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kalindi-Dev/README.md
Cat Coding GIF



Typing SVG



       



Profile Views   Followers   Stars


About Me

class Kalindi:
    """
    ╭──────────────────────────────────────────╮
    │  Solutions Architect    │
    │  Exploring AI x Cloud Computing          │
    ╰──────────────────────────────────────────╯
    """
    def __init__(self):
        self.role       = "Solutions Architect"
        self.research   = ["Generative AI", "Cloud Infra", "AI Agents"]
        self.languages  = ["TypeScript", "Python"]
        self.cloud      = "AWS"
        self.interests  = ["IaC", "AI-DLC", "MCP Servers"]

    def current_focus(self):
        return {
            "architecting" : "Cloud-native AI solutions on AWS",
            "building"     : "Autonomous cloud coding agents",
            "writing"      : "Blog posts on cloud & AI",
            "publishing"   : "Research papers at IEEE",
        }




Tech Stack



TypeScript Python JavaScript Bash

AWS AWS CDK Lambda S3 EC2 Terraform

Docker Git GitHub Actions VS Code Linux Node.js



Architecture & Focus

                    ┌─────────────────────────────────┐
                    │      SOLUTIONS  ARCHITECTURE     │
                    └────────────────┬────────────────┘
                                     │
              ┌──────────────────────┼──────────────────────┐
              │                      │                      │
    ┌─────────▼─────────┐ ┌─────────▼─────────┐ ┌─────────▼─────────┐
    │  ☁️  CLOUD INFRA   │ │  🧠  GENERATIVE   │ │  📡  AI AGENTS    │
    │                    │ │       AI          │ │                    │
    │  AWS CDK           │ │  LLM Pipelines   │ │  MCP Servers      │
    │  IaC Constructs    │ │  Bedrock / RAG   │ │  AI-DLC Workflows │
    │  Serverless        │ │  Prompt Eng.     │ │  Autonomous Ops   │
    └─────────┬──────────┘ └─────────┬────────┘ └─────────┬─────────┘
              │                      │                      │
              └──────────────────────┼──────────────────────┘
                                     │
                    ┌────────────────▼────────────────┐
                    │    🚀  PRODUCTION  SYSTEMS       │
                    │   Scalable · Resilient · Smart   │
                    └─────────────────────────────────┘

Domain What I Do Stack
Cloud Architecture Design & deploy scalable cloud-native solutions AWS, CDK, CloudFormation
Generative AI Build GenAI workloads on serverless infrastructure Bedrock, Lambda, SageMaker
AI Agents Autonomous coding agents that architect & operate MCP, AIDLC, CDK
Infrastructure as Code Reusable CDK constructs for AI systems TypeScript, Python


Research & Publications



"Exploring the intersection of cloud infrastructure and generative AI"


IEEE  




Blog Posts




Featured Repositories

     



If the cards above don't render (forked repos), here's the full list:

Repository Description Language
aws-cdk Framework for defining cloud infrastructure in code TypeScript
generative-ai-cdk-constructs CDK constructs for common generative AI patterns TypeScript
sample-autonomous-cloud-coding-agents Autonomous coding agents — turn tasks into PRs on AWS TypeScript
mcp Official MCP Servers for AWS Python
aidlc-workflows AI-Driven Life Cycle steering rules for AI coding agents Python
agent-plugins Agent plugins to architect, deploy & operate on AWS Python


GitHub Stats

  









Snake animation


Let's Connect



     



Random Dev Quote

⭐️ From Kalindi-Dev — If you like what you see, consider giving a star!

Popular repositories Loading

  1. aws-cdk aws-cdk Public

    Forked from aws/aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

    TypeScript

  2. generative-ai-cdk-constructs generative-ai-cdk-constructs Public

    Forked from awslabs/generative-ai-cdk-constructs

    AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.

    TypeScript

  3. aidlc-workflows aidlc-workflows Public

    Forked from awslabs/aidlc-workflows

    AI-Driven Life Cycle (AI-DLC) adaptive workflow steering rules for AI coding agents

    Python

  4. mcp mcp Public

    Forked from awslabs/mcp

    Official MCP Servers for AWS

    Python

  5. agent-plugins agent-plugins Public

    Forked from awslabs/agent-plugins

    Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS.

    Python

  6. sample-autonomous-cloud-coding-agents sample-autonomous-cloud-coding-agents Public

    Forked from aws-samples/sample-autonomous-cloud-coding-agents

    Autonomous background coding agents on AWS. Turn tasks into pull requests via isolated runtimes, with built-in orchestration, observability, and governance.

    TypeScript