Skip to content
View KateVu's full-sized avatar

Block or report KateVu

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
KateVu/README.md

Hi, I’m Kate 👋

Cloud Engineer with a strong background in AWS serverless architectures, data pipelines, and infrastructure as code. I work primarily with AWS CDK to design reproducible, scalable systems, and I’m currently exploring how LLMs can be integrated into cloud platforms in a practical, engineering-focused way.

I’m not a machine learning researcher — my focus is on building reliable platforms that use AI, rather than training large models from scratch. This includes patterns such as retrieval-augmented generation (RAG), task-specific model refinement, and orchestration of LLM workflows using managed AWS services.


🔧 Core Skills

  • Cloud & Infrastructure: AWS CDK, Lambda, ECS/Fargate, EC2, VPC, IAM
  • Data Engineering: AWS Glue, Step Functions, S3, event-driven pipelines
  • AI / LLM Systems (Applied): Amazon Bedrock, SageMaker (fine-tuning basics), RAG patterns
  • Dev Practices: CI/CD, reproducible deployments, cost-aware design

🧪 Current Focus

  • Designing LLM-enabled serverless architectures on AWS
  • Exploring Bedrock + retrieval patterns for real-world workloads
  • Building small, well-documented CDK projects that demonstrate how things fit together

📌 Featured Projects

Below are selected repositories that reflect how I think about cloud engineering and applied AI:

  • AWS CDK infrastructure examples – VPCs, ECS, IAM, and data pipelines
  • Generative AI demos – focused on integration, not hype
  • End-to-end pipelines – from ingestion to processing to deployment

Each repository is intentionally scoped and documented to explain why a design choice was made.


✍️ Writing & Learning in Public

I write about AWS and applied GenAI to clarify my own thinking and share practical lessons:


📫 Get in Touch

If you’re interested in cloud platforms, data pipelines, or practical GenAI on AWS, feel free to connect or open a discussion on any repo.

This profile reflects ongoing learning. I value clarity, correctness, and sustainable engineering over buzzwords.

Pinned Loading

  1. aws-cdk-ecs aws-cdk-ecs Public

    Infrastructure-as-code examples for deploying containerised workloads on AWS ECS/Fargate using CDK, with a focus on scalable and reproducible patterns.

    TypeScript

  2. aws-cdk-ec2-efs aws-cdk-ec2-efs Public

    Demonstrates provisioning EC2 instances with shared EFS storage using AWS CDK, highlighting secure networking and IAM configuration.

    TypeScript

  3. aws-cdk-datapipeline aws-cdk-datapipeline Public

    End-to-end data pipeline infrastructure built with AWS CDK, covering ingestion, processing, and orchestration using managed AWS services.

    Python

  4. aws-cdk-genai-image aws-cdk-genai-image Public

    Example of integrating generative AI services on AWS using CDK, focusing on service orchestration and deployment rather than model internals.

    HTML

  5. aws-cdk-vpc-endpoint aws-cdk-vpc-endpoint Public

    AWS CDK examples for provisioning VPC endpoints, focusing on private connectivity to AWS services and secure network design.

    TypeScript

  6. aws-cdk-knowledge-based-chatbot-bedrock aws-cdk-knowledge-based-chatbot-bedrock Public

    A serverless Retrieval‑Augmented Generation (RAG) system built with AWS CDK. Upload documents, generate vector embeddings with Amazon Bedrock, and serve question‑answer responses grounded in your o…

    Python