Coders Campus Podcast show

Coders Campus Podcast

Summary: Learn how to program using the Java programming language. This podcast will teach you step by step how to use the Java programming language to create your own applications or web applications! These Java tutorials are presented in plain English and explain all of the important Java programming concepts needed to excel in the field of software.

Join Now to Subscribe to this Podcast

Podcasts:

 EP14 – How to upgrade your code to Java 8 | File Type: audio/mpeg | Duration: 30:59

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 | File Type: audio/mpeg | Duration: 25:08

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 | File Type: audio/mpeg | Duration: 37:38

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 | File Type: audio/mpeg | Duration: 33:57

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.

 EP10 – Why you need to start using Streams in Java | File Type: audio/mpeg | Duration: 43:37

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 | File Type: audio/mpeg | Duration: 45:27

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 | File Type: audio/mpeg | Duration: 35:01

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 | File Type: audio/mpeg | Duration: 31:46

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 | File Type: audio/mpeg | Duration: 36:27

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 | File Type: audio/mpeg | Duration: 44:31

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) | File Type: audio/mpeg | Duration: 35:42

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) | File Type: audio/mpeg | Duration: 30:49

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) | File Type: audio/mpeg | Duration: 41:21

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 | File Type: audio/mpeg | Duration: 43:32

Spring Boot is a fairly new technology that makes our lives as Java programmers so much easier (especially when creating new programs). Find out why it rocks in this episode.

Comments

Login or signup comment.