In this tutorial, you’re going to build a microservice in Java using Spring Boot and Spring Cloud. The service will be a simple weather service that returns the current temperature for a given zip code or city. It will consist… Read more
Andrew Hughes
As SVP of Sales, Andrew Custard is responsible for the development and leadership of our sales function. Prior to Split, Andrew led regional and global teams helping customers solve problems in infrastructure software, agile development, analytics, performance, security, and data availability. Based in our Boston office, Andrew loves music, the arts, history, and owns around 2000(!) vinyl records.
Code
Build a Spring Boot REST application using Kotlin and learn how to implement feature flags, allowing you to test your app’s behavior.
Code
Controlled rollouts selectively enables features for a subset of users before enabling for all users. Use it to test new and experimental features.
Code
Take advantage of today’s tools and keep up with your competitors. This tutorial guides you through continuous deployment of your Node.js app.
Code
In this tutorial, you will create a reactive web service using Spring Boot and Spring Webflux, with a little help from Spring Initializr and HTTPie.
Code
In this tutorial you’re going to create a CoffeeBot app. The app will have a Vue.js client and a Spring Boot resource server, bootstrapped using JHipster.