Notes on Vim
A personal collection of Vim notes covering modes, commands, cursor movement, search/replace, macros, and text manipulation for developers.
A personal collection of Vim notes covering modes, commands, cursor movement, search/replace, macros, and text manipulation for developers.
A quick reference guide for the Ionic 2/3 CLI, covering installation, project creation, generating code, and building mobile apps.
An exploration of DotNetAnywhere, a lightweight, alternative .NET runtime, its features, limitations, and use in projects like Blazor.
A quick reference cheat sheet for common .NET Core CLI and MSBUILD commands used in daily development workflows.
Introducing git-pull-request, a command-line tool to automate creating and updating GitHub pull requests directly from your shell.
A quick troubleshooting note about a common Apache Kafka console producer error caused by a misspelled property.
A guide to adding feature selection to custom .NET project templates using the dotnet new command, allowing developers to customize template components.
An introduction to the Ionic Framework for building cross-platform mobile apps using web technologies like HTML, CSS, and JavaScript.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A guide to lesser-known but useful PostgreSQL features, including psql tips, query watching, and JSONB formatting.
A guide on configuring FreeOTP as a 2FA authenticator for Battle.net using the command-line tool 'bna'.
A developer shares tips and code examples for creating a command-line interface (CLI) tool using Node.js, yargs, and Jest.
Tools and tips for managing multiple Xcode versions, especially beta releases, to streamline iOS/macOS development workflows.
A tutorial on creating CLI applications using a JSON config file and the 'engage' tool in Go, simplifying command management.
A guide to migrating existing ASP.NET Core RC1 applications to the new ASP.NET Core RC2 release, covering tooling changes and CLI updates.
A technical guide explaining how to set up and configure Google Cloud Platform's HTTP Load Balancer using the command-line interface (CLI).
A tutorial on creating and interacting with an interactive Docker container using the Ubuntu image, exploring its filesystem and process isolation.
Troubleshooting guide for when the diagnostic log creation command fails on a Dell EqualLogic storage array, causing SSH session termination.
A guide comparing GUI and CLI build tools like Grunt and Gulp, explaining their uses in automating development workflows.
A guide to advanced input/output methods for creating interactive Artisan console commands in Laravel 5.1, including tables and progress bars.