Coders Campus Podcast
Latest Episodes
EP20 – What is JavaScript?
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
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
For more detailed show notes, please see the actual “ultimate guide” post via this link.
EP17 – Deploying Your Code to Elastic Beanstalk (AWS)
For more detailed show notes, please see the actual “ultimate guide” post via this link.
EP16 – Ultimate Guide to AWS – Part 2
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)
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
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
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
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
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.