This post is inspired by a video series I saw on YouTube called PatternCraft, where the author, John Lindquist uses Starcraft as a subject for teaching various programming design patterns.Recently I’ve been playing…
I recently set up a new instance of Azure DevOps for a client I am currently working for, and as a result I was introduced to the new YAML pipeline editor. I've defined simple builds…
This post is the first in a series of posts where I share my experience writing a simple Dapp using Drizzle and Svelte. Whilst working at EdgeFund I wanted to explore the possibility of creating a Dapp using Truffle Suite’s new collection of libraries called Drizzle.…
It’s no secret that continuous integration and continuous deployment is an important part of the application development process. Integrating testing into this workflow is also an important part…