Recent Posts

Tracking Mouse Movement, Part 2

4 minute read

In the previous post we discussed having shapes track the position of the mouse by rotating them to point towards the postion of the mouse on the canvas. It ...

Tracking Mouse Movement

7 minute read

In some cases we want to have an object track the position of the mouse. This may mean rotating something to face towards the mouse or knowing the direction ...

Event Driven Batch Processing

6 minute read

One of the challenges I ran into trying to move to an event-driven model for processing our data what that some data streams still needed to be aggregated at...

Moving from Batch to Event

5 minute read

We ingest fair amount of data from external sources and I wanted to move our infrastructure from our older, batch-style processing on a schedule to an event ...