Tmux 101: A Crash Course
A beginner's guide to tmux, covering installation, basic commands, key bindings, and configuration for terminal multiplexing.
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.
A developer shares their experience migrating Azure Functions from .NET 6 in-process to .NET 8 isolated, focusing on Azure AppConfiguration setup.
A comprehensive guide to Docker Compose, covering file structure, service configuration, networking, volumes, and best practices for multi-container applications.
A guide on integrating ControlD DNS with Tailscale to resolve device names while using custom DNS endpoints.
Explores using C# 11's static virtual members in interfaces to create a cleaner, convention-based approach for registering and consuming custom configuration sections.
Explains synchronous and asynchronous methods to load OpenID configuration in Angular using the Auth OIDC Client library.
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
The author discusses the process of selecting a new configuration format for the upcoming vdirsyncer v2, comparing options like scfg and TOML.
An update on the vdirsyncer rewrite project, detailing progress, overlooked tasks, and coordination with related tools.
Review of SelfTune, a research system for automatically and quickly tuning configuration parameters in cluster managers like Kubernetes.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A review of senpai, a modern terminal-based IRC client, focusing on its features, configuration, and integration with an IRC bouncer.
A guide to managing static assets in Vite projects, covering configuration strategies for predictable file placement, hashing, and using a custom plugin.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
Explains how to configure and use the baseUrl parameter in Cypress for efficient end-to-end testing.
A developer shares two custom Git commands, 'git ui' and 'git identity', to streamline workflow by integrating a GUI client and managing user profiles.
Explains how to access and use environment variables in JavaScript and Node.js, including differences between CLI and browser environments.
A guide on using Playwright to test application localization, including setting default and per-test locales and time zones.