Profile avatar
mydeveloperplanet.com
Senior Systems Engineer @TriOpSys ⚡ Blogger ⚡ Musician ⚡ Belgian🇧🇪 living in Holland 🇳🇱
2,511 posts 296 followers 133 following
Prolific Poster

The Hugging Face massive text embedding benchmark leaderboard.

In this blog, you will take a look at Podman Compose. With Podman Compose, you can use compose files according to the Compose Spec in combination with a Podman backend. Enjoy! #podman

Sentence Embeddings. Introduction to Sentence Embeddings.

In this blog, you will learn how to use Podman with the built-in equivalent for Docker Compose. You will learn how to use Podman 'kube play' and how to deploy your Podman Pod to a local Minikube cluster. #podman

They can't hear you on mute. - Donald Raab #quotes #quoteoftheday

#naturephotography

Generative AI and the software development lifecycle.

Just watched this interesting talk by @stephanjanssen.be 'Building full-stack AI agents: From project generation to code execution' A glimpse into the (near) future of coding. youtu.be/I4qPgRHCLBY?...

In this blog, the question whether Podman is a drop-in replacement for Docker will be answered. #docker #podman

The IntelliJ IDEA blog, news of your favorite IDE.

This week, two faster ways to perform matrix multiplication were unveiled... both suggested by Machine Learning algorithms 🧠👀 1) DeepMind @ deepmind.google/discover/blo... 2) XXt Can Be Faster @ arxiv.org/pdf/2505.09814

Interesting article with use cases for creating a software architecture using different AI models 👇🏻 levelup.gitconnected.com/can-ai-repla...

In this blog, you will learn how to backup and restore a PostgreSQL database. Enjoy! #postgresql #database #java

Don’t even start considering solutions until you understand the problem. Your goal should be to “solve” the problem mostly within the problem domain, not the solution domain. - Oz Nova #quotes #quoteoftheday

Inside Java: News and views from members of the Java team at Oracle. https://inside.java/

In this blog, you will learn more about JHipster and how it can help you with developing modern web applications. Enjoy! #java #jhipster

InfoQ: Quality content in software engineering.

In this blog, I will share my tips for effective time management. Enjoy! #timemanagement

A senior software developer is a developer who likes writing boring code with boring technologies. - Vlad Mihalcea #quotes #quoteoftheday

Learn.java: The Destination for Java Beginners, Students, and Teachers #java

In this post, you will learn how to create a Docker image for your GraalVM native image. #java #docker

How to (and how not to) design REST APIs

In this blog, you will learn how to build a GraalVM image for your Spring Boot application. Following these practical steps, you will be able to apply them to your own Spring Boot application. #java #docker

For every complex problem there is an answer that is clear, simple, and wrong. - H. L. Mencken #quotes #quoteoftheday

What is Kubernetes? An Unorthodox Guide for Developers

You will learn the basics of Ansible Roles. With Ansible Roles, you can reuse Ansible content you create and share them with other users. You will learn about Ansible Roles step-by-step by means of examples. #ansible

Rules for Writing Software Tutorials

A Software Bill of Materials (SBOM) is getting more and more important in the software supply chain. In this blog, you will learn what an SBOM is and how to build the SBOM in an automated way. Enjoy! #java

The law of the instrument: If the only tool you have is a hammer, it is tempting to treat everything as if it were a nail. - Maslow and Kaplan #quotes #quoteoftheday

Hexagonal Architecture – What Is It? Why Should You Use It?

In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. #java #vuejs

Chatbot Arena LLM Leaderboard: Community-driven Evaluation for Best LLM and AI chatbots https://lmarena.ai/?leaderboard

Regularily checking for vulnerabilities in your pipeline is very important. One of the steps to execute is to perform a vulnerability scan of your Docker images. Enjoy! #java #docker #security

Interesting read 👇🏻

My blog "Unlocking AI Coding Assistants: Generate Unit Tests" now published at DZone dzone.com/articles/ai-...

The ratio of time spent reading (code) versus writing is well over 10 to 1 ... (therefore) making it easy to read makes it easier to write. - Robert C. Martin #quotes #quoteoftheday

In your unit integration tests, you want to mock another system's behaviour. WireMock is a testing library which helps you with mocking the APIs you depend on. In this blog, you will explore WireMock for testing a Spring Boot application. Enjoy! #Java mydeveloperplanet.com/2025/05/14/t...

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI interface designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. https://docs.openwebui.com/

In this blog, you will learn some Docker best practices mainly focussed on Spring Boot applications. You will learn these practices by applying them to a sample application. Enjoy! #java #springboot #docker

Patrick Winston's How to Speak talk has been an MIT tradition for over 40 years. Offered every January, the talk is intended to improve your speaking ability in critical situations by teaching you a few heuristic rules. https://www.youtube.com/watch?v=Unzc731iCUY

In this blog, you will learn some Docker best practices mainly focussed on Java applications. This is not only a theoretical exercise, but you will learn how to apply the best practices to your Dockerfiles. Enjoy! #java #docker

A long descriptive name is better than a short enigmatic name. A long descriptive name is better than a long descriptive comment. - Robert C. Martin #quotes #quoteoftheday

Write tests. Not too many. Mostly integration. https://kentcdodds.com/blog/write-tests

In this post, you will learn how to create an Ansible playbook. As an exercise, you will install an Apache Webserver onto two target machines and change the welcome page. #ansible

The Testing Trophy and Testing Classifications by Kent C. Dodds https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications

Encountered a ‘Permission Denied’ error on a file accessing a file on a mounted volume within a Docker container? In this blog, you will learn why you get a ‘Permission Denied’ error and how to solve it #docker

Redundant comments are just places to collect lies and misinformation. - Robert C. Martin #quotes #quoteoftheday

Spring Transaction Management: @Transactional In-Depth

In this blog, I will explain what this blog has given me in the past years. If you are planning to start a blog yourself, you may use this list of benefits in order to get you motivated to get started. #blog #java