top of page
Search


AI in Software Development – Between Productivity Gains and Knowledge Loss
Learn how AI transforms software development by boosting efficiency while posing risks to deep understanding and critical thinking. This article examines strategies for sustainable AI use and its long-term impact on developers' expertise.

Klemens Morbe
2 days ago4 min read
0 views
0 comments


AI in the Workplace: Curse or Blessing?
Explore how AI tools impact productivity, work-life balance, and skill development in the workplace. Discover the benefits and challenges of integrating AI into daily tasks and its implications for the future of work.

Klemens Morbe
Apr 143 min read
51 views
0 comments


Refactoring: Why It’s More Than Just “Cleaning Up Code”
Refactoring—the word alone evokes mixed feelings among many developers. Perhaps it makes you think of effort, time that doesn’t directly...

Klemens Morbe
Feb 33 min read
15 views
0 comments


The Retrospective: More Than Just a Vent for Frustration
The sprint retrospective is a central element of Scrum, providing your team with the opportunity to reflect on collaboration and...

Klemens Morbe
Jan 272 min read
19 views
0 comments


The Sunk Cost Fallacy: Why Sometimes It’s Better to Throw Away Code
Do you know the feeling of working on a piece of code that you know, deep down, isn’t good? Yet, because you or someone else has already...

Klemens Morbe
Jan 203 min read
25 views
0 comments


Agile into the New Year: Small Steps Towards Big Changes
The turn of the year is traditionally a time for reflection and setting new goals. Perhaps you mentally create a list or even write your...

Klemens Morbe
Jan 133 min read
18 views
0 comments


Self-Perception: Between Overconfidence and Self-Doubt
Two of the most well-known psychological phenomena that affect our self-perception are the Dunning-Kruger effect and Impostor Syndrome.

Klemens Morbe
Aug 3, 20243 min read
44 views
1 comment


Cargo Cult in Software Development
Avoid "Cargo Cult" in Software Development by understanding practices, seeking mentorship, critically evaluating methods, and using AI tools

Klemens Morbe
May 21, 20246 min read
38 views
0 comments


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...

Klemens Morbe
Apr 23, 20223 min read
102 views
0 comments


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...

Klemens Morbe
Mar 13, 20222 min read
73 views
0 comments


Java Programming Language Fun Facts
If you are german, you might know the book Java ist auch eine Insel or in english Java is also an island. It is a book for learning Java....

Klemens Morbe
Feb 26, 20222 min read
78 views
1 comment


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


brace yourselves java 17 is coming (6/6)
hands on: java 17 in the last few episodes we've learned a lot about new features in java. all these features will finalized and released...

Klemens Morbe
Aug 29, 20211 min read
19 views
0 comments


brace yourselves java 17 is coming (5/6)
hands on: java 16 we learned a lot of features in the latest episodes. in java 16 there aren't any new features for programmers. that's...

Klemens Morbe
Aug 27, 20212 min read
18 views
0 comments


brace yourselves java 17 is coming (4/6)
hands on: java 15 last time, we talked about the java 14 and null pointer exception messages and records. in java 15, there is an...

Klemens Morbe
Jun 10, 20212 min read
27 views
0 comments


brace yourselves java 17 is coming (3/6)
hands on: java 14 in the last episode, we got in touch with java 13 and text blocks. in java 14, there are two really interesting and...

Klemens Morbe
Jun 6, 20213 min read
27 views
0 comments


brace yourselves java 17 is coming (2/6)
hands on: java 13 we learned a lot about the java 12 features in the former post. in this article, we will have a closer look at java 13....

Klemens Morbe
May 24, 20212 min read
50 views
0 comments


brace yourselves java 17 is coming (1/6)
hands on: java 12 like a lot of you already know, java 17 is about the corner. since java 9 oracle releases a non-lts (long term support)...

Klemens Morbe
May 16, 20213 min read
62 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
bottom of page