Prototyping is my favorite part of programming. I like building new stuff and getting things working. It’s no surprise, then, that I am a big fan of MongoDB and NoSQL in general. Don’t get me wrong: I ...
Yes, AIs can write recipes and sometimes they’re pretty good! (And sometimes not so much.) But for my latest challenge, I wanted to build an AI that would compose recipes from iPhone snapshots and put ...
This simple Contentful App offers the capability to calculate and store a reading time value along with an entry, making it especially useful for blog post articles. The calculation is derived from a ...
Update 1/31/23: Auth0 has withdrawn their security advisory on the JsonWebToken poisoning attack disclosed by Palo Alto Networks earlier this month. "After review and validation of community feedback ...
Why yet another JSON parser? When working with small (connected) devices you might quickly get to the point where you need to process potentially huge JSON object received from a REST interface. All ...