Microsoft acaba de lanzar "MCP para principiantes".
¡Desde cero y en Español!
✓ 25 módulos: Fundamentos, servers, DevTools...
✓ Para Python, JavaScript, C# .NET, Java y Rust
→ https://t.co/0PXGprZPZg
We now support Bun on Vercel.
Bun is an open runtime pushing the frontier on DX and performance.
Start building and see our latest benchmarks.
https://t.co/WvE5sQzxe0
The Bun.file and Bun.write APIs are heavily optimized and represent the recommended way to perform file-system tasks using Bun. For operations that are not yet available with Bun.file, such as mkdir or readdir, you can use Bun’s nearly complete implementation of the node:fs module.
Methods like text(), json(), bytes(), or arrayBuffer() avoid duplicating the string or bytes in memory when possible. If the text happens to be ASCII, Bun directly transfers the string to JavaScriptCore (the engine) without transcoding and without duplicating the string in memory. When you use .bytes() or .arrayBuffer(), it will also avoid duplicating the bytes in memory.These helper methods not only simplify the API, they also make it faster.
Biome v2.3 is out!
👨👨👦👦 Full support for @vuejs, @sveltejs and @astrodotbuild
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters
https://t.co/WAWAcr7ofW
We introduce a completely new concept:
"Hono CLI"
You can try five sub-commands:
hono docs
hono search
hono request
hono serve
hono optimize
https://t.co/0UxsnVG4Sh
Introducing Claude Haiku 4.5: our latest small model.
Five months ago, Claude Sonnet 4 was state-of-the-art. Today, Haiku 4.5 matches its coding performance at one-third the cost and more than twice the speed.
¡Esta web es imprescindible si trabajas con HTTP!
Todo sobre el protocolo más usado de la web.
✓ Todos los códigos de estado explicados
✓ Encabezados y métodos con ejemplos
✓ Herramientas de prueba HTTP
✓ Info clara sobre HTTP/3
→ https://t.co/z2qryXHi8U