
ESP8266 running on batteries
If you haven’t yet heard about the ESP8266 then it’s time for you to wake up and get serious! This little beauty is a seriously low-cost WiFi chip with a …
ReadIf you haven’t yet heard about the ESP8266 then it’s time for you to wake up and get serious! This little beauty is a seriously low-cost WiFi chip with a …
ReadThis is the second blog post of my project WaterMyPlants. You can find the first blog post here Introduction This time, I just wanted to share a little about the …
Read(It is started!) Project Water my Plants has begun. This blog post marks the arrival of the first bits of electronics, and provides a simple overview of how the getting …
ReadIn a recent project, I had the need to implement multiple interfaces in a single Repository class public class UsageStatisticsRepository : DbContext, IApiKeyCounter, IIpAddresssCounter { // … } We …
ReadOne of the things I find myself doing over and over again when working in xaml-based applications is to create a ViewModelFactory based on Jeremy D. Miller’s StructureMap. All my …
ReadI recently came across the need to write a console application that can take a CasperJs script (or folder) and run it with console output on. I wanted to make …
ReadOver time, one developers techniques and habits that “just workâ€. In this post, I would like to share with you a set of base classes that I’ve been using and …
Read