Java good practices: Design immutable objects as long as you can
Introduction Objects can be mutable or immutable in the Java. Mutable objects have state which can be changing. For example this class is mutable: OK, we have this mutable class, …
# trust-me-i-am-an.engineer :: blog
My blog about Java programming, architecture and good practices
Introduction Objects can be mutable or immutable in the Java. Mutable objects have state which can be changing. For example this class is mutable: OK, we have this mutable class, …
As I mentioned in the previous post, the correlation ID is very important, especially when you have many requests in this same time. Below is class which automatically propagate correlation …
When you decide on microservices architecture then important aspect becomes communication between microservices. You should: know API in every microservice, know about relationship between microservices, be able to correlate request …
Command to copying the entire folder recursively is: Above command will copy recursively all directories and files from given directory (folder-to-copy) to given path (/target/path/in/docker/image). It’s little tricky because command: …
I recently published my first project witch was written in Go language: loga. After that I have some insights about some Go futures that haven’t Java. Of course it’s my …
Welcome to my block. This is me first post. I will write about Java, architecture, good practices and many other topics.
Recent Comments