Code With Arho
Code With Arho
Articles
Tutorials
JUnit 5
Spring Boot Testing
Book Reviews
About
Light
Dark
Automatic
Articles
Hexagonal Architecture With Spring Boot
Spring Boot implementation of Hexagonal Architecture to develop and test the application in isolation from external technologies.
Arho Huttunen
Last updated on Sep 23, 2023
21 min read
Software Craft
,
Spring Boot
Hexagonal Architecture Explained
Hexagonal Architecture is a way to structure the application so that it can be developed and tested in isolation from external technologies.
Arho Huttunen
Last updated on Mar 28, 2023
14 min read
Software Craft
Making Developer Interruptions Less Disruptive
Collaborative work and appropriate engineering practices can reduce developer interruptions and make them less disruptive.
Arho Huttunen
Last updated on Feb 7, 2023
6 min read
Software Craft
Testing Spring Security
Spring Security has good support for MockMvc and WebTestClient. Learn to test authentication and authorization of Spring Boot applications.
Arho Huttunen
Last updated on Sep 15, 2023
9 min read
Spring Boot
Introduction to Testing Spring Boot Applications
Find out where to start learning to test your Spring Boot applications.
Arho Huttunen
Last updated on Apr 11, 2023
6 min read
Spring Boot
Spring Boot Testing Strategy
Avoid debating what types of test to write and focus on desirable characteristics. Learn a testing strategy with those goals.
Arho Huttunen
Last updated on Feb 20, 2023
10 min read
Spring Boot
Spring Boot Integration Testing With @SpringBootTest
Learn how to write Spring Boot integration tests with @SpringBootTest. Learn different options for customizing the application context for the tests.
Arho Huttunen
Last updated on Jan 16, 2023
10 min read
Spring Boot
Testing Spring Boot WebClient With MockWebServer
Mocking the Spring Boot WebClient can be difficult. Learn how to replace the remote service with a mock service using MockWebServer.
Arho Huttunen
Last updated on Jan 16, 2023
9 min read
Spring Boot
Testing Serialization With Spring Boot @JsonTest
Sometimes we need to customize serialization of properties in Spring. Learn how to test JSON serialization with Spring Boot @JsonTest.
Arho Huttunen
Last updated on Jan 16, 2023
5 min read
Spring Boot
Testing the Persistence Layer With Spring Boot @DataJpaTest
Learn how to test Spring Boot repositories using @DataJpaTest. Learn what should be tested on the persistence layer and how.
Arho Huttunen
Last updated on Sep 23, 2023
12 min read
Spring Boot
»