Gray Failure - Notes
These are some of my notes that I've taken on gray failure in distributed systems.
What it is, why it happens, and how to prevent it.
Notes on a paper written by Azure
developers, and things they have learned.
These are some of my notes that I've taken on gray failure in distributed systems.
What it is, why it happens, and how to prevent it.
Notes on a paper written by Azure
developers, and things they have learned.
Changing the colorscheme of a website is basically a requirement these days, and I decided to add a nice and simple version for my new, lightweight blog. A few weeks ago, I discovered a new media query while browsing the web, and I knew I had to try it out!
Read more - Adding darkmode toA few weeks ago we started using Playwright to test some of our core user flows of our application, in an end-to-end fashion. We take a lot of our testing strategy from Kent C. Dodds, as well as test plan strategy from Roy Osherove.
Read more - Playwright Running InThese are just some of the thoughts and reasearch I've done in order to live a simpler life as it relates to money.
Read more - Money - ThingsThis year NDC Minnesota was online, and it was a week full of excellent workshops. It kicked off on Tuesday September 8th with a day long workshop on TDD in modern JavaScript with Art of Unit Testing author Roy Osherove.
Read more - NDC Minnesota 2020The App.cs
class that will be used to run the application.
Program.cs
will be used to do the setup and register the IOC container, and the App.cs
will contain all of the running console application code.
This is a Work in progress post that I am continually updating as I continue to deepen my knowledge of JavaScript. Most everything here are just for coming back to review, but sometimes I'll note down something new I learn here too.
Read more - On my learnings