In Praise of –dry-run
A developer explains the practical benefits of implementing a --dry-run option in a reporting application for safe testing and validation.
A developer explains the practical benefits of implementing a --dry-run option in a reporting application for safe testing and validation.
Learn how to use Expo CLI to launch and test your React Native app on multiple iOS simulators simultaneously for efficient development.
A guide to manually managing multiple Node.js versions using shell aliases and downloaded binaries, without relying on NVM or other version managers.
A guide to using Xcode's hidden feature for bookmarking and reusing project-wide search queries, like finding merge conflicts.
Introduces the .ENV Switcher VS Code extension for easily switching between different development environment configurations.
A developer shares their experience setting up live reloading in Rust using the cargo-watch crate for automatic recompilation and execution.
A beginner's guide to setting up and using Vim as a full-fledged IDE for Go development, covering benefits and essential plugins.
A guide to setting up a Python project with automated testing, linting, and type-checking to improve code quality and team collaboration.
A guide on splitting large OpenAPI specification files into multiple, manageable files to improve workflow and maintainability.
A guide on using Watchdog to automatically restart Celery workers when Python code changes during local development.
A developer discusses building a simple, pragmatic front-end framework for team efficiency, balancing ease of use with flexibility and modularity.
How to trigger non-HTTP Azure Functions (like Timer or Queue triggers) over HTTP during local development for easier testing.
A guide to maintaining open-source Python projects efficiently, covering tools, workflows, and community management for solo maintainers.
A developer shares their favorite productivity apps and tools for coding, workflow automation, and time management on macOS and mobile.
A guide to setting up and using the dotnet watch tool for automatic application restarts during .NET Core development in Visual Studio.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
Advocates for built-in configuration file transforms in Visual Studio, discussing the SlowCheetah extension and recent Microsoft updates.
A guide on using Spring Loaded for live code reloading to speed up development in Hippo CMS projects, as a free alternative to JRebel.
How to use Foreman and a Procfile to manage multiple local development processes like Gulp and a web server simultaneously.
A guide to setting up a virtual environment and project structure for Django applications, covering OSX and Ubuntu.