Knockout JS mappings
A tutorial on using the Knockout JS mapping plugin to easily convert JSON data into observable view models with custom configuration options.
A tutorial on using the Knockout JS mapping plugin to easily convert JSON data into observable view models with custom configuration options.
A guide on using Octopus Deploy for continuous deployment of Umbraco CMS .NET websites, covering setup and folder management strategies.
Explores C# dynamic dispatch behavior with class inheritance, highlighting a common pitfall when overriding methods in derived classes.
A web developer shares lessons learned from rebuilding a personal blog, focusing on responsive design, performance optimization, and cross-platform testing.
A guide to securing ASP.NET Web APIs using OAuth2 and Windows Azure Access Control Service for modern app authentication.
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.