icon-arrow-left Microservices: Brownfield: Migration: Database | Microservices: Brownfield: Reporting icon-arrow-right When moving from a monolithic system to a micro-service architectured system, we need a different approach when dealing with transactions. Transactions are useful: They ensure data integrity. They allow us to updates several records as part of one transaction. If one or more updates (and/or creates) fails, we can […]
Posts with the data integrity tag
Introduction to Network Security – Part 1
NOTIFICATION: These examples are provided for educational purposes. The use of this code and/or information is under your own responsibility and risk. The information and/or code is given ‘as is’. I do not take responsibilities of how they are used. Network Security What do we considerate as network security? Network security is a system in […]