Background A client was migrating their internal portal from GCP to Azure. Their portal consisted of a Spring Boot backend and React frontend hosted in GCP, supported by GCS file storage, Postgres DB and credential management. Our client was planning a lift-and-shift migration. During our assessment, they wanted to understand opportunities to take advantage of […]
By: Andrew Weeks, Jeremy Brenner, Mayra Quiroga Drawing insights from data is an invaluable tool. But it is rare to find data that is neatly packaged and ready to be consumed. Before that can happen, there are a few preliminary steps that need to be taken before any analysis can begin, e.g. finding data, sourcing […]
Read about the Backstage platform and the new plugin (powered by Enfuse) that allows you to see relevant Azure Spring App insights.
Recently at Enfuse, we are actively hiring and part of our interview process is a mock-pairing Test-Driven Development (TDD) session. During these interviews, there has been a wide variety of experience with TDD and unit testing, which has prompted me to write a basic article about what TDD is, some of the benefits, some best […]
Azure Spring Application Enterprise (ASAE) is a fully managed environment for hosting your Spring Boot App with simple, intuitive hooks into other Azure services (such as cache, DB, object storage, etc). If you are building or managing some of the 58% of production Java apps using Spring[1] I would highly recommend finding out more about […]
Let’s be honest, Heroku changed the game. If you’ve ever read or come across the tenets that comprise 12 factor app development, then you can directly thank the engineers over at Heroku. This post isn’t about all 12 factors though, it’s about only one: Config. Configuration is a necessary element of any modern software application. […]
At Enfuse, our top priority is ensuring that we deliver relevant, valuable, timely suggestions and solutions to our clients. When we begin a consulting engagement, one of our first goals is to get a clear understanding of the issues they (you!) are trying to solve. One of the tools in our toolbelt is the Discovery […]
Caching is essential for any application, join us as we learn how to set-up a Redis cache in Azure Spring Cloud Enterprise.
Overview This guide will walk you through the process of deploying a Spring application to Azure Spring Cloud Enterprise. It is designed to provide an introductory look into deploying a Spring application to Azure Spring Cloud with little to no experience using Spring Framework or Microsoft Azure specifically Azure Spring Cloud Enterprise. At Enfuse, we […]