Using Ghostty for the first time
A developer shares their experience switching from iTerm2 to the new GPU-accelerated, minimalist Ghostty terminal app, including configuration tips.
A developer shares their experience switching from iTerm2 to the new GPU-accelerated, minimalist Ghostty terminal app, including configuration tips.
Essential Git configuration settings to improve workflow, including rebase on pull, auto-setup remote, and better diff algorithms.
GExperts Code Formatter now shows context-sensitive previews for each settings tab, making it easier to see the effect of formatting options.
Guide on configuring Azure Functions to run locally with production app settings, explaining environment variables and project file adjustments.
How to set default code block languages in Mkdocs for automatic Python syntax highlighting in documentation.
A developer explains their switch from Vim to Neovim and LazyVim, detailing the reasons and the migration process.
Explains how to use a dedicated .hadolint.yaml config file for portable and consistent Dockerfile linting across different environments.
How to remap Zed editor's debugger keybindings to standard Windows shortcuts like F10 and F11 for stepping through code.
Fixing kubectl connection errors when commands fail with 'connection refused' on localhost:8080.
A developer details refactoring Astro content collections configuration for the Piccalilli platform to enable open working and project pages.
A guide on how to remove or disable unwanted default keybindings in the Emacs text editor, covering both global and mode-specific methods.
A guide to configuring smoother scrolling behavior in the Emacs text editor by adjusting built-in variables like scroll-conservatively and scroll-margin.
Explains why kcat (kafkacat) may show incorrect Kafka topics due to config file priority overriding CLI arguments.
A collection of insightful and humorous quotes from programmers and tech industry figures about software development, debugging, and engineering philosophy.
Explains how to use multiple Kubernetes config files with kubectl via the KUBECONFIG environment variable, including merging and management tips.
Guide to changing the default cartridge storage location for the PICO-8 fantasy console on macOS by editing its config.txt file.
A developer passionately defends the importance of editor choice and personalization, using Neovim as an example of a tool that can be deeply customized.
A beginner's guide to tmux, covering installation, basic commands, key bindings, and configuration for terminal multiplexing.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A comprehensive guide to understanding and configuring the tsconfig.json file for TypeScript projects, with practical examples and recommendations.