Skip to content
View ivorsmorenburg's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report ivorsmorenburg

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
.github/profile/README.md

👋 Hi, I'm Ivor Smorenburg

🤖 Full-time Android Developer | ⚙️ Part-time Infrastructure Wizard

Linktree


🚀 About Me

Full-time Android developer, part-time infrastructure wizard based in London. I build things, break them, then make them better. Passionate about automation, CI/CD, and making developers' lives easier.

data class Developer(
    val role: String = "Android Developer",
    val sideQuest: String = "Infrastructure Wizard 🧙‍♂️",
    val location: String = "London, UK 🇬🇧",
    val philosophy: String = "Breaking things until they work",
    val primaryStack: List<String> = listOf("Kotlin", "Android", "TypeScript"),
    val exploring: List<String> = listOf("Go", "AI/LLM", "MCP Agents"),
    val tools: List<String> = listOf("Terraform", "CI/CD", "Automation")
) {
    fun workflow() = sequence {
        yield("☕ Coffee")
        yield("📱 Build Android apps")
        yield("🔧 Automate everything")
        yield("💥 Break things")
        yield("🔨 Fix them better")
        yield("🚀 Deploy with confidence")
    }
}

🛠️ Tech Arsenal

Android      ▰▰▰▰▰▰▰▰▰▰  Kotlin, Jetpack Compose, MVVM
Backend      ▰▰▰▰▰▰▰▰░░  Kotlin, TypeScript
Learning     ▰▰▰▰▰▰░░░░  Go, AI/LLM, MCP Agents
Infrastructure ▰▰▰▰▰▰▰▰░░ Terraform, Kubernetes, Helm
DevOps       ▰▰▰▰▰▰▰▰▰░  CI/CD, Docker, Automation

🎯 Current Focus

  • 📱 Android Development: Building production-grade mobile apps
  • 🤖 AI/LLM Exploration: Playing with MCP agents and integrations
  • 🏗️ Infrastructure: Terraforming clouds and automating workflows
  • 🔄 CI/CD: Making deployments smooth and painless
  • 🦫 Go: Learning the gopher way

💡 Philosophy

fun buildSoftware(requirements: Requirements) = when {
    !requirements.isAutomated() -> automate(requirements)
    code.isWorking() -> tryToBreakIt()
    code.isBroken() -> fixItBetter()
    else -> deployAndMonitor()
}.also { 
    println("Ship it! 🚀") 
}

📬 Get in Touch

Linktree GitHub


⚡ "Break it, fix it, automate it" ⚡

Professional Android developer by day, infrastructure wizard by night 🌙

Pinned Loading

  1. terraform-unifi-controller terraform-unifi-controller Public

    Terraform UniFi Module

    HCL 1

  2. helm-charts helm-charts Public

    Helm Charts Repo

    Mustache

  3. docker-telegram-notifier docker-telegram-notifier Public

    Telegram Docker Notification Bot

    JavaScript

  4. sdsdeliverio/terraform-cloudflare-wrapper sdsdeliverio/terraform-cloudflare-wrapper Public

    Terraform module to manage Cloudflare

    HCL