Skip to content
View dschreck's full-sized avatar

Block or report dschreck

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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
dschreck/README.md

πŸ‘‹ Hi, I'm David Schreck

Developer. Hacker. Architect. Startup whisperer.

With 20+ years in software development and 10 years leading teams, I specialize in helping early-stage startups go from idea to production with velocity, elegance, and modern AI/DevOps strategy.


πŸ”§ What I Do

  • 🧠 AI-first product strategy
  • βš™οΈ Full-stack engineering (TypeScript, Python, Rust, Go)
  • ☁️ Scalable DevOps (Docker, Kubernetes, Terraform, AWS)
  • πŸš€ Technical leadership & GTM for zero-to-one startups

πŸš€ Notable Roles

  • Founder @ BlueToaster LLC – AI & startup consulting
  • CTO @ WellSet – Built health-tech stack through acquisition
  • Senior Staff @ ForeVR Games – VR game architecture
  • Principal Engineer @ Zynga – Scaled live games to millions

🧰 Tech I Love

Python TypeScript Docker Kubernetes Vim Rust


πŸ† Fun Facts

  • πŸ… Twice unofficially crowned "Best Programmer in the World"
  • 🧬 Triplebyte Certified Generalist
  • πŸ›  Built software used by millions (and my kids at dinner)
  • 🧡 Currently stitching together AI pipelines for good and evil

πŸ“« Let's Connect

"Strong opinions, loosely held. Always in Vim."

Pinned Loading

  1. classic_winamp_skins classic_winamp_skins Public

    Winamp Classic skins

    5

  2. php-eav-example php-eav-example Public

    Example using the EAV design pattern with PHP and MySQL

    PHP 15 6

  3. Generate some short names for little... Generate some short names for little services, devices, drives, etc etc.
    1
    #!/usr/bin/env bash
    2
    #######
    3
    # https://github.com/dschreck
    4
    #
    5
    # Generate a short name for a resource, service, disk, container, etc etc.
  4. Secret Keeper. Encrypt and decrypt y... Secret Keeper. Encrypt and decrypt your .env files by wrapping OpenSSL.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    #     _____                     __     __ __
    4
    #   / ___/___  _____________  / /_   / //_/___  ___  ____  ___  _____
    5
    #   \__ \/ _ \/ ___/ ___/ _ \/ __/  / ,<  / _ \/ _ \/ __ \/ _ \/ ___/
  5. gen_gpg_key.sh gen_gpg_key.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Set variables for your name and email
    4
    FullName=""
    5
    EmailAddress=""