Category Archives: Design

Event Driven Architecture

I saw a good talk on EDA at work. I’ve seen talks and talked to people who are doing some event-driven stuff, but this talk seemed much more fleshed out. There were a few concepts that came out of this talk that I like: The speaker also recommended a couple of books.

Serverless

A 4.5 year old tweet about serverless: https://twitter.com/kylerankin/status/1067576106352427008 It’s much easier to understand #serverless apps once you realize they are just CGI scripts from 20 years ago, but with proprietary interfaces so you are locked into one provider. #devops — Kyle Rankin

Data Structure IDs

Several times in my career, I’ve needed to deal with data structures that lasted more than a short period of time. Sometimes they were actual objects, sometimes just collections of data that belong together without any actual behavior. Many times these structures needed to be stored somewhere. When working on projects like that, I find… Read More »