Spring Data and Cassandra Consistency
A month or so ago I had to solve a problem that couple of the CQL queries in a Spring Boot application needed different consistency level than all...
READ MOREA month or so ago I had to solve a problem that couple of the CQL queries in a Spring Boot application needed different consistency level than all...
READ MOREThe bigger your application gets – the harder it becomes to handle all possible exceptions in a same manner. Also what if one of the...
READ MOREThis blog post is first part of microservices with Spring Cloud series. In this post we are going to do a high level overview of mircoservice...
READ MOREThis post is an extension of previously published post on database migration: Database Migration Using Flyway and Spring Boot. So same local...
READ MOREIn this post we will go through the process of database migration using Flyway Plugin for Spring Boot application. Use Case We are building an...
READ MOREIn this post we will create an application capable to send messages from one region to another for data consistency. Use Case Imagen we are...
READ MOREThe delay of a network specifies how long it takes for a bit of data to travel across the wire from one communication endpoint to another. As your...
READ MOREFirst of all what is mocking? Mocking is creation of a replica or imitation of something. In simple language, mocking is creation of objects that...
READ MOREIn modern software engineering testing is one of the main if not the main area which grantees application stability and quality. Without proper...
READ MOREGit is most popular version control system in the world and almost every software engineer uses it on daily bases. Sure there is tons of GUIs...
READ MOREIn post “What Docker is?” we spoke about how Docker works and why it’s needed. So now it’s time to get our hands dirty and...
READ MOREIf you are a software engineer or in some way related to software. Probably you already heard term Docker. Maybe you are even wondering so what is...
READ MOREIt is not required to know a lot about Linux to use it. You can use it invisibly every time you do a search on the Internet or use your...
READ MOREScaling is the process of increasing or decreasing the capacity of the system by changing the number of processes available to service requests...
READ MOREEvent-driven micro-services is one of the buzz words in todays software development. In this article we will go through basic setup of...
READ MORERabbitMQ is messaging technology used to provide asynchronous communication and decouple processes. Also it can be called message-queueing...
READ MOREA single point of failure is a part of a system that, if fails, will stop the entire system from working. Single point of failures are undesirable...
READ MOREBurning out as a software engineer is more common than you think. Sure everyone has different coping capabilities. But in some cases it might end...
READ MOREMany software developers tend to forget the importance of maintaining a healthy lifestyle – especially when that important release is near...
READ MORELearning how to code or at least trying is getting really popular these days. People are choosing to become developers for number of reasons...
READ MORE© 2021 All Rights Reserved Codespace Ltd. Privacy Policy