ABArtur Bednarczykinblog.isur.dev·Nov 18, 2024 · 15 min readDotfiles with AnsibleTL:DR How to quickly configure a fresh system. A quick introduction to Ansible and automation of personal setup for macOS and Arch Linux. Installation of apps, config files, and secrets. The problem Setting up a fresh system might be a little cumbers...00
ABArtur Bednarczykinblog.isur.dev·May 19, 2024 · 6 min readSimplify Version Management: Switching from NVM and Pyenv to ProtoContext When you are working on just one project, you probably don't need to worry about installing different versions of languages and tools on your machine. But if you are working on multiple projects, some of them might require different versions,...00
ABArtur Bednarczykinblog.isur.dev·Apr 21, 2024 · 5 min readValidate your translations and other files with file-json-validatorTL: DR npm package file-json-validator to validate file structure and json keys: https://www.npmjs.com/package/file-json-validator https://github.com/Isur/file-json-validator Example use case - check if your translations have the same files/keys ...00