Cool Stuff I Found This Week

This is all the cool stuff I found this week.

  • GatsbyJS - After listening to the interview on Changelog podcast, episode #306, it has my interest piqued. I might try it out for some personal projects.
  • A couple of maven plugins I’m exploring to improve my personal workflow:
    • dockerfile-maven - From spotify, can be used to set up targets to build/deploy docker containers from Dockerfiles in your modules.
    • fabric8-maven-plugin - Seems a little more “full-featured” than dockerfile-maven. I have yet to fully dig in on this one.
  • commandline parser - A commandline parser for .NET.