Timeboxing: Evolving the TODO List to be More Effective

I recently wrote about TODO lists and how they can help with focus now that many of us are working from home. I had a former colleague on LinkedIn mention this concept of "timeboxing" (which I think many people are familiar with the general idea) and how that can improve the effectiveness of a TODO list. I had made a post on LinkedIn sharing my blog article, and here's a comment that came in right away from Graeme Harvey: This obviously got me thinking because sure, Elon Musk is a pretty smart dude, but I also have a lot of respect for Graeme and his perspective on things. So I decided I'd try something out! TODO Lists v1.0 My original TODO lists didn't factor in any timeboxing techniques, but they had some benefits. The engineering mind in me says this…

0 Comments

Xamarin Forms – Jumpstart Your App With Autofac

I love dependency injection frameworks ever since I started using them. Specifically, I'm obsessed with using Autofac and I have a hard time developing applications unless I can use a solid DI framework like Autofac! I've recently been working with Xamarin and found that I wanted to use dependency injection, but some of the framework doesn't support this well out of the box. I' was adamant to get something going though, so I wanted to show you my way to make this work. Disclaimer: In its current state, this is certainly a bit of a hack. I'll explain why I've taken this approach though! In your Android projects for Xamarin, any class that inherits from Activity is responsible for being created by the framework. This means where we'd usually have the luxury of passing in dependencies via a constructor and…

2 Comments

End of content

No more pages to load