Subscribe to the Show
You can subscribe to the Coders Campus Podcast via coderscampus.com/itunes or wherever you subscribe to your favorite podcasts.
The Coders Campus podcast will be dedicated to teaching you exactly what you need to know to become a full-stack Java web application developer.
Legacy Episodes of the How to Program with Java Podcast
I used to host a podcast called the “How to Program with Java Podcast”, but that has since been removed from the iTunes library.
All Podcast Episodes
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 embed native Java ...
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. It's a super ...
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 to update our ...
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 platform. Thankfully, the ...
EP01 – Spring Boot and Why it Rocks
Possibly one of the greatest things to happen to Java (in recent history) has been the introduction of the projects from the wonderful people at Spring.io The Spring team seem hell-bent on making ...