Skip to content
View KevinHansen90's full-sized avatar

Block or report KevinHansen90

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

Kevin Hansen

Working on data and cloud systems, with a focus on bringing agent-based workflows into real-world environments.

In my spare time, I explore new tools, frameworks, and agent patterns — and build small utilities to solve the problems I run into along the way.


Current work

  • dotenvdrift — detect env var drift across code, .env.example, Docker, and GitHub Actions

Focus

  • agent-based systems and workflows
  • data and cloud infrastructure
  • developer tooling
  • simplifying complex repositories

Philosophy

  • each line of code should earn its place
  • prefer simple, explicit solutions
  • build tools that solve real problems
  • learn by building

Why

Most systems don’t fail because of missing features — they fail because they become harder to run, understand, and evolve.

I build small tools to reduce that friction.

Pinned Loading

  1. dotenvdrift dotenvdrift Public

    Catch env var drift between code, .env.example, Docker, and GitHub Actions.

    Python