Gunter Rotsaert
@mydeveloperplanet.com
📤 356
📥 135
📝 4646
Senior Systems Engineer @TriOpSys ⚡ Blogger ⚡ Musician ⚡ Belgian🇧🇪 living in Holland 🇳🇱
pinned post!
RabbitMQ is an enterprise grade open source messaging and streaming broker. In this blog, you will learn some basic concepts of RabbitMQ and how to use it in a Spring Boot application. Enjoy!
#java
#springboot
mydeveloperplanet.com/2026/04/29/g...
loading . . .
Getting Started with RabbitMQ in Spring Boot
RabbitMQ is an open-source messaging broker used for streaming and message queuing. This blog introduces basic RabbitMQ concepts and demonstrates its integration with a Spring Boot application. It …
https://mydeveloperplanet.com/2026/04/29/getting-started-with-rabbitmq-in-spring-boot/
10 days ago
0
1
0
Every now and then, the idea of contributing to Open Source Software crosses the mind of every developer. In this blog, I want to tell the story of my first Pull Request.
#oss
loading . . .
How to Start Contributing to Open Source
Every now and then, the idea of contributing to Open Source Software crosses the mind of every developer. However, often, it just remains to think about it instead of actually doing something. In t…
https://mydeveloperplanet.com/2021/01/20/how-to-start-contributing-to-open-source/
34 minutes ago
0
0
0
I write automated tests not because I have a lot of time; it is because I don't. - Venkat Subramaniam
#quotes
#quoteoftheday
about 7 hours ago
0
1
0
PostgreSQL: Don't Do This.
https://wiki.postgresql.org/wiki/Don%27t_Do_This
about 11 hours ago
1
1
1
Creating a continuous deployment pipeline will bring you a step closer to an automated build, test, deploy strategy. In this blog, you will learn how to do so by means of the AWS cloud offer.
#aws
loading . . .
How to Create an AWS Continuous Deployment Pipeline
Creating a continuous deployment pipeline will bring us a step closer to an automated build, test, deploy strategy. In order to create such a pipeline, we need to have access to several tools. Inst…
https://mydeveloperplanet.com/2020/11/18/how-to-create-an-aws-continuous-deployment-pipeline/
about 14 hours ago
0
0
0
Check out the star history of an open source project.
loading . . .
GitHub Star History
View and compare GitHub star history graph of open source projects.
https://star-history.com/
about 19 hours ago
0
1
0
In this post, you will create a Spring Cloud Function and create some unit tests for it.
#java
#aws
loading . . .
How to Deploy a Spring Cloud Function on AWS Lambda
In this post, we will create a Spring Cloud Function and create some unit tests for it. We will do so by creating a function with Bean definition and with the functional style. At the end, we will …
https://mydeveloperplanet.com/2020/11/04/how-to-deploy-a-spring-cloud-function-on-aws-lambda/
about 22 hours ago
0
0
0
Today's problems come from yesterday's solutions. - Peter Senge
#quotes
#quoteoftheday
1 day ago
0
0
0
Quick Reference. Here are some cheatsheets and quick references contributed by open source angels.
https://quickref.me/
1 day ago
0
0
0
In this post, you are going to explore how you can deploy a simple Spring Boot application to AWS Elastic Beanstalk.
#java
#springboot
#aws
loading . . .
How to Deploy a Spring Boot App to AWS Elastic Beanstalk
In this post, we are going to explore how we can deploy a simple Spring Boot application to AWS Elastic Beanstalk. We will explain how to setup an AWS account and provide a step-by-step guide how t…
https://mydeveloperplanet.com/2020/10/21/how-to-deploy-a-spring-boot-app-to-aws-elastic-beanstalk/
1 day ago
0
0
0
The Desktop Don Reference.
https://donraab.medium.com/the-desktop-don-reference-5e3299df50d8
1 day ago
0
0
0
In this blog, you are going to explore how you can get started with React. React is a JavaScript library for building user interfaces.
#javascript
#react
loading . . .
Getting Started With React
In this blog we are going to explore how we can get started with React. React is a JavaScript library for building user interfaces. We will explain how you can have a flying start with React and sh…
https://mydeveloperplanet.com/2020/10/07/getting-started-with-react/
1 day ago
0
2
0
Programming is fun! If you are programming and not having fun, then you may be doing it wrong. - Donald Raab
#quotes
#quoteoftheday
2 days ago
0
1
1
Spring Academy - Unlock your full potential with Spring courses from the Spring team.
https://spring.academy/
2 days ago
0
0
0
In this blog, you are going to take a closer look at the Java 8 Streams API. You will mainly do so by means of examples.
#java
loading . . .
Java Streams By Example
In this blog, we are going to take a closer look at the Java 8 Streams API. We will mainly do so by means of examples. We will cover many operations and after reading this blog, you will have a ver…
https://mydeveloperplanet.com/2020/09/23/java-streams-by-example/
2 days ago
0
0
0
Validation with Spring Boot - the Complete Guide.
loading . . .
Validation with Spring Boot - the Complete Guide
A tutorial consolidating the most important features you'll need to integrate Bean Validation into your Spring Boot application.
https://reflectoring.io/bean-validation-with-spring-boot/
2 days ago
0
0
0
Did you ever encounter the problem that your regression test execution time has become so large, that you needed to wait for hours in order to get the results? Check out Pabot!
#java
#robotframework
loading . . .
Parallel Testing With Robot Framework
Did you ever encounter the problem that your regression test execution time has become so large, that you needed to wait for hours in order to get the results? This is where Pabot comes to the resc…
https://mydeveloperplanet.com/2020/09/09/parallel-testing-with-robot-framework/
3 days ago
0
0
0
They can't hear you on mute. - Donald Raab
#quotes
#quoteoftheday
3 days ago
0
1
0
Testing Java Applications Made Simple.
loading . . .
Start Here | Testing Spring Boot Applications Made Simple
Guides, thorough explanations, and best practices on testing Spring Boot applications. Helping developers incorporate testing as a routine rather than a frustrated afterthought.
https://rieckpil.de/start-here/
3 days ago
0
1
0
Robot Framework supports numerous libraries which can be used. But what if you need functionality which is custom to your application? In that case, you can write your own custom library.
#java
#robotframework
loading . . .
Create Custom Robot Framework Libraries
Robot Framework supports numerous libraries which can be used out-of-the-box. But what if we need functionality which is custom to our application? In that case, we can write our own custom library…
https://mydeveloperplanet.com/2020/06/16/create-custom-robot-framework-libraries/
3 days ago
0
0
0
An Illustrated Guide to OAuth and OpenID Connect
loading . . .
An Illustrated Guide to OAuth and OpenID Connect
An illustrated guide to explain OAuth and OpenID Connect!
https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc
3 days ago
0
2
1
In this post, you are going to explore how to write data driven tests with Robot Framework.
#java
#robotframework
loading . . .
How to Write Data Driven Tests With Robot Framework
In this post, we are going to explore how to write data driven tests with Robot Framework. We will take a look at how data driven tests can be written with standard Robot Framework syntax and we wi…
https://mydeveloperplanet.com/2020/06/02/how-to-write-data-driven-tests-with-robot-framework/
3 days ago
0
1
0
My blog "Setting Up Claude Code With Ollama: A Guide" now published @DZoneInc
dzone.com/articles/cla...
loading . . .
Setting Up Claude Code With Ollama: A Guide
Claude Code is a terminal-based AI coding assistant by Anthropic that can integrate with Ollama for local model inference.
http://dzone.com/articles/claude-code-ollama-setup-guide
4 days ago
0
0
0
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
4 days ago
1
2
0
OWASP Top Ten: Top 10 Web Application Security Risks
loading . . .
OWASP Top Ten Web Application Security Risks | OWASP Foundation
The OWASP Top 10 is the reference standard for the most critical web application security risks. Adopting the OWASP Top 10 is perhaps the most effective first step towards changing your software development culture focused on producing secure code.
https://owasp.org/www-project-top-ten/
4 days ago
0
0
0
Robot Framework is an open source test automation framework. Learn how to use Robot Framework and dive into the basic concepts.
#java
#robotframework
loading . . .
Automated Acceptance Testing With Robot Framework
Robot Framework is an open source test automation framework. It is keyword driven and therefore very suitable to describe and automate acceptance tests. In this post, we will introduce Robot Framew…
https://mydeveloperplanet.com/2020/05/19/automated-acceptance-testing-with-robot-framework/
4 days ago
0
0
0
Spring Security OAuth 2 Tutorial - 1 : Getting familiar with OAuth 2 concepts
https://www.sivalabs.in/spring-security-oauth2-tutorial-introduction/
4 days ago
0
0
0
In this post, you take a look at how you can easily manage our database migration scripts by means of Liquibase.
#java
#liquibase
loading . . .
Easy Database Migration With Liquibase
In this post, we take a look at how we can easily manage our database migration scripts by means of Liquibase. Liquibase will automatically execute necessary database migration scripts during appli…
https://mydeveloperplanet.com/2020/04/21/easy-database-migration-with-liquibase/
4 days ago
0
0
0
A senior software developer is a developer who likes writing boring code with boring technologies. - Vlad Mihalcea
#quotes
#quoteoftheday
5 days ago
0
1
0
SKF is a fully open-source Python-Flask / Angular web-application that uses many other great open source projects to train you and your team in building secure applications, by design.
https://securityknowledgeframework.org/
5 days ago
1
1
0
You will learn how you can integrate the Mutation Testing Maven Plugin results with SonarQube, our favorite software analysis tool.
#java
#sonarqube
#softwaretesting
loading . . .
Mutation Testing With SonarQube
In a previous post, we explored the PIT Mutation Testing Maven plugin. This time, we will take a look how we can integrate the results with SonarQube, our favorite software analysis tool.
https://mydeveloperplanet.com/2020/04/07/mutation-testing-with-sonarqube/
5 days ago
0
0
0
Sign. verify. protect. Making sure your software is what it claims to be.
https://www.sigstore.dev/
5 days ago
0
0
0
In this post, you will take a look at mutation testing which will test the quality of your unit tests.
#java
#softwaretesting
loading . . .
What Is Your Test Quality?
You have consistently written unit tests and you have a line coverage of, let us say, 80% and all of your tests pass. Pretty good, isn’t it? But then you change your code and still all of you…
https://mydeveloperplanet.com/2020/03/24/what-is-your-test-quality/
5 days ago
0
0
0
For every complex problem there is an answer that is clear, simple, and wrong. - H. L. Mencken
#quotes
#quoteoftheday
5 days ago
0
0
0
Measuring Developer Productivity via Humans.
loading . . .
Measuring Developer Productivity via Humans
Organizations should prioritize measuring developer productivity using data from humans, rather than data from systems.
https://martinfowler.com/articles/measuring-developer-productivity-humans.html
6 days ago
0
0
0
Learn how to unit test a REST API in Python.
#python
#softwaretesting
loading . . .
How to Mock a Rest API in Python
A few posts ago, we published a blog about how to use the Jira API. We did not write any unit tests for the application we wrote and that is exactly what we are going to do now. More specifically, …
https://mydeveloperplanet.com/2020/03/11/how-to-mock-a-rest-api-in-python/
6 days ago
0
1
0
Measuring developer productivity? A response to McKinsey.
loading . . .
Measuring developer productivity? A response to McKinsey
The consulting firm came up with a methodology they claim can measure software developer productivity. But that measurement comes at a high price – and we offer a more sensible approach.
https://newsletter.pragmaticengineer.com/p/measuring-developer-productivity
6 days ago
0
0
0
'Book Review: The Unicorn Project' #devops
https://mydeveloperplanet.com/2020/02/26/book-review-the-unicorn-project/
6 days ago
0
1
0
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
6 days ago
0
0
0
Story Points Revisited. By Ron Jeffries.
https://ronjeffries.com/articles/019-01ff/story-points/Index.html#
6 days ago
0
0
0
In this post, you will explore the Jira Rest API. You will learn how you can use the Jira API in order to generate a user based time report.
#python
#jira
loading . . .
How to Use the Jira API
In this post, we will explore the Jira Rest API. We will explain how you can use the Jira API in order to generate a user based time report. Besides that, it is a good excuse to do some Python codi…
https://mydeveloperplanet.com/2020/02/12/how-to-use-the-jira-api/
7 days ago
0
1
0
Jason Yip's critique of “the Spotify Model”: Part 1. By Jason Yi
p. https://jchyip.medium.com/my-critique-of-the-spotify-model-part-1-197d335e
f7af
7 days ago
0
0
0
Skaffold is a command line tool developed by Google which aims to facilitate continuous development for Kubernetes applications.
#kubernetes
loading . . .
Skaffold: k8s Development Made Easy
Skaffold is a command line tool developed by Google which aims to facilitate continuous development for Kubernetes applications. It will automate the task of building and deploying to a Kubernetes …
https://mydeveloperplanet.com/2020/01/29/skaffold-k8s-development-made-easy/
7 days ago
0
1
0
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
7 days ago
0
1
0
The New Methodology. By Martin Fowler.
loading . . .
The New Methodology
Agile methods explained by contrast to the plan-driven mainstream at the time. Key differences are adaptive rather than predictive planning and being people-oriented rather than process-oriented.
https://martinfowler.com/articles/newMethodology.html
7 days ago
0
0
0
In this post, you are going to take a look at Jib, a tool from Google in order to create Docker images in an easy and fast way.
#docker
#java
loading . . .
Create Fast and Easy Docker Images With Jib
In this post we are going to take a look at Jib, a tool from Google in order to create Docker images in an easy and fast way. No need to create a Docker file, no need to install a Docker daemon, Ji…
https://mydeveloperplanet.com/2020/01/15/create-fast-and-easy-docker-images-with-jib/
7 days ago
0
1
0
What are the techniques set by the Scrum guidelines for a task estimation in sprint planning?
https://www.quora.com/What-are-the-techniques-set-by-the-Scrum-guidelines-for-a-task-estimation-in-sprint-planning-Are-there-any-limitations-to-these-techniques/answer/Jeff-Sutherland-10?srid=1yyk
8 days ago
0
1
0
In this blog, you will take a look at how you can make services aware of each other without knowing their exact location. You will make use of Eureka Server which will act as a Discovery Server.
#java
#springboot
loading . . .
Discover Your Services With Spring Eureka
In this post, we will take a look at how we can make services be aware of each other without knowing their exact location. We will make use of Eureka Server which will act as a Discovery Server. Be…
https://mydeveloperplanet.com/2019/09/10/discover-your-services-with-spring-eureka/
8 days ago
0
0
0
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
8 days ago
0
0
0
The three-point estimation technique is used in management and information systems applications for the construction of an approximate probability distribution representing the outcome of future events, based on very limited information.
https://en.wikipedia.org/wiki/Three-point_estimation
8 days ago
0
0
0
In this post, you will take a look at how you can use Google Cloud Vision from a Spring Boot application.
#google
#springboot
#java
loading . . .
Google Cloud Vision with Spring Boot
In this post, we will take a look at how we can use Google Cloud Vision from a Spring Boot application. With Google Cloud Vision it is possible to derive all kinds of things from images, like label…
https://mydeveloperplanet.com/2019/06/19/google-cloud-vision-with-spring-boot/
8 days ago
0
0
0
Load more
feeds!
log in