Skip to content
View iam-kira's full-sized avatar

Block or report iam-kira

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.

Content in all repositories owned by your account will be closed.
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
iam-kira/README.md

Konnichiwa 👋, I'm Vijay Biradar

Upcoming wealthiest man & AI Enthusiast from India

Welcome GIF

  • ✨ Data Engineer at Daimler Truck Innovation Center (3+ years)
  • 🤖 Building Industrial AI + ETL automation products at scale
  • 📦 Owned 800+ production pipelines and 30+ data products
  • ⚡ Reduced manual ETL effort by 80% with AI-assisted platform engineering
  • 🎯 2026+ Goals: Grow into a Technical Lead and build toward becoming a startup CEO
  • 🎲 Fun fact: Always thinking about goals

Lines of code

Coding GIF

Currently Learning 📚

  • Advanced Data Engineering & Distributed Systems Design
  • Technical Leadership, Mentoring, and Engineering Management
  • Product Thinking, Startup Strategy, and GTM Basics
  • MLOps, LLMOps, and production-grade AI system architecture
  • Decision-making with business metrics (cost, reliability, velocity)

Career Snapshot 🚀

  • Current Role: Data Engineer → Technical Lead (scope-based), Daimler Truck Innovation Center India
  • Domain: Shopfloor digitalization, industrial analytics, ETL productization
  • Impact: Pipeline delivery reduced from hours to minutes using MCP-based AI code synthesis
  • Reliability: Zero SLA breaches across 2 years on high-volume production workloads

Featured Impact 📈

  • Designed reusable ETL frameworks that reduced onboarding time from days to hours
  • Built AI-powered analysis modules reducing ad-hoc analyst load by ~3–4 hours/week per team
  • Enabled ~40% faster audit preparation with real-time KPI visibility across global stakeholders
  • Awards: Continuous Effort Reliability (2024) · Integrity (2025) · Curious Scholar (2025)

Building 🔨

Things I ship and use myself.

Project What it is
driftsnap Catches data-level drift in a table — row drops, null spikes, cardinality collapse, schema change. Your orchestrator says the task succeeded; driftsnap tells you the table came back 30% smaller. One query per snapshot, zero runtime dependencies, snapshots are plain JSON so they diff in git. Python + CLI, works over DuckDB / Iceberg / Postgres / Trino.
telemetry-lakehouse Cold-chain monitoring lakehouse built one layer at a time on a single laptop: MQTT → Kafka → Debezium CDC → Apache Iceberg → Dremio. Nine services, durable across daemon crashes, with the recovery playbooks written down.
aura A programming language where yeet returns and ghosted is null. Lexer, parser and tree-walking interpreter in one Python file, zero dependencies.

Open Source 🌱

Upstream contributions to projects I use — found by reading crash reports and by running test suites on Windows, rather than by browsing issue trackers.

Project Contribution Status
pipx · 13.0k⭐ #2023 — the whole test suite errored on Windows without symlink privilege; a session fixture put git on PATH via a symlink guarded only for FileExistsError Merged
pylint · 5.7k⭐ #11360 — a functional test fails on any Windows checkout without symlink privilege Merged
marimo · 22.6k⭐ #10638 — made the command-mode shortcut configurable; the root cause was an override path that silently made every hotkey undisableable In review
MCP Python SDK · 24.2k⭐ #3408 — test suite fails for unprivileged Windows contributors; independently reproduced Reported

Three more were closed without merging, which is its own kind of signal: pylint #11381 and #11382 were real bugs that maintainers had already fixed in parallel PRs, and I withdrew wandb #12726 myself after finding the file it described had been deleted upstream — I had filed it against a stale checkout.

A pattern worth naming. Several of these projects run Windows in CI, and every Windows job is green. GitHub's runners are privileged, so anything privilege-dependent — creating a symlink, for instance — passes in CI and fails on an ordinary Windows machine. CI cannot see that class of bug on a platform it explicitly covers, and a contributor who hits it usually assumes their own setup is broken rather than filing it.

Hobbies 🎮

  • Gaming
  • Watching Anime
  • Reading Manga
  • Violinist
  • Badminton (Neighbourhood professional 😄)

Resume 📄


Languages & Tools 👨‍💻

javascript express react nodejs python java c flutter dart html5 sass css3 mongodb mysql spring kafka airflow databricks aws docker kubernetes linux git

Tech Stack Badges 🛠


Contribution Graph 🐍

snake eating my contribution graph

Contact Me 📫

If you want to reach out for collaboration, doubts, or just to talk tech/anime/games — ping me 😃


dino
profile counter

Last updated: September 2026

Pinned Loading

  1. marimo marimo Public

    Forked from marimo-team/marimo

    A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.

    Python 1

  2. pylint pylint Public

    Forked from pylint-dev/pylint

    It's not just a linter that annoys you!

    Python 1

  3. what-did-i-do what-did-i-do Public

    aura: a programming language where yeet returns and ghosted is null. Lexer, parser and tree-walking interpreter in one Python file, zero dependencies.

    Python 1

  4. flutter_face_recognition flutter_face_recognition Public

    Dart

  5. gradio-app/gradio gradio-app/gradio Public

    Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!

    Python 43.6k 3.6k

  6. pypa/pipx pypa/pipx Public

    Install and Run Python Applications in Isolated Environments

    Python 13k 598