Learn how to implement a tagging mechanism with MongoDB.
Also find me here:
Baeldung Author
Donato Rimenti
I'm a passionate and highly motivated Java developer, who really likes challenges and creative problem solving. I also like to automate common tasks and optimize them the best I can. I'm a fast-learner: I like studying new technologies and constantly applying my knowledge in practical situations. I strongly believe that good code has to be elegant and nice to look at, clean and well documented: this is my aim as a developer.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- DevOps (2)
- Core Java (2)
- Testing (1)
- Spring MVC (1)
- Security (1)
- Persistence (1)
- NoSQL (1)
- Maven (1)
- Jakarta EE (1)
- Algorithms (1)
Multi-Swarm Optimization Algorithm in Java
Filed under Algorithms
Learn how to implement a Multi-swarm optimization algorithm in Java.
Flyweight Pattern in Java
Filed under Java
A quick and practical introduction to the principles of Flyweight Design Pattern.
Creating and Configuring Jetty 9 Server in Java
Filed under DevOps, Jakarta EE
A quick and practical example of setting up a Jetty server in Java.
JUnit 5 @Test Annotation
Filed under Testing
A quick and practical guide to the @Test annotation in JUnit 5.
Baeldung on Linux
- All
- Search (1)
- Scripting (1)
- Administration (1)
Run a Script on Startup in Linux
Filed under Administration, Scripting
Learn different options for executing a script on startup in Linux
Find and tar Files
Filed under Search
Learn several ways to find files and then add them to a tar archive from the command line.