Skip to content
View gartmeier's full-sized avatar
  • Pitcher AG
  • Switzerland

Block or report gartmeier

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

Hey there! I'm Josh ๐Ÿ‘‹

Typing SVG

๐Ÿš€ About Me

class JoshGartmeier:
    def __init__(self):
        self.location = "๐Ÿ”๏ธ Burgdorf, Switzerland"
        self.current_role = "Tech Lead @ Marketing Monkeys"
        self.side_projects = ["Almalex - Swiss Legal AI (Open Source)", "Silver - Smart bracelet for elderly care"]
        self.years_coding = "20+"
        self.coffee_consumed = float('inf')
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something awesome together ๐Ÿ› ๏ธ")

me = JoshGartmeier()
me.say_hi()

๐ŸŽฏ What I'm Up To

  • ๐Ÿ”จ Currently: Tech Lead @ Marketing Monkeys - leading engineering excellence
  • โš–๏ธ Almalex: Building open source Swiss Legal AI with GPT
  • ๐Ÿ’š Silver: Smart bracelet & app for elderly care with a remote team
  • ๐Ÿš€ Infrastructure: From Kubernetes to Vercel - choosing the right tool for the job
  • ๐Ÿ“š Always Learning: Currently diving deep into TanStack Start and Drizzle ORM

๐Ÿ› ๏ธ Tech Stack

Languages & Frameworks

Python TypeScript JavaScript Go

Infrastructure & DevOps

Linux Docker FastAPI AWS Kubernetes Vercel

๐Ÿ† Achievements Unlocked

  • ๐ŸŽฎ Level 20+: Survived from FrontPage to Claude Code (and still love it!)
  • ๐Ÿ—๏ธ Master Builder: Architected systems serving 3 continents with minimal latency
  • ๐Ÿค– AI Whisperer: Building Almalex (Swiss Legal AI) and taught GPT-4 to handle support tickets
  • โ˜๏ธ Cloud Pragmatist: From Kubernetes to Vercel - picking the right tool, not the trendy one
  • ๐Ÿง Linux Devotee: Terminal is my happy place, bash scripts are my poetry
  • ๐Ÿ‘ฅ Team Multiplier: Leading amazing engineers to build amazing things

๐Ÿ“ˆ Fun Stats

Josh's GitHub stats

๐ŸŽฏ Recent Adventures

โš–๏ธ Almalex - Swiss Legal AI

Building an open source AI platform for Swiss legal professionals using GPT, RAG, and FastAPI. Making legal knowledge accessible to everyone!

๐Ÿ’š Silver - Smart Care for the Elderly

Developing a smart bracelet with companion app for elderly care. Working with a remote team to make aging safer and more independent. IoT meets compassion!

๐Ÿค– Pia - The AI Assistant That Actually Helps

Built a Slack bot at Pitcher that reads Confluence, Stackoverflow, and Basecamp. Support team's new best friend - handles the repetitive questions with grace!

๐Ÿš€ Infrastructure Done Right

Set up infrastructure across EU, US, and AU at Pitcher. Sometimes it's Kubernetes, sometimes it's Vercel - always the right tool for the job!

๐Ÿ’ก Philosophy

while (alive) {
    learn();
    build();
    ship();
    celebrate();
    repeat();
}

๐Ÿค Let's Connect!

LinkedIn GitHub

๐ŸŽฒ Random Dev Quote

Random Dev Quote

Profile views

โšก Fun fact: Started with Microsoft FrontPage 2000, officially began coding in 2006. I've debugged code older than some of my colleagues! Those table-based layouts walked so CSS Grid could run. ๐Ÿ˜„

Popular repositories Loading

  1. bamboogooglesync bamboogooglesync Public

    Command line interface to synchronize BambooHR employees with Google Workspace users

    Python 4

  2. lib-rql lib-rql Public

    Forked from cloudblue/lib-rql

    Python RQL filters

    Python

  3. nvim nvim Public

    Forked from nvim-lua/kickstart.nvim

    A launch point for your personal nvim configuration

    Lua

  4. tmux tmux Public

    Shell

  5. blog blog Public

    Python

  6. almalex almalex Public

    Swiss Legal AI - Search federal laws and court decisions with precise citations

    TypeScript