Coders Campus Podcast

Coders Campus Podcast


Latest Episodes

EP20 – What is JavaScript?
June 22, 2017

JavaScript is an object oriented programming language that was created specifically for the web. JavaScript adds functionality and interactivity to websites by allowing your plain old HTML pages to actually […]

EP19 – Forwarding Your Domain to Your AWS Application
April 10, 2017

For more detailed show notes, please see the actual “ultimate guide” post via this link.

EP18 – How to Create and Configure a Database in AWS
March 15, 2017

For more detailed show notes, please see the actual “ultimate guide” post via this link.

EP17 – Deploying Your Code to Elastic Beanstalk (AWS)
February 24, 2017

For more detailed show notes, please see the actual “ultimate guide” post via this link.

EP16 – Ultimate Guide to AWS – Part 2
December 30, 2016

For more detailed show notes, please see the actual “ultimate guide” post via this link.

The Ultimate Guide to Hosting a Java Web App with Amazon Web Services (AWS)
December 22, 2016

Let’s start things off by explaining what Amazon Web Services (AWS) actually is and why it’s useful to you as a Java programmer. Amazon Web Services are a bunch of […]

EP14 – How to upgrade your code to Java 8
October 14, 2016

It’s one thing to understand the new coding concepts and paradigms with Java 8, but it’s another thing entirely to know the best way to upgrade your existing code. I’ve […]

EP13 – Default Methods in Java 8
September 30, 2016

Default methods for interfaces Why should you care? Programming to an interface. It’s something we’ve been told is the right thing to do because it promotes flexible and extensible programs. […]

EP12 – Java 8’s New Optional Keyword
September 16, 2016

NullPointerExceptions are a royal pain in the butt. They can strike at almost any point if your code encounters any “edge cases” that you hadn’t previously thought of. And when […]

EP11 – More Awesome Java 8 Stream Examples
September 09, 2016

All the show notes for this episode are available via the parent post. These notes are only here as a placeholder for the podcast episode.