What I'm Thinking
Using Apache Spark with MongoDB
17 July 2017
This example will go over setting up a simple Scala project in which we will access a Mongo Database and perform read/write operations. In order to access MongoDB from spark we will need the MongoDB Connector for Spark.
... Read More
Vaadin Spring and Spring Boot - Reload UI changes without server restarts in IntelliJ IDEA
16 March 2017
Host your own Heroku with Dokku on DreamHost's Cloud
14 December 2016
After hosting a few of my apps on Heroku I quickly became a fan of the platform, and saw why it gets such high praise. The ease of deploying an application straight through Git is amazing. Not having to worry about managing servers, or managing the environment is perfect–it allows a developer to go straight into developing and deploying their apps with minimal hassle.
... Read More
Control your Homebrew package upgrades
5 December 2016
I have always upgraded my installed homebrew packages whenever updates became available. Recently however, I ran into a situation where I did not want to upgrade a specific package while also upgrading the rest. Loved how incredibly easy Homebrew made this.
... Read More