Sulyz Andreyinskyro-techDesigning System for Data Export: Transactional Outbox Pattern (Part I)I’d like to discuss the widely used system design pattern, the Transactional Outbox, and explore one of its simplest implementations.Oct 3Oct 3
Sulyz Andreyinskyro-techDownsides of Black Box Testing with TestContainersI would like to describe some challenges a developer may encounter in practice and their solutions when using Black Box testing approach. Apr 29Apr 29
Sulyz Andreyinskyro-techTesting gRPC client with mock server and TestcontainersNowadays I notice that more and more teams are building their cross-service communication on API contracts. Some prefer to work with REST…Oct 2, 2023Oct 2, 2023
Sulyz Andreyinskyro-techCode generation with JavaPoet on practiceIn my opinion, code generation is the future of Java libraries. In this article, we’ll look at developent with code generation and JavaPoetSep 18, 20231Sep 18, 20231
Sulyz AndreyinBetter ProgrammingMigrating an Application to Native Image With Spring Boot 3Process of migrating an application to Native Image using Spring Boot 3, analyzing the problems, possible solutions, and resultsJun 9, 20231Jun 9, 20231
Sulyz Andreyinskyro-techOne year with framework independent Black Box tests via TestcontainersAs every developer knows, automation testing is an integral part of every software product and importance of right approach to their…Apr 29, 2023Apr 29, 2023
Sulyz AndreyCreating your own @RequestBody and @ResponseBodyFirst of all, it is worth mentioning that this article is for information only. I do not think that this solution should be used in most…Oct 4, 20212Oct 4, 20212