What Is Spring Boot? Created by Pivotal, Spring-Boot is an open-source micro-framework for easy bootstrapping and creation of production-grade Spring applications. With Spring-Boot, Java developers can access a wide variety of development tools to build Spring-based apps with the help … Read More
Author Archives: Tom King

Getting Started With FusionReactor in CommandBox and Docker
Getting Started With FusionReactor in Commandbox and Docker I’ve spent the last few weeks playing with FusionReactor (FR) in my new Commandbox / Docker setup deployed on Fargate. I wanted to do some really casual benchmarks and get comfortable with … Read More
Tags: CommandBox, FusionReactor
Ephemeral Dockers as Tool Containers
Developing tools to automate what you do often is common sense. But what if you want to share your tools with other developers? As soon as you have something that relies on more than a simple script, you’re going to … Read More