C# dynamic dispatch and class inheritance
Explores C# dynamic dispatch behavior with class inheritance, highlighting a common pitfall when overriding methods in derived classes.
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 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.
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 guide to fixing duplicate code signing identities for 'Any iOS SDK' in Xcode projects by editing the project file.
A technical guide on implementing fine-grained, role-based node access control within Drupal groups, extending the OG Users Roles module.
Explains implementing granular, role-based access control for nodes within Drupal's Organic Groups (OG) module, focusing on query logic.
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.
Comparing JavaScript sorting algorithm performance, showing custom implementations can be slower than V8's native sort function.
A guide to using the Evernote Clipper tool on Windows for capturing screenshots, code snippets, and notes directly into Evernote.