
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 of December in Wrocław. Here are some lectures that in my opinion are worth to go and listen if you can.
by Łukasz Monkiewicz
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 of December in Wrocław. Here are some lectures that in my opinion are worth to go and listen if you can.
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 splat an annotation on a field and voila! Magic happens. But it’s not a magic bullet that you should plug in everywhere.
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 etc. It’s is great if you have external dependencies and you want to just test your domain logic without the need for low-level mocking of dependencies. But what if you have a single codebase, a monolith app? Is it useful here? The TL;DR answer is… YES. Here’s why.
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, through Microservices and Serverless, to WebVR, React and all other frontend stuff. Here are few topics that I found interesting.
Get Noticed 2017 competition is coming to the end and here are few of my thoughts about it.
Docker is a really great piece of technology. It saves you all the trouble needed to install and configure things like databases, servers, message brokers and all other complicated stuff that you may need for developments. But sometimes, it also gives you a headache.
The time has come to use the database in Commutee. You can do it pretty easily using Spring Data Neo4j, here’s how.
If you want to work as a software developer, you will have to keep learning your whole life, so if you don’t like to learn, seek another career when you still can. But if you like to learn, here are some tips that may help you.
Commutee is coming along pretty slow, but it is moving forward! This time I have focused on reading real data.