Jorge
banner
jdortiz.bsky.social
Jorge
@jdortiz.bsky.social
Jorge is a developer evangelist. He focuses on microservices and mobile development, security, and systems architecture. He is the dad of three wonderful women. He is also a total keeb-junkie.
Pinned
I've resumed writing my personal blog 🤓 , which you can check out at jorgeortiz.dev
I owe a big thanks to the developers of #Hugo for crafting such an incredible platform 🫶 .
Jorge Ortiz-Fuentes' DevBites
Sharing things I learned mostly about software development
jorgeortiz.dev
Me too! But don't blame it on the contractors 😁
www.youtube.com/watch?v=C4MV...
November 12, 2025 at 4:11 PM
I'm using #Java again and I've released an article on how to write a full-stack application. This is the first in a series, and it addresses setting up a multi-module Spring-boot project.
jorgeortiz.dev/posts/full_s...
Full-stack application in Java: Quick start
A new adventure ahead.
jorgeortiz.dev
November 12, 2025 at 1:43 PM
If you are into #GoLang, I've released an article on how to write a full-stack application . This is the first in a series, and it addresses setting up a multi-binary project and using Mage and Air for automation.
jorgeortiz.dev/posts/full_s...
Full-stack application in Go: Quick start
The adventure starts.
jorgeortiz.dev
November 12, 2025 at 1:37 PM
I've released an article on how to write a full-stack application in #RustLang. This is the first in a series, and it addresses setting up the project as a workspace, and consolidating dependency and linter settings through inheritance in Cargo.toml files jorgeortiz.dev/posts/full_s...
Full-stack application in Rust: Quick start
Ferris starting a new adventure.
jorgeortiz.dev
November 12, 2025 at 1:22 PM
I have upgraded my MBP and my HomePod to 26.1, and I can connect them again. 😅
November 4, 2025 at 11:11 PM
This week, I'm diving into the topic of fakes—not deep fakes, but test doubles. I'll discuss their importance in #testing 🧪 and demonstrate how to implement them in #rustlang 🦀. Check out my article at
jorgeortiz.dev/posts/rust_u...
Feel free to read, utilize, and share!
Rust unit testing test doubles: fakes
Ferris dressed in a luxury white puffer jacket
jorgeortiz.dev
November 3, 2025 at 4:22 PM
Ever wondered why a mockingcrab might outshine a mockingbird? Learn how to craft mocks in #Rustlang 🦀 for your #testing 🧪 in my newest article:
jorgeortiz.dev/posts/rust_u...
Dive in and spread the word!
Rust unit testing: mock test doubles
Ferris becomes a mockingcrab
jorgeortiz.dev
October 29, 2025 at 8:31 AM
I've released a new piece on #Rustlang 🦀 #testing 🧪 !
This time I dive into spies & dummies. It might not be a thrilling John le Carré novel 😁 , but I believe it will prove useful for you. Once again, we write actual code with these ideas.
Check out and share it!
jorgeortiz.dev/posts/rust_u...
Rust unit testing: spy and dummy test doubles
Ferris has become a spy.
jorgeortiz.dev
October 22, 2025 at 7:32 AM
I'm set to present at #HROUG25 next week and I'm eager to connect with fellow #Oracle enthusiasts there!
October 8, 2025 at 11:00 AM
Next week I will be speaking at #JavaCro25 #Java
Stop by and say hi!
October 8, 2025 at 10:00 AM
Wait no more! My latest article on Rust #rustlang 🦀 #testing🧪 is out!
I introduce the test doubles and the various kinds you can implement. Then I focus on stubs, detailing how to create them and use them from scratch (no library).
jorgeortiz.dev/posts/rust_u...
Feedback and repost appreciated!
Rust unit testing: test doubles & stubs
Ferris with its doppelganger
jorgeortiz.dev
October 8, 2025 at 7:53 AM
My new article on #rustlang Rust 🦀 testing 🧪 is out! This time I write about add-on tools:
jorgeortiz.dev/posts/rust_u...
Stay tuned, because next one I will explain test doubles from scratch!
Rust unit testing: add-ons
Ferris taking its toolset to the beach.
jorgeortiz.dev
September 29, 2025 at 4:58 PM
Check out my latest article on #rustlang 🦀 #testing 🧪 : jorgeortiz.dev/posts/rust_u...
This time I explore straightforward strategies to enhance your test execution 🚀 .
Rust unit testing: builtin tools
Ferris and his toolset.
jorgeortiz.dev
September 22, 2025 at 8:01 AM
Are you into #rustlang 🦀 ? If so, you might be interested in reading the series of articles that I've been producing on Rust unit #testing:
- Test types
- Simplify your tests
- The not so happy path
- Testing asynchronous code
- (Out next Monday 20250922) Builtin tools
Jorge Ortiz-Fuentes' DevBites
Sharing things I learned mostly about software development
jorgeortiz.dev
September 19, 2025 at 9:48 AM
Reposted by Jorge
Spring Boot + Oracle Database

In this article, we'll explore several Oracle Database integrations with Spring Boot from the Spring Cloud Oracle project. UCP DataSource over Hikari Oracle Wallet JMS Spring Cloud Stream Binder kafka-clients APIs JSON Collections Testcontainers with Oracle Database…
Spring Boot + Oracle Database
In this article, we'll explore several Oracle Database integrations with Spring Boot from the Spring Cloud Oracle project. UCP DataSource over Hikari Oracle Wallet JMS Spring Cloud Stream Binder kafka-clients APIs JSON Collections Testcontainers with Oracle Database References UCP DataSource over Hikari If you're familiar with Spring Boot JDBC, you'll know that Hikari is the default for connection pools. However, if you’re looking to use advanced database features and get the most out of your database connection pool, consider…
andersswanson.dev
September 16, 2025 at 4:53 PM
I've started a new coding project to share with you. I'm developing a full-stack app in three different languages: #Java, #Golang, and #Rustlang.
The kick off article is already out: jorgeortiz.dev/posts/full_s...
And, no, Testing 🧪 Rust 🦀 series isn't over. New content in the upcoming days.🚀
Full-Stack Apps
A stack of stones composing a structure.
jorgeortiz.dev
September 16, 2025 at 12:00 PM
Just released my latest article on #testing 🧪 in 🦀 #rustlang! It's the fourth one in the series, focusing on testing async code. Check it out here:
jorgeortiz.dev/posts/rust_u...
Stay tuned for more insights in the coming weeks! 🚀
Rust unit testing: asynchronous code
Ferris receiving the results of an async call.
jorgeortiz.dev
September 12, 2025 at 7:13 AM
Muy bonito el #iPhoneAir, pero yo sigo prefiriendo el pro.
September 9, 2025 at 5:46 PM
My teammate Doug has good advice on how to jump into #microservices using all the goodies provided by our Oracle Backend for Microservices and AI. Read it here: medium.com/oracledevs/u...
Unlock AI-Powered Microservices with Oracle Backend 1.4.0
The team is thrilled to announce the general availability of Oracle Backend for Microservices and AI 1.4.0 — production-ready and packed…
medium.com
September 4, 2025 at 9:35 AM
My new article on #Rust (#RustLang) unit testing is out. You can find it here: jorgeortiz.dev/posts/rust_u... This one goes beyond basic tests to work on the edge cases. A must for your test harness. Hope you like it!
Rust unit testing: the not so happy path
Baby crying
jorgeortiz.dev
September 2, 2025 at 7:12 AM
Reposted by Jorge
looksGoodToMe
September 1, 2025 at 10:00 PM
Trying Postimo now. You should too.

[powered by Postimo.app]
August 29, 2025 at 11:01 AM
Reposted by Jorge
Built a pluggable #microservices framework: now #Spring Boot & #Helidon run side‑by‑side on #Oracle Backend. 🚀
#Vibecoded it in a month, AI‑assisted. 👉

medium.com/@DatabaseDou...
Vibecoding a Pluggable Microservices Framework: How I Added Helidon Support to Oracle’s Platform
When Oracle Backend for Microservices and AI first launched, it supported only Spring Boot applications. Developers soon began requesting…
medium.com
August 20, 2025 at 2:44 PM