Introducing the new and improved ESC Editor
Pulumi ESC is Pulumi Cloud’s centralized solution for managing secrets and configuration across every vault and cloud provider you use. It helps teams secure th...
Pulumi ESC is Pulumi Cloud’s centralized solution for managing secrets and configuration across every vault and cloud provider you use. It helps teams secure th...
The Original Sin When I first built import/export configs, the status was obvious: go type ImportConfig struct { Status string json:'status' // 'draft' | 'acti...
How My Setup Became Mine I didn’t wake up one day deciding to create dotfiles—there was no master plan. It started with curiosity and a quiet wish to make thin...
Using JSON as a configuration format is a mistake. Yes, a mistake. Not a preference. Not a style choice. An architectural mistake. That statement tends to bothe...
Overview Ever forget your own keybinds? Tired of grepping through multiple config files just to change a workspace shortcut? hyprKCS is a native, fast GUI writ...
CUE – The Swiss‑Army Knife of File Generation and Literate Programming CUE is the tool you reach for when you need to: generate complex JSON, validate YAML, ma...
Git bash sudo apt install git bash git config --global user.name 'your_name' git config --global user.email 'your_email' Check configuration: bash git config -...
Overview When using lf the terminal file manager with Kitty and Tmux, image preview display can leave graphical artifacts on the screen when switching from one...
Part of From Software Engineer to GenAI Engineer: A Practical Series for 2026 Prompt engineering is often presented as a skill in itself. - Write better prompts...
markdown !dss99911https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo...
Introduction Spring Boot는 기본적으로 Thymeleaf를 권장하지만, 레거시 프로젝트나 특정 요구사항에 따라 JSP를 사용해야 할 때도 있습니다. 이 글에서는 Spring Boot에서 JSP를 설정하고 활용하는 방법을 알아봅니다. Dependencies Gradle...
Spring Boot Actuator는 운영 중인 애플리케이션의 상태를 모니터링하고 관리하기 위한 기능을 제공합니다. 설정, 메모리, CPU, 환경 변수, Bean 정보 등 다양한 정보를 확인할 수 있습니다. 설정 Gradle gradle implementation 'org.spring...