Lint JavaScript on Commit
A guide to setting up a pre-commit Git hook to automatically lint JavaScript files with JSHint, ensuring code quality across a team.
A guide to setting up a pre-commit Git hook to automatically lint JavaScript files with JSHint, ensuring code quality across a team.
A guide to using Windows Phone 8 theme accent colors in app development, including a C# helper class for hex color conversion.
A technical guide to implementing complex, user-specific role-based access control (RBAC) in Drupal's node system, covering hooks and query rewriting.
A tutorial video demonstrating how to overlay histograms with normal curves, density curves, and secondary data series in R.
A developer's retrospective on leading the front-end redesign of the Target corporate website in 2012, focusing on accessible and responsive UI patterns.
A technical guide on how to restrict Drupal's upload module to allow only a specific number of file attachments per node.
Explores the subjective nature of defining a 'good programmer,' arguing it depends entirely on the perspective of the person asking.
Upcoming improvements to Dabblet, including JavaScript support, cross-browser compatibility, security enhancements, and Prism integration.
A tutorial on using PostgreSQL array fields within Django models to simplify data structures like tags, improving performance and code clarity.
A guide for developers on using Chrome Canary for front-end development, highlighting its daily updates and new web platform features.
A guide on customizing your R programming environment using the .Rprofile file, including setup for Windows and Mac.
A tutorial on client-side image scaling using HTML5 Canvas and JavaScript, with a step-by-step code explanation.
An interview discussing frontend development, the developer's background, and insights into HTML5 Boilerplate and web tooling.
A guide on using Charles Proxy to simulate 3G network conditions for testing iOS and mobile app performance.
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.
A developer shares his career journey from RealDolmen to a new role as a Technical Evangelist at JetBrains.
A technical guide on maintaining state between form submissions and node hooks in Drupal 6 using the node object as temporary storage.
Analysis of Synaps, Samsung's open-source CloudWatch API implementation for OpenStack, comparing it to projects like Ceilometer and Heat.
Explains how to convert WPF visuals and controls into bitmap images using C# extension methods and the RenderTargetBitmap class.
A tutorial introduction to using mixed models in R for statistical analysis, covering linear and generalized linear mixed models with code examples.