How to debug Airflow DAGs in VSCode

Created 9/10/2022 6:02:00 PM
Filed in Machine Learning

After last week's success setting up Apache Airflow I figured it would be nice to have a development setup so I can debug my own stuff. In this post, we'll look at how you can use VSCode to setup debugging for your Airflow DAGs.

Read more

How to deploy Airflow with Kubernetes and GIT

Created 9/8/2022 7:04:31 PM
Filed in Machine Learning

When I started working on MLOps a couple of years ago I ran into Azure Machine Learning first, because that's what the community around me was using. Turns out, it's not the only product out there. I already knew this, but I Ignored other products because we were happy with Azure ML at the time. This may sound like I'm no longer happy with Azure ML and want to move away. But that's not what this is about. I think you should always explore other technology options from time to time. That's why I'm trying out Airflow on Kubernetes.

Read more

How to build a game with Unity - Part 3

Created 8/3/2022 10:53:33 AM
Filed in Unity

My eldest son and I are building a game with unity during the vacation. In the first post, we're covering how to set up animations and control the player character in the game. Read to learn how to build your own game in Unity.

Read more

How to build a game with Unity - Part 2

Created 8/3/2022 10:52:14 AM
Filed in Unity

My eldest son and I are building a game with unity during the vacation. In this second part we discuss how to design a basic level with tilemaps, tile palettes, and sprites. Read to learn how to build your own game in Unity.

Read more

How to build a game with Unity - Part 1

Created 8/3/2022 10:52:02 AM
Filed in Unity

My eldest son and I are building a game with unity during the vacation. In this first part, we're going to talk about setting up a unity project and our initial game design. Read to learn how to design your own game.

Read more

Using statically typed logging messages in C#

Created 3/18/2022 8:54:16 AM
Filed in ASP.NET

One of the critical things you’ll need in a cloud-native C# application is a good logging infrastructure. In this post, we’ll look at the source generator for logging methods and what it can do to make your life easier.

Read more