/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mariocarrion.com
| | golb.hplar.ch
2.1 parsecs away

Travel
| | [AI summary] This tutorial demonstrates how to build a full-stack todo application using Spring Boot for a REST backend and an Ionic front-end, leveraging OpenAPI specifications with SpringFox to generate TypeScript client code.
| | devopsian.net
2.4 parsecs away

Travel
| | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.
| | macwright.com
4.2 parsecs away

Travel
| | [AI summary] The author discusses the trade-offs between maintaining stable, versioned REST APIs for external partners and building nimble internal application endpoints, evaluating architectural patterns like BFF and shared backends.
| | benhouston3d.com
18.8 parsecs away

Travel
| When writing tests with Vitest, you often need to perform setup tasks before all tests run and cleanup tasks after all tests complete. This is where Vitest's globalSetup feature comes in handy.