pcalcado | 11 months ago | on: Thank HN: The puzzle game I posted here 6 weeks ago got licensed by The Atlantic
pcalcado's comments
pcalcado | 1 year ago
And now, Pluralsight is revoking that lifetime access plan out of “convenience”.
Anyway: I no longer recommend Pluralsight if you are hoping to grow professionally. Hate seeing cash grabs like this.
https://media.licdn.com/dms/image/v2/D5622AQGl20RwjpA3kQ/fee...
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
The primary real difference I've found has to do with when agents make decisions; this creates arbitrary call graphs in your distributed architecture and makes it harder to provision things, optimize, and do anomaly detection.
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
If so, they were logical diagrams; the deployment itself was more complicated to handle the realities of AWS and whatnot.
Still, having a single beefy RDS instance is a pretty common pattern for apps at this size. I've never experienced RDS postgres as a bottleneck for standard microservices architectures even at the 100-million-MAU scale.
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
There's a whole can of worms here around the "what is a microservice, anyway?" but I tried to avoid more philosophical questions and used the term as shorthand for "small deployable unit following some version of 12 factor for horizontal scalability." It's not super comprehensive but matches what I've seen in practice over the last decade+
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
pcalcado | 1 year ago | on: Building AI Products–Part I: Back-End Architecture
pcalcado | 9 years ago | on: Using Pseudo-URIs with Microservices
The deprecation comment refers to this: https://tools.ietf.org/html/rfc3986#section-1.1.3 we had been using URNs and URLs the old way.
But in any case the fact that we're having this conversation I had had to dig up some RFC from 2005 reflects the actual reason for not following any specific standard: I perceive them and their specifications to be confusing and full of historical context that has changed over time. Assuming that there are no other benefits to using the URN scheme specifically (maybe there are and I am not aware of them?) I'd rather use a simplified URI and custom schemes.
pcalcado | 9 years ago | on: Using Pseudo-URIs with Microservices