How to create reliable tests for NestJS microservices without losing your mind
A clear strategy to write maintainable unit and integration tests for NestJS microservices, covering mocks, E2E, and CI best practices.
PERSONAL DEV BLOG
Full-stack developer from Lima, Peru. I write about software development, share tutorials, and occasionally rant about the industry.
const patricio = {
role: "Senior Full-Stack Developer",
location: "Lima, Peru 🇵🇪",
stack: ["TypeScript", "React", "Node", "Python"],
coffee: Infinity
}A clear strategy to write maintainable unit and integration tests for NestJS microservices, covering mocks, E2E, and CI best practices.
A candid look at Redis 7's new modules and capabilities that go beyond the usual key-value stuff and how to use them effectively today.
Learn how to build AI agents that can use tools, make decisions, and complete multi-step tasks autonomously using Node.js and the OpenAI/Anthropic APIs.
Thoughts on the industry, new tools, and what's actually worth your time.
Practical, copy-pasteable guides for building things with TypeScript, React, and friends.
Architecture, patterns, and the trade-offs behind decisions that survive real users.