I confess I’ve been following NativePHP for Mobile since it was announced. The idea of being able to make native mobile applications with Laravel and only PHP seemed - and seems - a very good thing.
But there was a …
A few days ago I read news that left me thinking for a while. It’s not the first time I’ve heard about AI in space, but it is the first time I’ve read about Claude planning routes on Mars. And the best …
A few days ago I came across an article that literally left me with my mouth open. It’s about TinyEMU-Go: a RISC-V emulator written entirely in Go, ported from C using Claude. And the best part: you can run a …
A few days ago I read an article by Dominiek about the 5 principles for using AI professionally and found myself constantly nodding. After years of watching technologies arrive and evolve, AI gives me the same feelings I …
A few months ago I came across something that really caught my attention: the possibility of having my own “ChatGPT” running at home, without sending data anywhere, using only a Raspberry Pi 5. Sounds too …
Idempotency in Laravel: How to Avoid Duplicates in Your APIs with Elegance In modern API development, one of the most critical challenges is ensuring that operations don’t execute multiple times accidentally. …
For a long time, TypeScript has lacked a robust standard library. While other languages like Rust, Go, or Python offer standard tools for error handling, concurrency, and side effects, TypeScript developers have had to …
In today’s world, geospatial data is everywhere. From map applications on our phones to global climate analysis, the ability to work with geographic information has become a fundamental skill for developers, data …
Are you tired of seeing imports like import Logger from "../../../utils/logger" in your Node.js projects? If you develop applications with complex folder structures, you’ve surely encountered the …
Creating long, well-founded articles has traditionally been a complex task requiring advanced research and writing skills. Recently, researchers from Stanford presented STORM (Synthesis of Topic Outlines through …
An interesting resource to have on hand when we need to document an API:
API Documentation Gallery
Where we have selected, very graphic examples of how to display the documentation of our APIs.
If you know of any …