MOULD–the opposite of SOLID 22 March 2023·1 min The engineering team at Blinq were considering what the opposite of SOLID would be, and we came up with the following:
Quit nesting React providers 10 May 2022·1 min This is a simple example of a TypeScript React function that can assist in combining many Provider components, such as those used by React Context, into a straightforward function.
Save time importing Cloudflare DNS records 11 April 2022·1 min Cloudflare’s UI for managing DNS records is nice, but this method can help you import larger batches of changes faster.
Rebase to freshen up your branch 18 July 2021·3 mins I’m a member of a few software teams and, very frequently, we commit code to our main branch.
Apple could do a lot with distributed compute 9 July 2021·1 min Being an avid user of Apple’s products, one of the standout features that I enjoy is the on-device processing of my personal data.
Grocery Store coding challenge 7 July 2021·3 mins This coding challenge is the first of a series I will be posting for TypeScript & Golang, although it can be completed in other languages.
Token invalidation in distributed systems 8 February 2020·4 mins Building fast systems can be tricky and distributed computing is often the approach taken to improve performance.