top of page
Search
Klemens Morbe
Apr 23, 20223 min read
Java Popularity Index
Every time one wants to start a new project, usually the requirements for solving the problem have to be faced. Which server should i...
101 views0 comments
Klemens Morbe
Mar 13, 20222 min read
Java Full Stack Technologies
There are a lot of ways to build a nice web application with a frontend, backend, and a database. The technology stack can have a huge...
71 views0 comments
Klemens Morbe
May 13, 20212 min read
different styles when coding #6
every developer comes into contact with conditions very quickly. there is no way one can write an application without a single check if...
33 views0 comments
Klemens Morbe
Apr 2, 20212 min read
different styles when coding #5
when it comes to reading in some file stored on disk, there are plenty of different approaches reading the content in. i tried to cover...
40 views0 comments
Klemens Morbe
Mar 14, 20212 min read
different styles when coding #4
at the release of java 8 by oracle, the new lambda expressions were included. that feature was something so new, that i didn't dare to...
54 views1 comment
Klemens Morbe
Feb 10, 20211 min read
different styles when coding #3
it wasn't that long ago that i tried to convince others in using optionals over nulls or empty strings. today i can say that i am more...
46 views0 comments
Klemens Morbe
Jan 18, 20211 min read
different styles when coding #2
with every new release of the java jdk, new syntax sugar, paradigms and many other features are being supplied. java 7 introduced diamond...
59 views0 comments
Klemens Morbe
Jan 12, 20211 min read
different styles when coding #1
every person has its own taste in music, fashion or cars. developers can also have different taste in programming languages, operating...
127 views1 comment
Klemens Morbe
Sep 30, 20205 min read
useful testing patterns
you finished your last tasks and want to complete the story. the build pipeline is green, you deployed the application to a test...
50 views1 comment
bottom of page