Java Archive
I thought I’d write a little post about what I’ve learned over the years regarding some characteristics of clean code. “Clean” here refers to features that help code being bugfree, or rather “less attracted to bugs” maintainable reusable I think these are the three major aspects developers should ultimately strive for when writing
This shall be a brief overview over Java Lambdas. I will try to make a comparison to anonymous functions concepts how they are being used in other languages. As a comparison language, I choose Scala, since it is statically typed (just like Java is). However, Scala provides type inference, which
Due to my ambitions as an entrepreneur, I’ve recently been searching for some appealing infrastructure for hosting web based services / applications. There are several general requirements for me that need to be fulfilled: I don’t want to be forced into having to mess with infrastructural issues,