Oleksii DusheninHow To Understand Twelve-Factor App In Spring Boot ApplicationsThe Twelve-Factor App is a set of principles required to build modern scalable application architecture. In this post, these principles…Feb 15, 2022Feb 15, 2022
Oleksii DusheninHow To Understand Event Sourcing In Microservices ArchitectureIn a previous post, How To Understand CQRS In Microservices Architecture, a CQRS ( Command Query Responsibility Segregation) pattern was…Nov 25, 2021Nov 25, 2021
Oleksii DusheninHow To Understand CQRS In Microservices ArchitectureIn a previous post, How To Implement Asynchronous Interactions Between Microservices, a general idea behind microservices communications…Nov 22, 2021Nov 22, 2021
Oleksii DusheninHow To Implement Asynchronous Interactions Between MicroservicesIn a previous post, How To Implement Synchronous Interactions Between Microservices, the synchronous interactions (HTTP/HTTPS) were…Nov 17, 2021Nov 17, 2021
Oleksii DusheninHow To Implement Synchronous Interaction Between MicroservicesIn a previous post, How To Understand Microservices Architecture, the advantages and disadvantages of Microservices Architecture were…Nov 14, 2021Nov 14, 2021
Oleksii DusheninHow To Understand Microservices ArchitectureIn a previous post, How To Understand Monolithic Architecture, the advantages and disadvantages of Monolithic Architecture were reviewed…Oct 29, 2021Oct 29, 2021
Oleksii DusheninMonolithic Architecture. Advantages and DisadvantagesMonolithic Architecture is a traditional way of building applications. This software architecture principle has both advantages and…Oct 22, 2021Oct 22, 2021
Oleksii DusheninHow To Use CircleCI Java CI/CD PipelineIn a How To Analyze Java Application With SonarQube post, SonarQube was presented as a major tool for static code analysis. In this post…Sep 18, 2021Sep 18, 2021
Oleksii DusheninJava Sonar. How To Analyze Java Application With SonarqubeIn a How To Check Java Test Coverage With Jacoco post, Jacoco was introduced as a test coverage monitoring tool. In this post, Java…Aug 10, 2021Aug 10, 2021
Oleksii DusheninJava Jacoco. How To Check Java Test Coverage With JacocoIn a How To Check Java Source Code With PMD post, PMD was introduced as an option to check the Java source code based on common programming…Jul 30, 2021Jul 30, 2021