The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala,I was approached about attending DevFest Siberia, which is September 23-24th of this month. That s...
Design Patterns: Strategy Pattern
Design Patterns: Strategy Pattern,originally posted on my blog at henricodesjava.blog Hello world! I'm currently reading Head First Design Patterns: A Brain-Friendly Guide, and i...
Turn Your Spaghetti Code into Functions, Part 2
Turn Your Spaghetti Code into Functions, Part 2,Read Part 1, first. In Part 1, we started with an example of common business logic code, and an analogy based on cramming an elephan...
Modern Java Development is Fast
Modern Java Development is Fast,Originally posted on return.co.de Java Development is fast - and fun. Believe it or not. I hear a lot of Java bashing in podcasts, mostly by develop...
Detecting speed of a car from two images
Detecting speed of a car from two images, Introduction This article is intended for both beginners and experts in Computer Vision. I hope this post does CV justice ðŸ™ðŸ¾...
Turn Your Spaghetti Code into Functions – Part 1
Turn Your Spaghetti Code into Functions - Part 1,Originally posted on my blog Developers can sink a lot of hours into fighting business rule code. Spaghetti business rules make it ...
Integration testing on existing routes with Apache Camel (and Spring and DBUnit)
Integration testing on existing routes with Apache Camel (and Spring and DBUnit), Subject and Target Audience This article is here to show how to do integration tests with Apache C...
Debug Like a Champion
Debug Like a Champion, As Pareto’s Law says: Software development is 20% of the time developing and 80% debugging. Imagine how powerful you could become if you cut down the debugg...
Simplifying our POJOs with Lombok
Simplifying our POJOs with Lombok,Everybody knows how to write POJO (Plain Old Java Objects). Moreover, our modern IDEs handle this repetitive and not so rewarding job by generatin...