Juan Román's Avatar

Juan Román

@juanromanf

Software Engineer

9
Followers
25
Following
15
Posts
22.01.2025
Joined
Posts Following

Latest posts by Juan Román @juanromanf

Preview
The 10 Commandments of Navigating Code Reviews - Angie Jones If you've been in software development for any amount of time, chances are you've dealt with code reviews where the comments are harsh, blunt, or sometimes downright rude. Code reviews are a form of…

The 10 Commandments of Navigating #Code #Reviews

24.02.2026 14:52 👍 0 🔁 0 💬 0 📌 0
Preview
Demystifying OpenTelemetry: Why You Shouldn’t Fear Observability in Traditional Environments For decades, traditional technology environments, ranging from on-premises data centers to legacy applications and industrial control systems, have powered the core of many organizations. These…

Demystifying #OpenTelemetry: Why You Shouldn’t Fear Observability in Traditional Environments

21.02.2026 14:52 👍 0 🔁 0 💬 0 📌 0
Preview
java.evolved Code Snippets | java.evolved A collection of modern Java code snippets. Every old Java pattern next to its clean, modern replacement — side by side.

If you have been working with #Java for long enough, you may find these #code snippets that showcase the "old pattern" vs lastest language features... "Old habits die hard"

19.02.2026 22:13 👍 5 🔁 1 💬 0 📌 0
Preview
java.evolved Code Snippets | java.evolved A collection of modern Java code snippets. Every old Java pattern next to its clean, modern replacement — side by side.

If you have been working with #Java for long enough, you may find these #code snippets that showcase the "old pattern" vs lastest language features... "Old habits die hard"

19.02.2026 18:39 👍 7 🔁 3 💬 0 📌 0
Preview
The State of Java on Kubernetes 2026: Why Defaults are Killing Your Performance Most Java apps on Kubernetes still use bad defaults. Learn how to fix them to cut waste, boost performance, and avoid hidden latency issues.

The State of #Java on #Kubernetes 2026: Why Defaults are Killing Your Performance

13.02.2026 13:53 👍 1 🔁 1 💬 0 📌 0
Preview
Timeouts, Retries and Idempotency In Distributed Systems Sam Newman discusses the three golden rules of distributed computing and how they necessitate robust handling of timeouts, retries, and idempotency. He provides practical, data-driven strategies for…

Timeouts, Retries and Idempotency In #Distributed #Systems.

22.01.2026 16:41 👍 0 🔁 0 💬 0 📌 0
Preview
The Real-World Attacks Behind OWASP Agentic AI Top 10 OWASP's new Agentic AI Top 10 highlights real-world attacks already targeting autonomous AI systems, from goal hijacking to malicious MCP servers. Koi Security breaks down real-world incidents behind…

The Real-World Attacks Behind #OWASP Agentic #AI Top 10.

29.12.2025 22:13 👍 0 🔁 0 💬 0 📌 0
Preview
The Real-World Attacks Behind OWASP Agentic AI Top 10 OWASP's new Agentic AI Top 10 highlights real-world attacks already targeting autonomous AI systems, from goal hijacking to malicious MCP servers. Koi Security breaks down real-world incidents behind…

The Real-World Attacks Behind #OWASP Agentic #AI Top 10.
www.bleepingcomputer.com/news/securit...

29.12.2025 18:21 👍 0 🔁 0 💬 0 📌 0
Preview
CompletableFuture vs Virtual Threads: When to Use Each - Java Code Geeks Learn when to use CompletableFuture vs Virtual Threads in Java 21+. Compare async programming approaches, understand thread pinning

CompletableFuture vs Virtual Threads: When to Use Each #Java

19.11.2025 14:52 👍 1 🔁 0 💬 0 📌 0
Remote Work Isn’t The Problem—The Way We Work Is The debate over remote work misses the point: It’s not where we work that’s broken, but how we work.

#Remote Work Isn’t The Problem—The Way We Work Is

07.06.2025 22:13 👍 0 🔁 0 💬 0 📌 0
Preview
Good Postman Alternative API Clients? Here’re My Top 15 Let's be honest. For a long time, Postman was the main tool for anyone working with APIs. If you've...

Feeling #Postman laggy and slows down your work?

Here are a bunch of good alternatives to explore depending on your needs.

#Api #Rest #GraphQl

10.05.2025 14:52 👍 0 🔁 0 💬 0 📌 0
Preview
The Future Belongs to AI-Augmented 10x Developers, Not Bigger Dev Teams The 10X developer is no longer a myth and AI augmentation is creating a new breed of engineers whose productivity, speed, and capabilities far surpass traditional coders.

The Future Belongs to #AI-Augmented 10x #Developers, Not Bigger Dev Teams.
thenewstack.io/the-future-b...

09.05.2025 22:08 👍 0 🔁 0 💬 0 📌 0
Preview
Why I Believe Lombok Should Be Discarded from Java Projects Hello, today's article tackles a seemingly unpopular view, and I am sure it will meet some...

Have you ever considered not using #Lombok in your codebase?
If so, you might find this blog interesting...

08.04.2025 14:52 👍 0 🔁 0 💬 0 📌 0
Post image

The best way to use the Spring Transactional annotation

vladmihalcea.com/spring-trans...

30.03.2025 08:36 👍 7 🔁 2 💬 0 📌 0
Preview
Open source devs are fighting AI crawlers with cleverness and vengeance | TechCrunch AI web crawling bots are the cockroaches of the internet, many developers believe. FOSS devs are fighting back in ingenuous, humorous ways.

Open source devs are fighting #AI crawlers with cleverness and vengeance.

28.03.2025 14:52 👍 0 🔁 0 💬 0 📌 0
Preview
How to Monitor a Spring Boot App In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana. Seems a lot of work, but this is easier as you might …

In this blog, you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana.
#java #springboot

20.03.2025 20:32 👍 4 🔁 3 💬 0 📌 0

I <3
@Java
's virtual threads.

I constantly use a great demo from @ciberkleid.bsky.social that really lays bare just how good it is. in the demo, I have a Spring `RestClient` (which uses blocking IO) that calls httpbin.org/delay/5 from a Spring MVC controller method.

20.03.2025 15:47 👍 20 🔁 1 💬 1 📌 0
Preview
Java Application Containerization and Deployment - DZone Refcardz This Refcard walks readers step by step through Dockerfile creation for Java apps, container image builds, deployment strategies, and more.

Hey Java devs, dive into containerization with this new DZone refcard, especially written with Java & Spring Boot in mind!

And it's FREE! 🆓

dzone.com/refcardz/jav...

Download, experiment, and lmk how it goes! And there's more where that came from. 😃🎁

Please share!

19.12.2024 18:07 👍 8 🔁 3 💬 0 📌 1
Preview
Setup Jenkins CI in 30 Minutes Do you want to experiment with Jenkins CI in a local setup? In this post we will setup a local Jenkins CI server, create a build job for a simple Spring Boot Maven project and push the created Dock…

In this post, you will setup a local Jenkins CI server, create a build job for a simple Spring Boot Maven project and push the created Docker image to DockerHub.
#jenkins #cicd

11.03.2025 16:41 👍 1 🔁 1 💬 0 📌 0
Preview
Podman Equivalent for Docker Compose 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…

Check how #Podman can help you when #Docker is not an option for whatever reason.

23.02.2025 22:13 👍 0 🔁 0 💬 0 📌 0

How to become a 10x developer:

1. Be kind
2. Take care of yourself
3. Strive for work-life balance
4. Read the docs
5. Write the docs
6. Write integration tests
7. Share knowledge
8. Answer StackOverflow questions
9. Study the OSS code you're relying on
10. Be kind

21.02.2025 16:34 👍 11 🔁 1 💬 0 📌 0