Tag: #wiremock
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
[DevOps] Complete Guide to Stub and Mocking Servers: From Concepts to Practice
A comprehensive guide covering the differences between Stub and Mock, comparison of major mocking tools (WireMock, MockServer, json-server, Prism), practical setup, and CI/CD integration.
2026-03-20 · 14 min read #devops#testing#mocking#stub#wiremockMock Server Building Complete Guide
From json-server, MSW, WireMock, and Prism to custom implementations in Go and TypeScript — a complete guide to building mock servers for parallel frontend-backend development and API mocking.
2026-03-17 · 19 min read #모의서버#mockserver#wiremock#msw#json-serverJava Testing Complete Guide: JUnit 5, Mockito & WireMock in Practice
A comprehensive guide to Java testing with JUnit 5, Mockito, WireMock, TestContainers, and ArchUnit. Covers TDD from scratch, Spring Boot Test layers, and integration testing strategies.
2026-03-17 · 16 min read #java#junit5#mockito#wiremock#tdd