What I mean when I say “Senior”
We are currently building out our data team. And that means hiring across the three broad areas: data science, data engineering, and data analytics. But as I have been reading…
We are currently building out our data team. And that means hiring across the three broad areas: data science, data engineering, and data analytics. But as I have been reading…
I once was recruited to work with a startup. The product was very interesting and I was one of several people in an effort of raising the quality through DevOps. …
This is a tutorial showing how to create an import file to use when creating a dataset in Google ML Pipeline tool Vertex AI.
Thus far I have written about how great test and quality work is. This is not the whole picture - far too often, quality work is not a pleasant experience.…
Some years ago, I had been talking at an awesome test conference and brought home a deck of playing cards designed to help get your team excited about quality. In…
There’s no denying it. Testing is awesome and the most fun and amazing part of any product development! Strangely enough, I have found that most people look at me weird…
At one point I calculated that less than 2% of my work time was test execution. There is so much more to the test profession than meets the eye, and…
As VLOOKUP only match the first row I will show who to use arrays, FILTER, JOIN and ARRAY_CONSTRAIN to get around this limitation. Lets assume we have a table of…
I made a small, cute bash script to display the currently playing song on Spotify. My initial ambition was to use it with tmux, but soon I began to think…
In the first chapter of The Algorithmic Beauty of Plants, the authors describe a set of related systems named L-systems after one of the authors, Lindenmayer. Using simple production rules,…
I was first introduced to the term “Behavioral Design” during my last year at the university when my teacher one day came to me and said that he had the…
Since I am used to the hot reload capabilities of the node.js (nodemon) and the modern JavaScript frontend ecosystem, I was very pleased to discover GHCid, built to improve the…
Last Friday, Jayway had something called a K-dag, a half-day for learning new skills. I hosted (more co-hosted with other participants since we decided to just play around and learn…
When making WireWorld we can reuse large parts (with some trivial changes) of the UI made for the implementation of Conway's Game of Life, described in the previous post. Visit…
When implementing Conway's Game of Life for the browser and the terminal with JavaScript, I fell in love with Game of Life. This is my Haskell implementation. This is the…