Coders Campus Podcast
Latest Episodes
EP10 – 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 the solution to aggregating data easily. What the heck do […]
EP09 – 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 date. Why are people so excited about it? Well […]
EP08 – 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 used JavaScript before, then no worries, I’ll have an in-depth explanation […]
EP07 – Thymeleaf Part 3
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
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
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)
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)
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)
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 […]