Trying to do good for the wrong reasons
Many programmers with at least some education computer science code by a few principles: Encapsulate database access, using Data Access Objects so we’re not tied to one or another database Use Model...
View ArticleClean code
Recently I read the book Clean Code by Robert C. Martin. I was very pleasently surprised by the book. The book was well written, for me it was a page-turner. The book starts with explaining why you (or...
View ArticleDevelop with faster with smarter tools
I develop software for a living. This involves quite a lot of talking, coaching, attending meetings, drinking coffee, etc. but the actual work is done during programming – when the software is created....
View ArticleFunctional programming in Scala
I’ve completed the Coursera course Functional Programming Principles in Scala, with a Verified certificate! Going through the course was a nice experience. It felt a-lot like the university years,...
View Article