"HATEOAS for Haunted Houses"
A case-study in using Hypermedia as the Engine of Application State (HATEOAS) architecture to build a flexible control system for a local haunted house on a tight delivery schedule.
https://t.co/6ipm6whFlO
Ever thought about the tech behind haunted houses?
I built a control system for 15 rooms in 10 days on Arduino controllers with 8kb RAM. HATEOAS eliminated the coordination tax between client and server.
Full write-up in comments:
extremely cool blog post by @_san4d on using HATEOAS to build distributed haunted house controller software:
https://t.co/DJbNMXzrAF
includes this absolute banger:
Most teams think AWS security slows down development. Based on my experience implementing this at previous startups, proper setup actually speeds up your workflow.
Here's the implementation guide that takes 60 minutes and replaces shared credentials with SSO built-in to AWS.
Stop sharing AWS credentials across your team. Here's how to set up proper environment isolation with SSO that actually improves your development workflow.
Takes 60 minutes, costs nothing, and works from 3 people to 300. 🧵
#aws#security#startups
Stop sharing AWS credentials across your team. Here's how to set up proper environment isolation with SSO that actually improves your development workflow.
Takes 60 minutes, costs nothing, and works from 3 people to 300. 🧵
#aws#security#startups
When your security setup enables faster development instead of fighting it, you can focus on shipping features rather than managing access or compromising security.
JPMorgan wants to charge FinTechs up to 1000% of their per-transaction revenue for data access.
Here's how data aggregation actually works, why these fees don't benefit consumers, and what it means for the apps that connect to your bank. 👇
#fintech
A fun post a finished about ranking restaurants based on their Google Maps data. I came up with and tried out two models traveling back to Louisiana from New York.
It was a long drive...
https://t.co/t1RQoKU1ul
#mathematics#statistics
@astrodotbuild The meta tag support includes standard content and extensions.
The JSON-LD functionality helps your site utilize Google's enhanced search results.
Check it out! Contributions welcome.
https://t.co/AobSFv858f
I reworked patterns from websites I've built into a library called "astro-headstart": one library that helps managing your head in @astrodotbuild. The library manages two essential types of head content: HTML meta tags and JSON-LD.