Configuring IIS methods for ASP.NET Web API on Windows Azure Websites and elsewhere
Guide to configuring IIS and ASP.NET Web API to support additional HTTP methods like HEAD, PATCH, or custom verbs by removing WebDAV conflicts.
Guide to configuring IIS and ASP.NET Web API to support additional HTTP methods like HEAD, PATCH, or custom verbs by removing WebDAV conflicts.
A tutorial on implementing the classic Minesweeper game using Python's Matplotlib library, focusing on interactive event callbacks.
A technical guide on mocking UIKit delegate protocols, specifically UIAlertViewDelegate, using the Kiwi testing framework in Objective-C.
A guide to solving UIKit-related unit testing issues for iOS static libraries using the Kiwi BDD framework.
A personal review of the dotJS conference in Paris, covering the venue, logistics, and the technical vs. general nature of the talks.
An introduction to Python metaclasses, explaining how classes themselves are objects and how the 'type' metaclass works.
A guide to database sharding, explaining what it is, why it's needed, and how to implement logical and physical shards for scaling.
A technical presentation on using R to create and analyze stochastic, age-structured matrix population models for ecological simulations.
A technical guide on integrating LESS CSS preprocessing into the ASP.NET Optimization Framework, addressing @import path resolution issues.
A guide to writing asynchronous tasks in Grunt, explaining how to properly handle Node.js callbacks and streams within the Grunt build system.
Describes a multi-species, age-structured computational model for simulating Sudden Oak Death disease dynamics in forest stands.
A tutorial on implementing custom actions and UIMenuController for UICollectionView in iOS development.
A technical guide on fixing iOS app links to Facebook pages, addressing a change in the Facebook app's behavior.
A developer built a 3D interactive Rubik's Cube simulator in Python using matplotlib, explaining the rendering and rotation logic.
A guide to fixing duplicate code signing identities for 'Any iOS SDK' in Xcode projects by editing the project file.
Explains implementing granular, role-based access control for nodes within Drupal's Organic Groups (OG) module, focusing on query logic.
A technical guide on implementing fine-grained, role-based node access control within Drupal groups, extending the OG Users Roles module.
A computer science student analyzes a report on Kenya's internet security and discusses proposals for special internet IDs, privacy concerns, and cybersecurity best practices.
A tutorial on creating an interactive 3D viewer in Matplotlib using quaternions for rotation, addressing the library's 3D visualization limitations.
Comparing JavaScript sorting algorithm performance, showing custom implementations can be slower than V8's native sort function.