Learn about a common interview question, the tape equilibrium problem, and how to solve it efficiently.
Also find me here:
Baeldung Author
Thibault Faure
I am a passionate French developer, currently living in Marseille. I enjoy a lot to share knowledge with others. I write mostly about Java&Spring, but also about Maven, Git, Docker, Kubernetes and others.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (5)
- Java Dates (5)
- Maven (4)
- Java String (3)
- Java Array (3)
- Algorithms (3)
- Java (2)
- JVM (2)
- REST (1)
- Java Streams (1)
- Java List (1)
- Jakarta EE (1)
- Jackson (1)
- JSON (1)
- IDE (1)
Migrate From Java EE to Jakarta EE
Filed under Jakarta EE
Learn how to migrate from Java EE to Jakarta EE.
How to Pass JVM Arguments via Maven
Learn how run Java code through Maven with JVM arguments.
Find the Date of Easter Sunday for the Given Year
Filed under Algorithms, Java Dates
Learn how to find the date of Easter Sunday for the given year using three algorithms in Java.
Fix Ambiguous Method Call Error in Mockito
Filed under Testing
Learn how to avoid ambiguous method calls in the specific context of the Mockito framework.
Find the Equilibrium Indexes of an Array in Java
Filed under Algorithms, Java Array
Learn what an equilibrium index of an array is and how to identify it.
Injecting @Mock and @Captor in JUnit 5 Method Parameters
Filed under Testing
Learn how to inject the @Mock and @Captor annotations in unit test method parameters.
Simple Morse Code Translation in Java
Filed under Java String
Learn how to translate from English to Morse code and vice versa.
Unreachable Statements in Java
Filed under Java
Learn about unreachable statements in Java.
Baeldung on Ops
- All
- Git (3)
- Kubernetes (1)
- Jenkins (1)
Recover a Git Branch After Its Deletion
Filed under Git
Accidentally deleted a Git branch? Don’t panic! This tutorial shows you how to recover it using the reflog and git fsck. Even if the branch is gone, its commits might still be recoverable.
Delete All Git Branches Which Have Been Merged
Filed under Git
Learn how to delete all merged branches for an appropriate clean-up
Understanding Pod Lifecycle in Kubernetes
Filed under Kubernetes
Dive deep into the Kubernetes pod lifecycle.
Configure Git Branch Selection in Jenkins
Learn how to configure a Git branch selection in Jenkins.