If you've spent any time testing Laravel applications that talk to external APIs, you know the drill. You make a real request once, copy-paste the JSON response into a Http::fake(), and hope it doesn't go stale.
I built this tool to eliminate that workflow entirely:
Dockge is the better choice for most self-hosters who manage their services with Docker Compose files. It is simpler, lighter, and stores your compose files as standard YAML on disk. Choose Portainer if you need to manage individual containers, Docker Swarm clusters, Kubernetes, or multiple remote Do...
Working with APIs usually means dealing with JSON data, but when inserting data into a database we often need SQL INSERT queries.
Manually converting JSON into SQL queries can be slow and error-prone, especially when dealing with multiple records.
To make this easier, I created a small developer utility that converts JSON to SQL instantly.
Tool:
jvmArgs "-Djavax.net.ssl.keyStore=${{ def f = file("src/main/config/${region}/${env}Hello 👋
First post here. Been building in public for a bit but never really sat down to write properly about what my team and I are working on. Figured it's time...and chose the right platform for it,
I'm one of the devs at TinyHumans and for a while now our whole team has been deep in AI tooling. The one...
WordPress officially documented real-time collaboration for the Block Editor on March 10, 2026, during the WordPress 7.0 cycle. This is the first core-facing iteration of Gutenberg Phase 3 collaboration, and it changes how plugin and block code must interact with editor state.
This review focuses on four practical areas: data model, conflict handling, extensibility, and...