Tag Archives: design

Thoughts about design. Designing code, systems, text, etc.

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 »