Skip to content
View kressnerd's full-sized avatar
🤔
code review
🤔
code review

Highlights

  • Pro

Block or report kressnerd

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kressnerd/README.md
     _                                        _ 
   | | ___ __ ___  ___ ___ _ __   ___ _ __ __| |
   | |/ / '__/ _ \/ __/ __| '_ \ / _ \ '__/ _` |
   |   <| | |  __/\__ \__ \ | | |  __/ | | (_| |
   |_|\_\_|  \___||___/___/_| |_|\___|_|  \__,_|

Hey there! I'm Dan

Started coding on a Sinclair Spectrum+ a long time ago. Now I'm coding at @adessoSE, where I hexagonalize everything and write tests first.

What I'm up to

  • Building scalable enterprise solutions
  • Advocating for Hexagonal Architecture and Domain-Driven Design
  • Practicing test-driven development
  • Running the family datacenter
  • Daily driving NixOS (yes, I mention it within 5 minutes)
  • Sailing the Pinguin V14, she is over 100 yo
  • Camping you'll find me at the Camp or in a hammock somewhere in the woods

Tech Stack

Java Kotlin Spring Quarkus Kubernetes Podman NixOS GitLab CI IntelliJ IDEA ZSH

Words of Wisdom

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."

#!/bin/bash
# Random DevOps wisdom
WISDOM=(
  "There is no cloud, it's just someone else's computer"
  "To be trusted, be predictable. To be predictable, be automated."
  "99.99% uptime = 52 minutes of downtime per year. Plan accordingly."
  "If it's not in version control, it doesn't exist"
  "Containers are just fancy chroots. Podman knows this."
)
echo "${WISDOM[$RANDOM % ${#WISDOM[@]}]}"

Let's Connect


"Yes, I use Arch btw (jk, it's NixOS)"

Visitor Count

Pinned Loading

  1. nix-config nix-config Public

    Nix configuration for NixOS and Nix darwin systems. Comprehensive dotfiles and system configuration management using flakes, home manager and modular feature-based organization. Includes developmen…

    Python 2

  2. TinyTX TinyTX Public

    Forked from nathanchantrell/TinyTX

    ATtiny84 & RFM12B wireless sensor node

    Arduino

  3. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 25.4k 19.5k