top of page
Search

Java Is One Of The Most Efficient Programming Languages
Nowadays, more and more people get in touch with programming in their spare time. Also, companies are seeking software engineers, so the...
Klemens Morbe
Feb 4, 20222 min read
148 views
0 comments

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...
Klemens Morbe
May 13, 20212 min read
33 views
0 comments

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...
Klemens Morbe
Apr 2, 20212 min read
40 views
0 comments

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...
Klemens Morbe
Mar 14, 20212 min read
54 views
1 comment

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...
Klemens Morbe
Feb 11, 20211 min read
46 views
0 comments

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...
Klemens Morbe
Jan 19, 20211 min read
59 views
0 comments

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...
Klemens Morbe
Jan 12, 20211 min read
127 views
1 comment

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...
Klemens Morbe
Sep 30, 20205 min read
50 views
1 comment

Writing an Azure Function using Azure Storage, Azure DevOps and Java
In this tutorial we want create a REST service without hosting or configuring any classic server in a fully automated environment with...
Klemens Morbe
Jul 16, 20205 min read
34 views
0 comments

Create a Discord Bot to clear chat history
Since I feel comfortable writing bots for discord, I thought I could give it another try but with a different scenario. Sometimes a chat...
Klemens Morbe
May 27, 20204 min read
19 views
0 comments

Creating a Bot for your Discord Server
Introduction Lately I got more and more in touch with discord. I stopped hosting my own teamspeak 3 server and migrated everything to a...
Klemens Morbe
May 6, 20204 min read
5 views
0 comments
Spieleentwicklung an der Hochschule Heilbronn
Auch wenn mein Studium schon abgeschlossen ist, möchte ich gerne über eine interessante Vorlesung schreiben. Im Wintersemester 2014/2015...
Klemens Morbe
Sep 30, 20152 min read
8 views
0 comments
bottom of page