Daily Reading – Scala By Example
We have been working on AWS Lambda the last few days. As a part of that we had to get our Scala on. What better way that to read a few blogs and a book.
We have been working on AWS Lambda the last few days. As a part of that we had to get our Scala on. What better way that to read a few blogs and a book.
Checking out a presentation on Amazon’s new Elastic File System.
Today I am attending a Pluralsight course: Maven Fundamentals. Nothing like refreshing some basics. http://www.pluralsight.com/courses/maven-fundamentals
Reading Manage Your Day-to-Day: Build Your Routine, Find Your Focus, and Sharpen Your Creative Mind
Useful reference to over 40 Mac OS X Terminal Commands. http://www.leftcolumn.net/2009/02/15/40-useful-mac-terminal-commands/
Two articles in and I find the information I am looking for. Java ClassLoaders – Get a Load of That Name
Digging deeper in the Java classloaders. Find a way out of the ClassLoader maze – System, current, context? Which ClassLoader should you use?
Throwback and refresher on Java class loaders. Custom Classloaders The Black Art of Java