Remaking DeKrey.NET in Next.js

2022-03-22 automation docker markdown nextjs react

As previously mentioned, I don’t like maintenance. Gatsby was working well for me, so why did I want to change? Wait, was it working well...

Read More (3 min read) about Remaking DeKrey.NET in Next.js

Making Realtime Checkers and Backgammon… with Azure Functions

2020-07-27 serverless signalr

I enjoy classical games. Simple rules that combine in interesting ways are the definitions of “emergent gameplay” that the games industry strives for in modern...

Read More (4 min read) about Making Realtime Checkers and Backgammon… with Azure Functions

Remaking DeKrey.NET in GatsbyJS

2020-07-19 automation docker gatsbyjs markdown react

I don’t like maintenance. I prefer to make things that can just continue to run on their own and don’t require constant fixing or upkeep....

Read More (2 min read) about Remaking DeKrey.NET in GatsbyJS

Error Handling and your (REST) API

2018-03-14 api debugging error-handling

Designing an API is not an easy thing. You need to make it easy to use. You want to make it provide all the information...

Read More (7 min read) about Error Handling and your (REST) API

How to apply automated refactorings to a large Git branch tree

2017-08-27 git refactoring

Recently, my team decided to implement Prettier on our TypeScript code base. When we started our greenfield project more than a year ago, we started...

Read More (6 min read) about How to apply automated refactorings to a large Git branch tree