ylliX - Online Advertising Network

Identifiers aren’t Services

Originally published on May 23, 2024 in fun code(). The programs I write frequently involve strings that identify things: emailaddresses, file paths, URLs, time zones… even credit card numbers and drivers’license numbers. For many years I followed the patterns of the Java standard library whencreating my own identifiers. I’ve grown to dislike these patterns! java.net.URL […]

Thoughts on Streaming Services: 2024 Edition

Streaming services have revolutionized content delivery, sending linear media companies into a panic as they watch traditional cable services decay. “Cutting the cord” is a common practice these days, but the streaming landscape isn’t perfect. We’re a decade into streaming so I wanted to share my thoughts on the state of new media: first impressions, […]

Building Resilient Systems: Disaster Recovery Planning in Database Services

In the realm of database offerings, where data is the lifeblood of modern businesses, constructing resilient systems isn’t just a best practice; it’s a strategic imperative. Disaster recovery planning has become a cornerstone in ensuring the continuity of operations, safeguarding valuable data, and minimizing the impact of unexpected events. This article delves into the critical […]