NINadhif Ikbar Wibowoinblog.nadhif.dev·Jan 15, 2025 · 4 min readEnvironments HandbookI switched contexts a lot when using technologies, either for work or personal projects, constantly remembering my existing config are overwhelming Primarily for personal guide. Essentials I moved from WebStorm to use VSCode. As it’s getting too sl...00
NINadhif Ikbar Wibowoinblog.nadhif.dev·Mar 2, 2021 · 3 min readIdempotency in AutomationOne characteristic of robust automation is to make sure that our script is idempotent, this is a big word that describes a behavior where our automation will produce the same end system state no matter how many times the automation is triggered. Here...00