MY EXPERT TIPS WILL KEEP THE JAVA FLOWING THROUGH YOUR VEINS
EP23 – JavaScript Variables
Variables in JavaScript are pretty straight forward once you understand the concept of dynamic typing, which we...
read moreEP22 – What’s New in Spring 5 with John Thompson
Spring Framework 5 is Coming in Late July 2017 Today I'm joined by John Thompson to talk about...
read moreEP21 – Dynamic Typing vs Static Typing
Generally speaking, modern day programming languages fall into one of two categories: Dynamic Typing Static...
read moreEP20 – What is JavaScript?
JavaScript is an object oriented programming language that was created specifically for the web. JavaScript adds...
read moreEP19 – Forwarding Your Domain to Your AWS Application
For more detailed show notes, please see the actual "ultimate guide" post via this link.
read moreEP18 – How to Create and Configure a Database in AWS
For more detailed show notes, please see the actual "ultimate guide" post via this link.
read moreEP17 – Deploying Your Code to Elastic Beanstalk (AWS)
For more detailed show notes, please see the actual "ultimate guide" post via this link.
read moreEP16 – Ultimate Guide to AWS – Part 2
For more detailed show notes, please see the actual "ultimate guide" post via this link.
read moreThe 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...
read moreEP14 – 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...
read moreEP13 – Default Methods in Java 8
Default methods for interfaces Why should you care? Programming to an interface. It's something we've...
read moreEP12 – Java 8’s New Optional Keyword
NullPointerExceptions are a royal pain in the butt. They can strike at almost any point if your code...
read moreEP11 – 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...
read moreEP10 – Why you need to start using Streams in Java
First and foremost, let's talk about why you should learn how to use streams. Streams in Java 8 are essentially...
read moreEP09 – Java 8 – Lambda Expressions
With the release of Java's version 8 back in 2014, it has quickly become the most quickly adopted Java version to...
read moreEP08 – Java Reflection – Writing Generic Java Code
If you've ever used the JavaScript language before, you might be familiar with the eval() function. If you've never...
read moreEP07 – Thymeleaf Part 3
All the show notes for this episode are available via the parent post. These notes are only here as a placeholder...
read moreEP06 – Thymeleaf Part 2
All the show notes for this episode are available via the parent post. These notes are only here as a placeholder...
read moreEP05 – JSPs are extinct and Thymeleaf is the Culprit
You see, JSPs are essentially hybrids. They are a way for coders to create HTML and...
read moreEP04 – Spring Data and Why it Rocks (Part 3)
Time to Create Custom Queries in Spring Data Hi again everyone, So, in our last post we talked...
read more