We live in an age where a twenty-something from Africa can have an automated process of creating Earth gifs with images from two separate space agencies on different continents. Read that again.
How defining a Minimum Viable Public Product (MVPP) early on in the software development life cycle helps get clean code open sourced faster.
Daily goals are great, tracking them daily not so much. The good news is that if you've already tracked the time in Toggl you don't need to do double the work.
Find out how easy it can be to sync your Fitbit workout data to Toggl projects, you can even set it up to sync automatically without you needing to lift a finger. Best of all is it doesn't cost a thing.
I've been having a lot of fun with ElasticSearch throwing just about anything I can at it. This is the story of how I tried to index Instagram with it (sort of).
Let's make a iOS 12 Shortcut that does exactly one thing: start a predefined Toggl Timer.
Let's get rid of that Episerver license warning message in development shall we.
As an Episerver developer you will be creating properties on your Page/Block/Media models a lot, and it's generally a pain to type everything out again and again. So I've created some TAB TAB magic to make life easier.
Using ActionFilters and HttpModules to modify the MVC response HTML for 'securing' all links opening in a new tab.
Recently I worked on a project where we needed to enable "edit mode" preview for a custom document type. It seemed like it would be a trivial task, just set up a view and map the document type in the TemplateCoordinator. Turns out we need some UIDescriptor magic.