Spring Boot Performance Tips: How We Optimize Enterprise Apps

Kent Lautenschlager Industry Relevance, Java, Videos Leave a Comment

Streamlined frameworks like Spring Boot make it easier to build enterprise Java applications, but getting them to perform well under real-world loads takes more than just plugging things in. At Keyhole Software, we’ve seen how even small performance hiccups can slow down big applications. That’s why we’re sharing these practical Spring Boot performance tips to help your app run faster …

Why We Love Spring Boot—And When It’s Not the Right Choice

Kent Lautenschlager Java, Videos Leave a Comment

Faster development and fewer headaches make Spring Boot a favorite for many Java teams. It promises quick setups, simpler management, and a smoother path from idea to application. At Keyhole Software, we’ve seen how these benefits can transform projects, but we also know there are times when Spring Boot isn’t the right fit. Here’s what we’ve learned about where Spring …

Testing Spring Boot APIs with Rest-Assured Header image

Testing Spring Boot Rest APIs with Rest-Assured

Jonny Hackett API Development, Articles, Development Technologies & Tools, Java, REST, Spring Boot, Testing Leave a Comment

Creating RESTful APIs with Spring Boot is a straightforward process, making it a popular choice for a variety of applications, from UI to batch processing. The same API created can be used anywhere, whether it’s called from a UI application or batch applications. However, testing these APIs to ensure they work correctly can be challenging. In this article, I’ll introduce …

What is the Process of Building Microservices Using Spring Boot?

Keyhole Software Java, Keyhole, Microservices, Spring, Spring Boot, Videos Leave a Comment

Microservices architecture has gained immense popularity due to its ability to break down complex systems into smaller, manageable services. When it comes to implementing microservices, Spring Boot emerges as a leading framework, offering developers a robust toolkit to build scalable and resilient applications. In this guide, we will explore the process of building microservices using Spring Boot, covering everything from …

Spring Boot With GraphQL: What The Cool Kids Are Doing

Matt McCandless API Development, Articles, Development Technologies & Tools, GraphQL, Spring Boot 2 Comments

Attention: The following article was published over 4 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.This article is going to introduce you to Spring Boot with GraphQL. We’ll walk through a simple beer app to show you what it can do. So you have built this really …