How to Program with Java Podcast artwork

How to Program with Java Podcast

108 episodes - English - Latest episode: 8 months ago - ★★★★★ - 94 ratings

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!

Technology Education How To java tutorial how program learn code programming
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

The Coding Apocalypse: Is the End of Software Jobs Near?

August 03, 2023 14:36 - 30 minutes - 26.9 MB

This thought-provoking video delves deep into a highly controversial topic: Are coding jobs disappearing? As we stand on the brink of unprecedented technological advancements, what does the future hold for coders and software engineers? Are we facing a coding apocalypse or is it just a myth? Join us as we expose the untold truths behind the glitz and glam of the coding industry. We uncover it all from the intricate world of coding boot camps to the journey of coding novices transforming in...

EP59 - From Stone Mason to Software Developer in 8 Months

May 31, 2022 13:17 - 56 minutes - 55.6 MB

In this episode we'll talk to Ethan, who is a recent graduate from the Coders Campus Bootcamp and managed to land a job within two months of starting the search. Ethan and I talk about how, from a young age, he was guided away from learning technology because his teachers didn't feel he was cut out for the field. In this interview we'll learn how wrong his teachers were and how Ethan was able to complete the coding bootcamp while also raising a small child with a pregnant wife and worki...

EP58 - From Electrical Technician to Software Developer in 8 Months

May 04, 2022 19:19 - 56 minutes - 49.6 MB

In this episode we'll talk to Dustin, who is a recent graduate from the Coders Campus Bootcamp and managed to land a job within two months of starting the search. Dustin and I talk about his prior coding experience that he had before he joined our Bootcamp (spoiler: it wasn't much at all), and we talk about his experience as he went through the curriculum. Ultimately we know how his story turned out, but in this special interview we'll learn about HOW he was able to accomplish the tas...

EP57 - From Restaurant Manager to Software Developer

January 27, 2022 14:24 - 39 minutes - 27.3 MB

In this episode we'll talk to Yasiin, who is a graduate from the Coders Campus Bootcamp. We dive into his story about how he started his coding journey as a Restaurant Manager, and went through two Coding Bootcamp before landing his first job. Yasiin shares a ton of great insights and tips for beginner coders who are hoping to get a job, so be sure to listen to the whole episode. Interested in starting your coding career? I'm now accepting students into an immersive programming ...

EP56 - Fun Tricks and Analytics with IntStreams in Java

January 25, 2022 18:17 - 29 minutes - 30.7 MB

In this episode we'll talk about IntStreams and why they're useful in Java. IntStreams can be used to replace a common looping mechanism as well as provide a very helpful utility for gathering analytics on data in a non-verbose way. 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 teaches you everything you need to know to g...

EP55 - How to Sort with Streams in Java

January 24, 2022 19:49 - 37 minutes - 37.6 MB

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 vs using something like Collections.sort(), which has been available since Java v1.2 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 teaches you everything you ...

What is the Map Operation in Java Streams?

November 26, 2021 21:36 - 39.5 MB

Big announcement: today marks the launch of our brand new "Beginners only" Coding Bootcamp. If you're a beginner to coding and have spent less than about 6 months learning to code, you're a great fit for this new 16 week Coding Bootcamp. You can join the Bootcamp via coderscampus.com/beginner The best part is that it's about 85% less expensive than our main Bootcamp, and you'll still get all the great features and support you need to actual master the fundamentals of coding. So check o...

EP54 - What is the Map Operation in Java Streams?

November 26, 2021 21:36 - 41 minutes - 39.5 MB

Big announcement: today marks the launch of our brand new "Beginners only" Coding Bootcamp. If you're a beginner to coding and have spent less than about 6 months learning to code, you're a great fit for this new 16 week Coding Bootcamp. You can join the Bootcamp via coderscampus.com/beginner The best part is that it's about 85% less expensive than our main Bootcamp, and you'll still get all the great features and support you need to actual master the fundamentals of coding. So check out...

EP53 - Intro to Streams in Java

November 19, 2021 18:00 - 43 minutes - 43.3 MB

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

EP52 - Most Common Functional Interfaces in Java

November 15, 2021 21:30 - 53 minutes - 52.8 MB

In this episode we'll talk about 7 common Functional Interfaces that Java provides to us. UnaryOperator, BinaryOperator, Supplier, Consumer, Function, Predicate and BiPredicate 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 teaches you everything you need to know to get a job as a Java developer in the real-world. You c...

EP51 - Let's Talk Lambdas in Java

November 12, 2021 14:52 - 57 minutes - 55.9 MB

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 needed until you understood it. The Lambda syntax allows you to write much cleaner and more readable code, while also empowering you to get more done with less code. In this lecture, I'll be referring to some code that you can download via this github repository. Interested in starting your codi...

EP50 - #3 of 3 to Getting a Job as a Coder

August 06, 2021 13:24 - 31 minutes - 35.2 MB

In this episode we'll talk about the 3rd key to getting a job as a coder... How do you stand out from the crowd? You put in all this effort to learn how to code. You likely have a plan, you follow a curriculum, you seek help and learn. You practice and you struggle... but what about when it comes time to find a job? Do you have a plan for finding a job other than: "I'll apply to a bunch of openings and make sure my resume is great!" Most people don't.  Let's talk about that. Inte...

EP49 - Top 3 mistakes coders make when applying to their first job

July 31, 2021 09:46 - 35 minutes - 14.5 MB

In this episode we'll talk about 3 big mistakes that aspiring coders make when trying to land their very first job. Getting your first job as a coder will be the most difficult challenge when trying to launch your professional career, make sure you avoid these three mistakes: Setting up your portfolio and NOT doing this...  Incorrectly utilizing certifications on your resume... Getting a college degree and then...   Interested in starting your coding career? I'm now accepting stu...

EP48 - Top 3 reasons why you'll fail to succeed as a coder and how to overcome them

July 29, 2021 12:32 - 44 minutes - 38.2 MB

In this episode we'll talk about 3 common issues I see that beginner programmers struggling with most when starting the journey of learning to code. Impostor Syndrome  The overwhelming number of choices Thinking that struggling is a bad thing (and then quitting because of it) 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 te...

EP47 - Key #2 of 3 to Getting a Job as a Coder

July 22, 2021 11:58 - 37 minutes - 42.4 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp

EP46 - Are Coding Bootcamps Worth It?

July 15, 2021 13:32 - 38 minutes - 33 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp

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

July 08, 2021 16:06 - 48 minutes - 55.1 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp      

EP44 - How to get a Job as a Java Programmer

October 07, 2019 13:54 - 20 minutes - 20.3 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp      

EP43 - Resume Writing Tips

October 01, 2019 15:52 - 20 minutes - 21 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   You can download a copy of my resume via https://coderscampus.com/resume    

EP42 - Java Careers and What they Pay

September 23, 2019 10:00 - 18 minutes - 18.1 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   In today's episode, we'll dive into all the different facets and disciplines that exist in the world of Java programming. ...

EP41 - 5 Tips on Landing an Entry Level Programming Job

September 16, 2019 16:17 - 15 minutes - 15.3 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   In today's podcast I'd like to share my knowledge on how to get that coveted entry-level / junior programmer position. Yo...

EP40 - The Document Object Model (DOM)

September 04, 2018 00:25 - 13 minutes - 13.8 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/40    

EP39 - Arrays in JavaScript

August 27, 2018 10:00 - 42 minutes - 43.6 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/39 Don't forget to check out our current "deal" for...

EP38 - JavaScript’s Built in Objects

August 20, 2018 10:00 - 23 minutes - 24.9 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/38 Don't forget to check out our current "deal" for...

EP37 - Null vs Undefined in JavaScript

August 14, 2018 14:25 - 13 minutes - 16.5 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/37 Don't forget to check out our current "deal" for...

EP36 - Objects in JavaScript

August 06, 2018 12:54 - 20 minutes - 23.4 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/36 Don't forget to check out our current "deal" for...

EP35 - JavaScript TypeOf Keyword

July 30, 2018 13:17 - 14 minutes - 18 MB

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 teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp   Show notes for this episode are available via http://coderscampus.com/35 Don't forget to check out our current "deal" for...

EP 34 - Getting and Showing Data from Users

July 23, 2018 10:00 - 13 minutes - 13.9 MB

Show notes for this episode are available via http://coderscampus.com/34 Don't forget to check out our current "deal" for coders campus available via http://coderscampus.com/deal

EP33 - Importing JavaScript into HTML

July 16, 2018 10:00 - 17 minutes - 17.9 MB

Show notes for this episode are available via http://coderscampus.com/33 Don't forget to check out our current "deal" for coders campus available via http://coderscampus.com/deal

EP32 - Debugging in JavaScript

July 09, 2018 10:00 - 24 minutes - 24.1 MB

Show notes for this episode are available via http://coderscampus.com/32 Don't forget to check out our current "deal" for coders campus available via http://coderscampus.com/deal

EP31 - Functions in JavaScript

July 03, 2018 13:15 - 28 minutes - 28.1 MB

Show notes for this episode are available via http://coderscampus.com/31 Don't forget to check out our current "deal" for coders campus available via http://coderscampus.com/deal

EP30 - Landing the interview, a coder's guide to applying for jobs

September 30, 2017 21:03 - 31 minutes - 30.1 MB

Show notes are available via http://coderscampus.com/30 If you're interested in grabbing the new "Java Interview Prep Course" you can get a significant discount by joining the "pre-sale" version of the course before Dec. 2017. This course will be a work in progress until it's expected launch date in Dec 2017. You'll receive dripped access to the new lessons as they are recorded. If interested in receiving a discount of 50% or higher on this Java interview prep course, please visit http...

EP29 - While Loops in JavaScript

September 01, 2017 13:23 - 18 minutes - 18.6 MB

Show notes for this episode are available via http://coderscampus.com/29 Don't forget to check out our current "deal" for coders campus available via http://coderscampus.com/deal  

EP28 - For Loops in JavaScript

August 25, 2017 15:11 - 21 minutes - 21.6 MB

Show notes for this episode can be found here: http://coderscampus.com/28   If you're interested in supporting the show, please leave a rating and review via http://coderscampus.com/itunes   And if you are interested in taking your Java skills to the next level, consider taking advantage of our lifetime access deal here: http://coderscampus.com/lifetime  

EP27 - Jason Kiernan - From Pharmacist to Programming Job Offer in 2 Years

August 11, 2017 13:17 - 46 minutes - 43.9 MB

Show notes are available via http://coderscampus.com/27

EP26 - IF Statements in JavaScript

August 04, 2017 05:00 - 19 minutes - 19.4 MB

Show notes for this episode can be found via http://coderscampus.com/26   Also don't forget to check out our lifetime membership to Coders Campus and get access to 130+ hours of video tutorial content on full-stack Java. Click here to learn more: http://coderscampus.com/lifetime  

EP25 - JavaScript Data Types

July 28, 2017 14:03 - 27 minutes - 27 MB

Checkout the show notes of today's episode via http://coderscampus.com/25 Also, I've started a brand new "lifetime membership" deal for Coders Campus, you can check out the details of this new offer via http://coderscampus.com/lifetime  

EP23 - JavaScript Variables

July 14, 2017 05:00 - 15 minutes - 15.4 MB

Show notes for this episode are available via http://coderscampus.com/23 Also, don't forget about the sweet deal I have over at http://coderscampus.com/deal - you help support the show when you join our community of coders. 

EP22 - What's New in Spring 5 with John Thompson

July 07, 2017 15:20 - 39 minutes - 37.4 MB

You can sign up for early access to John's new course (plus a surprise bonus from me) via http://coderscampus.com/spring5

Coders Campus EP21 - Dynamic Typing in JavaScript

June 29, 2017 15:27 - 21 minutes - 20.9 MB

Don't forget to check out this sweet deal on a Coders Campus via http://coderscampus.com/deal You'll get access to over 128 hours of video tutorial content that will teach you how to become a full-stack programmer (including an entire course on JavaScript too!)

What is JavaScript?

June 22, 2017 15:14 - 22 minutes - 22.6 MB

Don't forget to check out the special deal that we're putting on for our podcast listeners via http://coderscampus.com/deal

EP68 - Subscribe to my new show called the "Coders Campus Podcast"

July 01, 2016 19:58 - 2 minutes - 4.36 MB

You can subscribe to the new show via this link: http://coderscampus.com/itunes   There will be no more episodes of the How to Program with Java podcast (this podcast), all new episodes will be shared via the Coders Campus Podcast.   So please go subscribe to that one now :)

Episode 66 - Summer is here and something new is in the air

June 28, 2016 20:35 - 5 minutes - 6.76 MB

I'm happy to announce that dropping on July 1st, 2016 - a brand new podcast will be hitting the digital shelves! Although the How to Program with Java podcast will be coming to an end, I'll be launching a brand new series dedicated to teaching you how to become a full-stack Java web application programmer. This new podcast will be called the "Coders Campus Podcast", so be sure to search for it in iTunes or wherever you download your podcasts :)  

EP65: HTML Design & Layout

December 01, 2014 17:19 - 47 minutes - 44.7 MB

Okay so you know how to add some styles and CSS to your webpage, that’s a great start, but what about deciding where all your text should go?  What if you wanted to setup your website so that you have some text on the left hand side, and some images along the right? This is where design and layout comes into play. The DIV tag Probably one of the most powerful tools at your disposal for designing your webpage is the div tag.  What this allows you to do is essentially outline “blocks...

EP 64: CSS 101 Tutorial

November 17, 2014 17:52 - 44 minutes - 42.8 MB

Cascading Style Sheets are a bit of a tricky beast in HTML. Given this fact, I wanted to dedicate an entire section to just this topic. Let’s start with the basics, shall we? What are Cascading Style Sheets (CSS)? Well, we’ve already talked a little bit about HTML formatting tags (like  ), but that kind of formatting is embedded within your HTML code itself. What I mean by that is while you are typing out the HTML code for your page, you’ll actually have to type in   in order to ...

EP 63: HTML Styles 101

November 04, 2014 17:46 - 48 minutes - 46.3 MB

In this HTML tutorial I would like to introduce two concepts to you: DOCTYPE Styles The DOCTYPE Currently as of the date this was published, web browsers are (mostly) supporting HTML 5. HTML has gone through several versions and variations over it’s lifetime, and because of this it’s highly suggested that you include something called a DOCTYPE. The purpose of a DOCTYPE is to tell the web browsers what version of HTML you are using on any given webpage. The benefit of telling the w...

EP 62: Introduction to HTML

October 29, 2014 14:16 - 34 minutes - 32.9 MB

I’m so ridiculously excited to be introducing a whole new aspect of programming. Over the next few months I will be posting new articles on the topics of HTML, Javascript and jQuery. These are all technologies that you can use to create your very own interactive website. The really cool thing about building websites, is that you can leverage your existing knowledge of Java to create ever MORE powerful websites. But let’s not get ahead of ourselves, for now we’ll focus first on HTML, then we’...

HTML, CSS and JavaScript - Oh My!

October 20, 2014 15:08 - 40 minutes - 38.9 MB

The presentation layer is one of the three main layers in object-oriented programming. The three main layers include: Presentation Layer Business Layer Data Layer Now, these three layers are typically related to enterprise web applications. It’s a design pattern used to help separate your code out in three distinct areas that (if need be) can easily be switched out with another programming language or technology. So if you keep all of your presentation layer code in one area of you...

Hibernate Group By

October 10, 2014 15:27 - 43 minutes - 41.1 MB

In our last Hibernate lesson, you learned how to fix duplicate data from hibernate queries. In this lesson we’re going to focus on some of theaggregate functions that can be used with Hibernate, and of course that means diving into theGroup By clause. What’s important to note is that Hibernate doesn’t ever refer to it as group by, instead they use the term projections. So, armed with this knowledge, let’s jump into the lesson! Grouping Data with Hibernate In our examples, I’m...

Fixing Duplicate Data from Hibernate Queries

September 15, 2014 20:22 - 31 minutes - 30.7 MB

How to Fix Duplicate Data from Hibernate Queries This problem was the bane of my existence when I first started using Hibernate because I had no idea where the problem was coming from. If you’re executing a query and finding that you have a bunch of duplicate records and haven’t a clue why, then you’re in the right place. You see the problem is typically caused by having left joins (or optional joins) in your objects. When you have a base object, like say User and it joins to anoth...

Twitter Mentions

@programwithjava 1 Episode