zakrok.dev

{- From notes to articles -}

Blog

Blog Post • 2024-12-16

Home manager GitHub GPG commit signing

Signing the commits improves trust and adds a proof of integrity to your work. Doing it declaratively with Home Manager can save you the trouble of having to reconfigure options and can also give you some bonus style points ;)

Blog Post • 2025-3-8

Improving Front-End Code Quality with Atomic Design

Atomic Design by Brad Frost proposes an amazing practical paradigm with many benefits for it - both for end-users and internal workers. However, its inherit characteristics align quite well with some of the SOLID practices. Thus, Atomic Design becomes an incredible tool for Front-end Code Quality