Deploying JHipster Apps to Heroku with Git

JHipster is a Yeoman generator used to create Spring Boot and AngularJS apps.

»
Author's profile picture Joe Kutner

Remote Debugging a Java Process on Heroku

Java processes on Heroku run inside of a dyno, which has a few restrictions that make it difficult to attach debuggers and management consoles. But it’s not impossible.

»
Author's profile picture Joe Kutner

The Twelve Factor Scala App

The 12-factor app is a collection of best practices for deploying scalable, maintainable and portable applications in the cloud. It synthesizes the experiences and observations we’ve made at Heroku after hosting and supporting thousands of production Scala applications.

»
Author's profile picture Joe Kutner

Running a Minecraft server on Heroku

You only need one file with one line of text to run a Minecraft server on Heroku with my Minecraft buildpack. It solves all the problems associated with the use of TCP and Heroku’s ephemeral filesystem.

»
Author's profile picture Joe Kutner

How to Deploy to Heroku from Eclipse

This short video (less than a minute and a half) demonstrates how to create, deploy and configure a Heroku application from Eclipse.

»
Author's profile picture Joe Kutner

Card Games and Logic Programming - For the Win!

One of my favorite geek games is Dominion.

»
Author's profile picture Joe Kutner