Sidebar Navigation – A Xamarin iOS Component 30. August 2014 Jack Dehlin .NET (0) GitHub Repository Xamarin Component Having a navigation menu that slides in from the side of the screen has become a fairly popular design in mobile applications recently. Originally popularized by the Facebook app, it’s been copied in many popular apps on both iPhone and Android. It’s become so pop... [More]
My (current) Views on MVC Project Architecture and Design 23. January 2014 Jack Dehlin .NET, Architecture, Design (0) Project architecture is one of those topics where everyone has their own opinions and no one way of doing things is really the “right” way. Every project and every team is different. The goals are generally always the same, though; modularity, maintainability, readability, reduction of complexity, e... [More]
Mobile Slide Navigation 21. November 2013 Jack Dehlin CSS, Javascript (0) The most simple way I have come across to achieve the "hidden slide nav" on mobile sites without creating additional code is to simply assign the wrapping element of your navigation a fixed position (which can either be off of the page, or behind the rest of the page contents). The only additional c... [More]
Distributed In-Memory Cache with Redis 20. November 2013 Jack Dehlin .NET (0) As more and more server architecture moves to the cloud the need for distributed caching continues to increase. Scaling horizontally with many tiny virtual web servers makes sense in a lot of scenarios, but without distributed caching quickly runs into diminishing returns. Going from one server to t... [More]