Skip to content
View LeanderZiehm's full-sized avatar
  • Technische Hochschule Deggendorf
  • Munich
  • 04:16 (UTC +02:00)
  • @LeanderZiehm1

Highlights

  • Pro

Block or report LeanderZiehm

Report abuse

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

Report abuse
leanderziehm/README.md

Hi there 👋, I'm Leander Ziehm!

🎓 About Me

I am currently doing my internship at BMW.

My tech stack: Java, React or Angular, Postgres, and Linux.

I focus on full-stack web development, leaning backend. My current focus is on mastering TypeScript and JavaScript at a deep, language-level understanding so I can build robust, secure, and performant production-grade web applications. I’m especially interested in backend architecture, performance, debugging and troubleshooting, logging, and database-driven systems, with a strong emphasis on PostgreSQL. I enjoy building web apps, admin panels, and dashboards with the ability to carry my own weight in front-end React and Angular when there are no other front-end developers around. Furthermore, I value real depth in understanding the fundamental technologies.

  public Developer() {
      this.name = "Leander Ziehm";

      this.languages = new String[]{
          "TypeScript", "Java", "Python", "C#"
      };
      this.specialties = new String[]{
          "Full-Stack Development", "Backend APIs", "Databases"
      };
      this.tools = new String[]{
          "Spring Boot",  "Postgres", "React/Angular", "Docker/Podman",
      };
  }

Check out

My Blog: https://blog.leanderziehm.com/

Github Stats


Pinned Loading

  1. apis apis Public

    custom api backends in python fastapi

    Python 1

  2. leanderziehm.com leanderziehm.com Public

    personal website

    HTML

  3. todo-web-app todo-web-app Public

    personal todo web-app

    TypeScript

  4. my-linux-setup my-linux-setup Public

    cli tools I created for my linux setup. (not mostly migrated to dotfiles repo)

    Shell

  5. devops devops Public

    personal tools I use to host web apps on vps

    Shell

  6. dotfiles dotfiles Public

    collection of my personal config files

    Lua