Coders Campus Podcast

Coders Campus Podcast


Latest Episodes

EP10 – Why you need to start using Streams in Java
September 02, 2016

First and foremost, let’s talk about why you should learn how to use streams. Streams in Java 8 are essentially the solution to aggregating data easily. What the heck do […]

EP09 – Java 8 – Lambda Expressions
August 26, 2016

With the release of Java’s version 8 back in 2014, it has quickly become the most quickly adopted Java version to date. Why are people so excited about it? Well […]

EP08 – Java Reflection – Writing Generic Java Code
August 05, 2016

If you’ve ever used the JavaScript language before, you might be familiar with the eval() function. If you’ve never used JavaScript before, then no worries, I’ll have an in-depth explanation […]

EP07 – Thymeleaf Part 3
July 29, 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.

EP06 – Thymeleaf Part 2
July 22, 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.

EP05 – JSPs are extinct and Thymeleaf is the Culprit
July 15, 2016

You see, JSPs are essentially hybrids. They are a way for coders to create HTML and mix in some Java. Now, way back when JSPs were first created, you could […]

EP04 – Spring Data and Why it Rocks (Part 3)
July 08, 2016

Time to Create Custom Queries in Spring Data Hi again everyone, So, in our last post we talked about how to handle your standard CRUD operations with Spring Data’s JpaRepository. […]

EP03 – Spring Data and Why it rocks (Part 2)
June 29, 2016

In the previous episode we talked about the first two letters in CRUD. So naturally that means that next up is the “U” in “CRUD”, we need to be able […]

EP02 – Spring Data and Why it Rocks (Part 1)
June 29, 2016

CRUD It stands for Create, Read, Update and Delete. We, as programmers do CRUD all day, every day. It’s at the centre of any app in any language on any […]

EP01 – Spring Boot and Why it Rocks
June 24, 2016

A detailed intro to Spring Boot