Java, Spring, JavaScript, Docker, TDD, DDD
Some time ago, I wrote about Ports and Adapters architecture, where domain logic is completely separated from infrastructure logic, like… Continue reading on Medium »
Documentation is important, everybody knows this, especially when you are the one who needs to use some third-party service or library… Continue reading on Medium »
Creating REST endpoints has become pretty popular. All these microservices, APIs, simple backend applications for the frontend javascript… Continue reading on Medium »
Often we don’t know how to use certain technology, we blindly look for tips and gather code snippets from different places of internet hoping to somehow glue it all together in a working application, for better or worse. We lack understanding of why we are doing some things, why that snippet looks like that, why Continue reading
Another month and another few books read. This time 4 new titles and one that I have already read some time ago. October books Homo Deus: Continue ReadingMonthly books update (10.2018)
So you have tests, they are well named, well structured, with given, when, then blocks and all that beautiful things, they can even fit on Continue ReadingIs my test easy to understand? – Testing #2
Last time I wrote a bit about the importance of testing your code. This time I’ll focus more on what test has to have. Ingredients Continue ReadingWhat makes a test good? – Testing #1
A short update on my reading/listening list of the past month. What is this about? Some time ago I have decided to keep a track Continue Reading Monthly books update (09.2018)
Probably every developer will agree that testing software is important, everyone expects from third-party library or application that it will work, that it is well written and thoroughly tested, even if it’s Continue Reading Why you do not write tests?
About one year ago, out of a sudden, I was given an opportunity for a Tech Lead position in a scrum team, and everything changed… Continue Reading The Junior Tech Lead
Another Code Europe in 2017 just took place in Warsaw, if you missed, just like I did, you can still check it out on 9th Continue Reading Code Europe, again!
Autowired annotation from Spring Framework is a wonderful thing. It makes a development of complex applications pretty easy, objects appear in your class automagically! You just Continue Reading The curse of @Autowired
This time it will be a really short post about books. I have just added a books section to the blog and “Currently reading” widget Continue Reading Books
Some time ago I wrote about Ports and Adapters architecture, where domain logic is completely separated from infrastructure logic, like database connection, rest controllers, clients Continue Reading Ports and Adapters in a monolith
Code Europe 2017 has come to a pass. It was really fun, there were many interesting talks about all the possible stuff, from Big Data, Continue Reading A summary of Code Europe 2017 in Warsaw