Build a REST API from the ground up with Quarkus 3
Last Updated: 8/28/2024 This blog post serves as an aggregation of how to build a REST API. Tools Used The[…]
Read moreDevelopment, DevOps and Delivery
Last Updated: 8/28/2024 This blog post serves as an aggregation of how to build a REST API. Tools Used The[…]
Read moreRequirements: Certificates are a pain. But they are a very necessary and vital piece to your security. Here’s how to[…]
Read morePrerequisites One Big App Sometimes, simpler is better. Not everything has to be overly optimized for the best performance possible.[…]
Read moreI’ve recently been working on some Quarkus and Angular projects requiring an OIDC provider and I have been using Keycloak.[…]
Read moreWhen I came to Red Hat, I had mostly lived in the IT world. My servers were in data centers.[…]
Read morePython’s popularity continues to grow. While it’s best known as a scripting language, the language has evolved to handle many[…]
Read moreIntellij has code generation feature built into the IDE to allow Java developers to quickly generate boilerplate code including getters,[…]
Read moreI recently had a conversation with ChatGPT about helping me build some protobuf-based commodities trade structures. It was pretty amazing[…]
Read moreLombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]
Read moreI wanted to write a quick blog because I’ve wasted a full hour figuring out why the imports on the[…]
Read more