Git is my buddy: Effective Git as a solo developer
A guide to using Git effectively for solo development, focusing on workflow principles to structure work and maintain a clean commit history.
A guide to using Git effectively for solo development, focusing on workflow principles to structure work and maintain a clean commit history.
A guide to using Git's includeIf directive to automatically set different user emails for work and personal projects based on directory.
A software developer shares his personal digital workflow for organizing projects, notes, and tasks using a simple folder system and syncing tools.
A developer shares his personal digital workflow for organizing projects, notes, and tasks using a folder-based system and syncing tools.
The article argues for the importance of shell literacy in a programmer's workflow, demonstrating its power with a practical Git example.
A quick command line tip for efficiently creating multiple files with the same extension using brace expansion.
Explains how Azure Durable Functions scale, detailing the differences between stateless activity functions and stateful orchestrators/entities.
A quick Git tutorial on how to move an accidental commit from the master branch to a new feature branch using simple commands.
A developer explains their unconventional, branchless Git workflow, working directly on master and using rebase to organize changes.
The article argues for automating repetitive workflows, highlighting benefits beyond just time-saving, like maintaining focus and reducing mental friction.
A personal year-in-review blog post reflecting on the blog's growth, content goals, and technical decisions like ads, analytics, and a potential platform migration.
Analyzes source control options for game development, focusing on challenges with binary assets and team workflows.
A guide to establishing a productive Git workflow for development teams, covering branch strategies and best practices.
A guide explaining how to use Git's stash command to manage uncommitted changes when switching between multiple branches.
A product manager shares practical tips for using email more effectively to communicate, collaborate, and get better engagement in a tech work environment.
A guide to disciplined Git workflows, covering commit message best practices, atomic commits, and tools for productive version control.
A technical walkthrough explaining how GitHub Actions work, from event triggers to workflow execution, using a branch cleanup example.
A guide to creating an Alfred workflow for quickly running performance tests on WebPageTest.org from your desktop.
A guide to ChatOps, using chatbots like opsdroid to automate IT operations and improve team collaboration through transparent workflows.
A developer shares their customized VS Code setup, including essential extensions, key settings, and workflow tips for improved productivity.