Use Tags to better manage your TFS work items
Explains how to use Tags in TFS to add metadata and filter work items, overcoming limitations in customizing work item templates.
Explains how to use Tags in TFS to add metadata and filter work items, overcoming limitations in customizing work item templates.
A guide on integrating the static site generator assemble.io with a Yeoman web app's Gruntfile, using Handlebars templates.
A technical guide on obtaining and installing free SSL/TLS certificates from StartSSL for securing a website.
A comprehensive list of Python learning resources, tutorials, and tools for both beginners and experienced developers.
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.
Explains how the OG Content Access module for Drupal provides fine-grained view permissions within Organic Groups, beyond standard role-based controls.
Introducing AutoFocusBehavior in Cimbalino Windows Phone Toolkit to automate field navigation in forms using the Enter key.
Explains the 'fail fast' principle in iOS development and provides macros for app abortion with crash logging via Crashlytics.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.
Explains how to use PostgreSQL's COMMENT feature to document tables, columns, and SQL for better data understanding and maintenance.
A guide to Python coding styles, linking to official documentation, PEP-8, Google's guide, and Khan Academy's style guide.
A step-by-step guide for installing Python 2.xx on Windows 7, including setting the PATH environment variable.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Explains how to use Python's dictionary get() method to avoid KeyError exceptions by providing default values.
A data scientist analyzes gender stereotypes in children's clothing by building a model to classify t-shirts using image processing and color data.
A technical article explaining how to count character frequencies in a text file using Objective-C and Grand Central Dispatch for asynchronous file I/O.
Explains how to use PostgreSQL expression and functional indexes to optimize queries using built-in functions or custom JavaScript functions.
Introducing JSAnimation, a JavaScript package for embedding Matplotlib animations in IPython notebooks without external video codecs.
Fixes the (405) Method Not Allowed error when pushing or deleting packages on a private NuGet server in IIS by removing the WebDAV module.