Skip to content

TheJavaGuy Blog

Blog about software development.

  • By Ivan Milosavljević
  • Based in Germany
  • Roughly three posts per year
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Mar 2022 5
Apr 2022 3
May 2022 3
Jun 2022 3
Jul 2022 0
Aug 2022 0
Sep 2022 1
Oct 2022 0
Nov 2022 1
Dec 2022 3
Jan 2023 0
Feb 2023 0
Mar 2023 0
Apr 2023 1
May 2023 0
Jun 2023 0
Jul 2023 0
Aug 2023 0
Sep 2023 0
Oct 2023 0
Nov 2023 0
Dec 2023 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Adventures of a Java programmer in Character.AI land
Usage of artifical intelligence (AI) and large language models (LLM) to write code, comments, documentation etc. is the hottest topic for months now. Most of that attention is directed to the ChatGPT but by no …
On , 130 words
Adventures of a Java programmer in ChatGPT land (part 1)
Are you ready to level up your productivity? In this blog post, we’ll explore ChatGPT , a powerful and user-friendly language model that can generate Java functions and classes from textual descriptions thus helping you …
On , 58 words
3 ways to write higher quality software by using type inference
When hearing the words “type inference”, most developers probably think of local-variable type inference that arrived in Java 10. But type inference in Java is much older than that. Some sort of it existed even …
On , 99 words