Detecting dependency property changes in WinRT
A technical guide on detecting dependency property changes in WinRT using a binding-based workaround, presented as a reusable extension method.
A technical guide on detecting dependency property changes in WinRT using a binding-based workaround, presented as a reusable extension method.
Useful Windows registry tweaks for developers to improve workflow, including Visual Studio and multi-monitor setup fixes.
The author explains their motivation for adding SSL to their website: to become a Persona identity provider, discussing centralized online identity solutions.
A historical and technical look at the evolution of User-Agent strings, born from the browser wars and used for feature detection.
A Heroku engineer shares his personal perspective on how the platform has operated and evolved since its acquisition by Salesforce two years prior.
A guide to using PostgreSQL's array_agg function to efficiently aggregate and format data, avoiding manual application-level processing.
Troubleshooting an 'Unexpected System Error' in IBM DataStage sequence jobs when a Fact job aborts, with a fix by rearranging job order.
Troubleshooting an 'Unexpected System Error' in DataStage sequence jobs, with a fix by rearranging job order.
A deep dive into writing extremely concise Python code, using the creation of a Sudoku solver as an example to explore code golf techniques.
A review of the book 'Instant Munin Plugin Starter', covering its practical guide to creating monitoring plugins for the Munin system.
A developer's perspective on how to effectively market technical products to other developers by adapting email, community engagement, and content strategies.
NuGet Package Source Discovery now supports SymbolSource for automatic symbol server configuration in Visual Studio, enhancing developer workflow.
Explores using CSS media queries embedded within SVG files to create responsive graphics that adapt based on their own size, not just the screen.
Explores Application Lifecycle Management (ALM) practices for developing and deploying custom solutions on SharePoint Online 2013.
A series of short, philosophical stories (koans) about Git, illustrating its principles and commands through parables.
Explores methods for incremental refresh of Exalytics aggregates in OBIEE, addressing limitations of the standard Aggregate Persistence feature.
Analyzes browser support for unprefixed CSS gradients and advises which vendor prefixes are still necessary for web developers in 2013.
Explores the lesser-known inheritance-based API in Python's Requests library for advanced HTTP connection configuration.
A blog post discussing the value of creating personal R packages for learning, reproducibility, and sharing code within the statistics community.