: A display driver for LS013B7DH03 entirely in the ESP32 chip's ULP coprocessor I’ve been working with Sharp’s LS013B7DH03 memory LCD. While looking for a driver to use …
: Energy harvesting WiFi logger and timelapse camera I recently put up a greenhouse in our backyard. So naturally I’d like to start logging …
: Ask yourself: What if I succeed? As technically minded people we often get ideas for projects, products or similar and it can be easy …
: The importance of taste Something I’ve been thinking about on and off for a while now is how important it is for each …
: How do you approach a new project that feels insurmountable at first? Once about 10 to 15 years ago I was visiting my parents. I was sitting with my laptop in their …
: Don't write tests that cannot fail Every now and then I discover test code that cannot fail. There are two main categories: 1) If you …
: Notes on hapi We use hapi for the project I work on. The decision was made before I joined and at first I was …
: Sometimes someone just has to make a decision Have you ever been on a project for years and it ends up feeling like the same things come up for …
: Every project should have a chore budget On the project I’m on we have 20% of our time allocated towards doing “chores”. …
: Notes on standup calls Effective daily standups are crucial to software development especially for remote teams. And in …
: How do you retrofit code quality? Modern best practises dictate that you should have automated testing with linting, full test …
: Enforce 100% test coverage I’ve been thinking a lot about writing tests for web apps lately which gave me an idea for a …