Why Tomatoes Are Awesome
A developer's personal experience adopting the Pomodoro Technique to improve focus, productivity, and combat procrastination in their tech work.
A developer's personal experience adopting the Pomodoro Technique to improve focus, productivity, and combat procrastination in their tech work.
A critique of web design professionalism, arguing that poor client relationships often stem from the designer's own failures in process and planning.
Explains a Mercurial workflow using named branches to manage multi-language translations for a static site, detailing merging and conflict resolution.
Explains the 'Stable & Default' branching workflow in Mercurial for managing features and bug fixes in software projects.
A guide to the simplest Mercurial workflow, 'Branch as Needed,' for small projects, contrasting with structured Git models.
A guide to using Mercurial's MQ extension for managing patches and switching between changes in a version control workflow.
A response to a user's frustration with git's push command, explaining why direct pushes are rare and email patches are often preferred.
Guide on starting a SharePoint workflow programmatically from an Event Receiver with validation logic.