Subscribe to the Show

Coders Campus Podcast

Coders Campus Podcast

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

  • Image

Alex almost quit coding forever while in this Bootcamp

Summary To reach out and connect with Alex, here's her LinkedIn profile: https://www.linkedin.com/in/alex-mamolo-2a1b57222/ In this episode, Trevor interviews Alex, who shares her journey from being a musician to transitioning into the tech ...

  • Image

Unveiling the Future of Coding with AI: A New Era

Welcome to the fascinating world of the Future of Coding with AI, where artificial intelligence meets programming, and innovation knows no bounds. As a seasoned coder who has embraced this new wave, I invite you ...

  • Image

EP55 – How to Sort with Streams in Java

GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about how to sort a stream of objects using the ".sorted()" function. We'll also talk about the differences between using a stream to sort ...

  • Image

EP54 – What is the Map Operation in Java Streams?

GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about: How the .map() operation in Streams is completely different than a HashMap The details of how .map() will transform your data from one ...

  • Image

EP53 – Intro to Streams in Java

GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about: What are streams and why you should care about them Comparing a simple Stream example to a Looping example Intermediate vs Terminal operations ...

  • Image

EP52 – Most Common Functional Interfaces in Java

In this episode we'll talk about 7 common Functional Interfaces that Java provides to us. UnaryOperator, BinaryOperator, Supplier, Consumer, Function, Predicate and BiPredicate   Episode Transcript 0:09 Welcome to the coders campus podcast, ...

  • Image

EP51 – Let's Talk Lambdas in Java

In this episode we'll talk about a super useful feature that was introduced back in Java version 8, known as Lambdas. The Lambda feature is something you didn't know you desperately wanted or ...

EP46 – Are Coding Bootcamps Worth It?

All right, my fellow coders. Welcome to this sort of inaugural episode of the podcast, where I'm going to be sort of... I love the podcast. I love recording this content. I love ...

  • Image

EP45 – Key #1 of 3 to Getting a Job as a Coder

Interested in starting your coding career? I'm now accepting students into an immersive programming Bootcamp where I guarantee you a job offer upon graduation. It is a 6 month, part-time, online Bootcamp that ...

  • Image

Static Typing vs Dynamic Typing

Generally speaking, modern day programming languages fall one of these 2 categories:  dynamically typed vs statically typed. So what is the difference between a dynamically typed and a statically typed programming language? Before ...

  • Image

EP43 – Resume Writing Tips

Learn about how to write your resume to land an interview for a programming job. You can download a copy of my resume via coderscampus.com/resume Learn about how to write your resume to ...