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!
The Coding Apocalypse: Is the End of Software Jobs Near?
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 into graduates. This is not just about learning any specific language, it's about understanding the implications of these skills in a rapidly evolving job market. If you've ever asked yourself, "Am I just wasting my time learning to code?" this episode is for you. 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 9 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
8/3/2023 • 30 minutes, 47 seconds
EP59 - From Stone Mason to Software Developer in 8 Months
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 working a full-time job. If you'd like to get in touch with Ethan, feel free to add him via LinkedIn here 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 to 9 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
5/31/2022 • 56 minutes, 34 seconds
EP58 - From Electrical Technician to Software Developer in 8 Months
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 task of completing the Bootcamp and landing a job while also being a father of a 2 year old, a husband, a full-time employee and part-time college student. We'll also learn about the important lessons that Dustin learned once he began his job search, and what mistakes he was making early on before he pivoted his approach, which then lead to the job that he was offered. If you'd like to get in touch with Dustin, feel free to add him via LinkedIn here 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
5/4/2022 • 56 minutes, 18 seconds
EP57 - From Restaurant Manager to Software Developer
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 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
1/27/2022 • 39 minutes, 35 seconds
EP56 - Fun Tricks and Analytics with IntStreams in Java
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 get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp
1/25/2022 • 29 minutes, 49 seconds
EP55 - How to Sort with Streams in Java
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 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
1/24/2022 • 37 minutes, 53 seconds
EP54 - What is the Map Operation in Java Streams?
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 our "Core Java Coding Bootcamp" today if you've always wanted to become a professional coder.
11/26/2021 • 41 minutes, 49 seconds
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
11/19/2021 • 43 minutes, 44 seconds
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 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
11/15/2021 • 53 minutes, 25 seconds
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 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 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
11/12/2021 • 57 minutes, 32 seconds
EP50 - #3 of 3 to Getting a Job as a Coder
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. 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
8/6/2021 • 31 minutes, 4 seconds
EP49 - Top 3 mistakes coders make when applying to their first job
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 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
7/31/2021 • 35 minutes, 49 seconds
EP48 - Top 3 reasons why you'll fail to succeed as a coder and how to overcome them
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 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
7/29/2021 • 44 minutes, 40 seconds
EP47 - Key #2 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 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
7/22/2021 • 37 minutes, 38 seconds
EP46 - Are Coding Bootcamps Worth 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 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
7/15/2021 • 38 minutes, 56 seconds
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 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
7/8/2021 • 48 minutes, 58 seconds
EP44 - How to get a Job as a Java Programmer
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
10/7/2019 • 20 minutes, 53 seconds
EP43 - Resume Writing Tips
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
10/1/2019 • 20 minutes, 4 seconds
EP42 - Java Careers and What they Pay
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. You'll learn about the "5 Pillars of Java Programming" and how they apply to the different types of jobs. You'll also get a high level overview of the types of salaries you can expect to see in the world of Java programming.
9/23/2019 • 18 minutes, 59 seconds
EP41 - 5 Tips on Landing an Entry Level Programming Job
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. You'll hear about my take on things like: - certifications - projects - living situations - how best to apply to jobs - more sure-fire ways to land the job you want Bootcamp Details: https://www.coderscampus.com/bootcamp Curriculum: https://www.coderscampus.com/syllabus Applications: https://www.coderscampus.com/apply
9/16/2019 • 15 minutes, 51 seconds
EP40 - The Document Object Model (DOM)
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
9/4/2018 • 13 minutes, 20 seconds
EP39 - Arrays in JavaScript
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 coders campus available via http://coderscampus.com/deal
8/27/2018 • 42 minutes, 47 seconds
EP38 - JavaScript’s Built in Objects
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 coders campus available via http://coderscampus.com/deal
8/20/2018 • 23 minutes, 46 seconds
EP37 - Null vs Undefined in JavaScript
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 coders campus available via http://coderscampus.com/deal
8/14/2018 • 13 minutes, 38 seconds
EP36 - Objects in JavaScript
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 coders campus available via http://coderscampus.com/deal
8/6/2018 • 20 minutes, 36 seconds
EP35 - JavaScript TypeOf Keyword
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 coders campus available via http://coderscampus.com/deal
7/30/2018 • 14 minutes, 58 seconds
EP 34 - Getting and Showing Data from Users
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
7/23/2018 • 13 minutes, 22 seconds
EP33 - Importing JavaScript into HTML
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
7/16/2018 • 17 minutes, 46 seconds
EP32 - Debugging in JavaScript
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
7/9/2018 • 24 minutes, 30 seconds
EP31 - Functions in JavaScript
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
7/3/2018 • 28 minutes, 56 seconds
EP30 - Landing the interview, a coder's guide to applying for jobs
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 https://trevorpage.lpages.co/java-interview-prep-course
9/30/2017 • 31 minutes, 5 seconds
EP29 - While Loops in JavaScript
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
9/1/2017 • 18 minutes, 35 seconds
EP28 - For Loops in JavaScript
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
8/25/2017 • 21 minutes, 47 seconds
EP27 - Jason Kiernan - From Pharmacist to Programming Job Offer in 2 Years
Show notes are available via http://coderscampus.com/27
8/11/2017 • 46 minutes, 10 seconds
EP26 - IF Statements in JavaScript
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
8/4/2017 • 19 minutes, 23 seconds
EP25 - JavaScript Data Types
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
7/28/2017 • 27 minutes, 45 seconds
EP23 - JavaScript Variables
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.
7/14/2017 • 15 minutes
EP22 - What's New in Spring 5 with John Thompson
You can sign up for early access to John's new course (plus a surprise bonus from me) via http://coderscampus.com/spring5
7/7/2017 • 39 minutes, 6 seconds
Coders Campus EP21 - Dynamic Typing in JavaScript
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!)
6/29/2017 • 21 minutes, 1 second
What is JavaScript?
Don't forget to check out the special deal that we're putting on for our podcast listeners via http://coderscampus.com/deal
6/22/2017 • 22 minutes, 54 seconds
EP68 - Subscribe to my new show called the "Coders Campus Podcast"
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 :)
7/1/2016 • 2 minutes, 59 seconds
Episode 66 - Summer is here and something new is in the air
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 :)
6/28/2016 • 5 minutes, 36 seconds
EP65: HTML Design & Layout
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” or “areas” for the content on your webpage. You can think if these areas like boundaries for your content. Continue Reading Here
12/1/2014 • 47 minutes, 1 second
EP 64: CSS 101 Tutorial
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 apply styles to some of your HTML. What if you don’t want to clutter your HTML with style code, but you still want to apply styles to your website… well that’s where CSS comes in. Cascading Style Sheets actually exist as a completely separate file to your HTML code. ...continue reading
11/17/2014 • 44 minutes, 57 seconds
EP 63: HTML Styles 101
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 web-browser what version of HTML you are using is that you save it from having to “guess”, which can often lead to strange behavior. ...Read more
11/4/2014 • 48 minutes, 48 seconds
EP 62: Introduction to HTML
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’ll move into Javascript/jQuery. But enough big picture talk, let’s get into our introduction to html shall we? An Introduction to HTML… HTML stands for HyperText Markup Language, and all this really means is that HTML is not a programming language, but rather just a set of rules for structuring your text. This means that if you type out certain words in a particular way, you can create a website! Piece of cake right? For the most part, YES, it is a piece of cake ...Read more here...
10/29/2014 • 34 minutes, 12 seconds
HTML, CSS and JavaScript - Oh My!
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 your application, switching presentation layer technologies shouldn’t be too difficult. Same rules apply to the business and data layers. If you separated your code out properly, switching databases shouldn’t be too big of an issue. Having said that, we’ll be focusing on the presentation layer. The four big players (in terms of technology) in the presentation layer are as follows: (Keep Reading)
10/20/2014 • 40 minutes, 40 seconds
Hibernate Group By
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 going to show you how to create a query with hibernate that will group your data in some manner. When we build our query, we will be focusing on using Hibernate’s Criteria queries, which allows for a nice way to build queries without having to know any SQL. First, let’s start off with an example that we will build on. ...continue reading.
10/10/2014 • 43 minutes, 5 seconds
Fixing Duplicate Data from Hibernate Queries
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 another table/object in an optional One-to-Many or optional Many-to-Many format, then you may get duplicates. Consider this scenario… A User objects joins to the LoginHistory object, which keeps track of all the times a particularUser has logged into the system. And let’s say our user has logged in many times. You’ll have a situation where you have many records in the LoginHistory table. So what happens when you run a query that joins to the LoginHistory table? Well it will return as many rows as there are entries for that User in the LoginHistory table. So because of this, Hibernate doesn’t massage the data for you, it just returns exactly what it got from the database. The ball is in your court to tell Hibernate what to do with records it has retrieved. There are two solutions to this problem: Declare your joining object as a Set Make use of Distinct Root Entity Results Transformer Click Here to Keep Reading
9/15/2014 • 31 minutes, 48 seconds
Hibernate Persistence Life Cycle
Now it’s time to dive into the nitty gritty of Hibernate’s mysterious inner workings. I’m by no means an expert in Hibernate, but I do use it almost every day for my own projects, so I do know a thing or two about how it works. One topic that had me scratching my head for ages was the Hibernate life cycle. What I mean by the life cycle is the way Hibernate interacts with Java objects at certain points in the existence of said Java objects. Let’s start from the beginning… What the heck is a Hibernate Life Cycle? You see, Hibernate is picky about your Java objects. Hibernate prefers your objects to be in a certain “state”, known as the persistent state… this persistent state is one of four different states that exist inside of the hibernate persistence life cycle. Once you have a firm grasp of the different states that an object can be in (as it pertains to Hibernate) you’ll be well on your way to mastering the Hibernate framework. So let’s get this Hibernate persistence life cycle lesson started shall we? Continue reading via: http://howtoprogramwithjava.com/session58
9/5/2014 • 42 minutes, 8 seconds
Fetch Type Lazy Vs Eager
What the heck is a Fetch Type? Great question! Hibernate is a very handy framework for removing your need to fully understand SQL, but it will force you to understand things such as joins. Joining two tables in SQL is the foundation of a relational database, as joins allow you to actually define relationships between tables (objects). Having said that, relationships are important to understand when talking about fetch types in Hibernate. This is the case because whenever you define a relationship in Hibernate, you’ll also need to define the fetch type. The fetch type essentially decides whether or not to load all of the relationships of a particular object/table as soon as the object/table is initially fetched. For more information please see the show notes via http://howtoprogramwithjava.com/session57
8/27/2014 • 29 minutes, 13 seconds
Hibernate @ManyToMany Unidirectional and Bidirectional
Hibernate @ManyToMany Unidirectional The Many-to-Many relationship can be best described by example. The example we’re going to use is that of the relationship between an Author and a Book. Authors publish Books, and Books have Authors. Any one Author can publish many Books, and any one Book can be published by many Authors, so this is why it is a many to many relationship. Other examples of the many to many relationship are Students to Courses and Employees to Projects. Let’s take a look at how the unidirectional many-to-many relationship is created using Hibernate... for more info please visit http://howtoprogramwithjava.com/session56
One-to-One Unidirectional Relationship Since you’ve already learned about the ins and outs of how unidirectional one-to-many and bidirectional one-to-many relationships work, it’s time to learn about the One-to-One relationships. We will start things off with the unidirectional One-to-One relationship and how it’s set up in Hibernate. First thing is first, you need to understand how a One-to-One relationship is actually set up in a database. Once you understand that the child table declares the parent’s primary key as the child’s primary key, then we can get moving with the Hibernate stuff! For this example, we are going to use the One-to-One relationship between an Employee and their Address. TheAddress table will be set up as follows: For more information, please read the show notes via http://howtoprogramwithjava.com/session55
8/8/2014 • 36 minutes, 21 seconds
Hibernate @OneToMany Bidirectional Relationship
Since we’ve already learned about the unidirectional @ManyToOne relationship, we can now move on to talking about what a bidirectional relationship is like, when using Hibernate. The term “bidirectional” literally means “functioning in two directions”, which is the concept that we will apply in our relationships between two Java objects. When we have a bidirectional relationship between objects, it means that we are able to access Object A from Object B, and Object B from Object A. We can apply this logic to our real world coding example that we saw in the last post. The example we will use is the relationship between an Employer and an Employee. Previously, we only defined a unidirectional relationship, so we could only access the Employer from the Employee object and not vice-versa. Now let’s take a look at how to transform our existing unidirectional relationship into a bidirectional one.
7/28/2014 • 34 minutes, 9 seconds
Mapping Relationships with Hibernate
In the past we have learned about database relationships, specifically the One-to-Many as well as the Many-to-Many and One-to-One and that was all good, great and grand… But now I want to talk about how to create those same relationships inside of Hibernate. Specifically, I want to focus on the One-to-Many relationship in Hibernate and how we go about mapping it out in our Java objects. But before we do, a word on unidirectional and bidirectional relationships. Unidirectional vs Bidirectional In Hibernate, it’s possible to map all three relationships that are available in a standard database, these include: One-to-One One-to-Many Many-to-Many But what Hibernate also includes is the ability to make EACH of those relationships either unidirectional or bidirectional. This means that we can have a unidirectional One-to-One and a bidirectional One-to-One mapping, as well as a unidirectional One-to-Many and a bidirectional One-to-Many, as well as a unidirectional Many-to-Many and a bidirectional Many-to-Many relationship. That’s a lot of relationships! So what exactly are unidirectional and bidirectional relationships? Learn more on the show notes page via http://howtoprogramwithjava.com/session53
7/23/2014 • 55 minutes, 48 seconds
Hibernate - Creating Data Access Objects (DAOs)
Data Access Objects – What are they? Data Access Objects (or DAOs for short) are used as a direct line of connection and communication with our database. DAOs are used when the actual CRUD (CRUD = Create, Read, Update, Delete) operations are needed and invoked in our Java code. These data access objects also represent the “data layer” of our application. These objects are still just plain old Java objects that incorporate the use of some Hibernate annotations to give them the functionality we need from them. Again, that functionality being the communication with the database. Also, believe it or not, the concept of creating a file specifically for accessing the database is a design pattern. It’s called the Data Access Object Pattern and you can read more about it from this nice short Wiki article. What Hibernate Annotations Should We Use? Okay, so now that you’re somewhat familiar with DAOs, it’s time to learn how to integrate these plain old Java objects with our Hibernate framework (so they actually do the work we need them to do). There are two main annotations that you need to be familiar with: @Repository @Transactional To learn more, visit our show notes page via http://howtoprogramwithjava.com/session52
7/15/2014 • 59 minutes, 29 seconds
Hibernate's most important annotation - @Entity
What You’ll Learn The focus of this podcast / blog post is to teach you how to create the connection between your Java objects and the SQL Database tables. Remember, the whole point of the Hibernate framework is for you to be able to write Java code that allows you to communicate with your database. When I say that the goal is to communicate with your database, what I mean is: Create the tables (if they’re not already there) that will represent your Java objects Give Java the ability to send queries and execute scripts on your database Establish a transactional means by which to perform CRUD operations What we’re going to be tackling in this post will the step #1, how to get Hibernate to create our tables for us.
7/8/2014 • 59 minutes, 24 seconds
Hibernate Persistence for Beginners
What is a Persistence Framework? As the name implies, it has something to do with persisting things... this means that we're still talking about databases. But what is it that we are persisting with this framework? Objects (of course) A persistence framework is something we use in Java to bridge the gap between Java and SQL. Hopefully we've gone through all of my previous tutorials and have learned a thing or two about Java and SQL. But one thing I haven't taught you yet, is how to put your knowledge of SQL into Java. That's what I'll be teaching you throughout these Hibernate (persistence framework) tutorials. And if you haven't guessed it already, Hibernate is a persistence framework that you can use in Java. It's what allows you to write Java code (staying true to Object Oriented programming practices) and yet still be able to communicate with your database. Cool eh? For more information on this, check out the show notes page via: howtoprogramwithjava.com/session50
7/3/2014 • 1 hour, 1 minute, 10 seconds
The SQL Subquery
The SQL Subquery Now that you’ve learned about SQL Joins, aggregate functionsand the group by keyword, it’s time we moved on to our final topic in our SQL tutorial series. Today you’ll be learning all about SQL Subqueries, how to use them and when you should use a SQL subquery. So, what is a subquery? First and foremost, let’s get the jargon out of the way. A subquery can also be referred to as a nested query. It’s just like having a nested if statement in your Java code. Essentially what you’re doing with a subquery is you are constructing a regular old query (select statement) which could be run all by itself if you wanted to, but instead of running it all by itself, you’re jamming it into another query (select statement) to give you more specific (filtered) results. What’s very important to note here is that the SQL subquery can almost always be re-written as a join with a whereclause attached to it. More info on this via http://howtoprogramwithjava.com/session49
6/25/2014 • 48 minutes, 11 seconds
SQL Group By
After having talked about all the SQL Aggregate functions, there’s one more topic that goes hand in hand with what we’ve already learned… The group by keyword. This particular keyword allows us to take a bunch of data and mash it all together into matching groups and then perform aggregate functions on those groups (like sum and avg). You might ask yourself why you’d want to “mash together” a bunch of data. The answer to this is best explained with an example, but let me try to put it in regular words before we jump into our example. Grouping data together allows us to look at aggregate data in relation to unique piece of data (or rows), a typical use case would be to group all the matching data together so you can get a count of the number of occurrences of specific data. An example related to grouping and counting could be a presidential election, you’ll have all the votes in a database and you’ll want to group that data together to get the total votes for each unique candidate... For more info, check out the show notes via http://howtoprogramwithjava.com/session48
6/16/2014 • 47 minutes
SQL Aggregate Functions
In today’s podcast episode you’ll be learning all about the aggregate functions that exist in SQL. What the heck is an aggregate function? Well that’s what I’m going to try and teach you today, and I promise, it’s not a difficult concept to grasp. Just think of an aggregate function as a method that you’re calling that will process data in your database and return a value. Obviously the returned value will depend on which of the aggregate functions you choose to use. So that begs an obvious question, what are the aggregate functions that we can use in SQL? I’m glad you asked, here’s the ones that I use all the time in MySQL: MAX MIN SUM AVG COUNT Okay, great! So now we know what the names of these functions are, now let’s see some examples of them in use!
6/5/2014 • 32 minutes, 12 seconds
Database Joins
There are three categories of joins that you can make use of in SQL: Inner Join Outer Join Cross Join But before we dive into the categories of joins, we first need to have an understanding of what a join really is. Joins are used in SQL to bring together all the relevant data from multiple database tables. Remember that we've broken data down into multiple tables and established relationships between the tables. ... More via show notes: http://howtoprogramwithjava.com/session46
5/28/2014 • 57 minutes, 26 seconds
Enforcing Database Relationships Part II
In this SQL tutorial episode/post we’re going to learn how to enforce our SQL relationships that we’ve already learned about. We’re going to be tackling the one-to-one and many-to-many relationships and we’re going to learn how to write the code to enforce these relationships in our database. As outlined in the podcast, we are going to be focusing on the many-to-many relationship with the author and bookexample. Remember that one author can publish many books, and one book can be written by many authors. This indicates a many-to-many relationship and I’m going to show you how to enforce that relationship in your database... Show notes available via http://howtoprogramwithjava.com/session45
5/23/2014 • 55 minutes, 31 seconds
Creating Database Tables in MySQL
You’ve learned all about how to create sql queries to read, write, update and delete data… but you haven’t yet learned how to create the tables where you’ll be doing the reading, writing, updating and deleting. So that’s what today’s podcast is all about, be sure to click the play button above this to listen to the show and then follow along with the notes via http://howtoprogramwithjava.com/session44
5/14/2014 • 1 hour, 2 minutes, 19 seconds
Database Relationships: Many-to-Many and One-to-One
Show Notes available via: http://howtoprogramwithjava.com/session43 In this post we will be expanding on the topic of database relationships and touch on two that are less common but just as useful. Many-to-Many Relationship The many-to-many database relationship is used when you are in the situation where the rows in the first table can map to multiple rows in the second table… and those rows in the second table can also map to multiple (different) rows in the first table. One-to-One Relationship A One-to-One relationship means that you have two tables that have a relationship, but that relationship only exists in such a way that any given row from Table A can have at most one matching row in Table B.
5/14/2014 • 44 minutes, 1 second
Database Relationships – One to Many
We’ve talked about relational databases already, and we’ve learned why this type of database management really dovetails with the object oriented programming model. So now I want to dive into the specifics when it comes to relationships. What are the different types of relationships in SQL? There are three types of relationships you can have in SQL, they are: One-to-Many One-to-One Many-to-Many In this episode we are going to be focusing on the One-to-Many relationship as it’s the most commonly used in my opinion.
12/12/2013 • 32 minutes, 16 seconds
Database Terminology - Relationships, Joins and Keys
Terminology It's the foundation when learning any new concepts. In this episode of the "How to Program with Java Podcast" we will be talking about some new database terminology. One of the most important aspects of modern databases is the fact that they allow you to define relationships. Relationships between tables allow you to break data up into its individual "areas of interest". But when you break the data up, you'll need to know how to put it back together. This is accomplished using relationships, keys and joins. There's plenty to learn about these concepts and we will start by scratching the surface in this episode. Exciting Announcement As you'll hear in the first few minutes of this episode, I've recently had an epiphone! I realized that there's no great communities dedicated to programmers. So I took it upon myself to create the very first community dedicated to programmers and the pursuit of knowledge and advancement of our common goals (to excel as programmers). You'll learn lots about this community in the episode, so I won't go in to details here, but if you're interested in checking it out - please visit: http://coderscampus.com
12/4/2013 • 0
CRUD Operations - Syntax for Interacting with your Database
What’s all this CRUD about? Create Read Update Delete This is the at the heart of all databases and SQL. A database essentially carries out these four operations over and over again for the duration of its existence. In this podcast, I talk about these four database operations in detail and the actual syntax that is used in a flavour of SQL known as MySQL.
11/28/2013 • 55 minutes, 16 seconds
Intro to Databases and SQL
Ladies and gentlemen the time has come for you to start learning about Databases and SQL. In this episode I will talk about the very basics of databases and why it is they exist in the first place. You'll learn things like: What exactly is a Database, and what ulitimate purpose does it serve? Why are modern databases referred to as relational databases? What a database does, day in and day out, it's sole purpose in life is essentially CRUD! How does SQL fit into the database equation Why it was that Trevor failed his first database course in university! For shame! Learning and understanding databases is more is less a required skill in these modern days of programming, and at the very least, having knowledge about databases will give you a leg up on any competition. So pay attention boys and girls, and strap on your thinking caps, because this ride is getting started.
11/13/2013 • 0
Let's talk AJAX - It's not just for cleaning anymore!
AJAX (Asynchronous Javascript and XML) is a techonology used to create Rich Internet Applications (RIA). If you're asking "what the heck does that mean!?" You're in the right place In this podcast episode we will talk about the uses for AJAX and how it can lead to a much nicer web browsing experience for your Java web applications. What else will you learn about in this episode? The difference between an HttpRequest and an XMLHttpRequest Why it's annoying when your website has to refresh every time you submit a form The workflow behind how websites like Google Finance or live sports scores work What JavaScript frameworks make dealing with AJAX easier Why AJAX isn't really AJAX anymore (it's more like AJAJ, but that doesn't roll off the tongue!)
11/7/2013 • 32 minutes, 15 seconds
Intro to Algorithms and Big-O Notation
An algorithm is essentially a well defined set of instructions that get carried out by a computer in an automated fashion to solve a problem. A good example of this is to say "How would you tell a computer to figure out which of the 5 balls I've given to you is the heaviest (or lightest)". In order to solve this "problem", you'll need to define a set of steps for the computer to carry out in order to reach a conclusion and solve the problem. Algorithms are very common in programming, as you are constantly trying to tell the computer how to solve problems in a step by step manner. The Big-O Notation is the way we determine how fast any given algorithm is when put through its paces. Consider this scenario: You are typing a search term into Google like "How to Program with Java" or "Java Video Tutorials", you hit search, and you need to wait about 30 seconds before all of the results are on the screen and ready to go... Would you still use Google? Or would you start shopping around with other search engines to find one that is faster? My guess is you'd start shopping around. Speed is everything these days, and building slow software is infuriating to users even if they aren't even paying for the software.
10/30/2013 • 54 minutes, 12 seconds
Spring Security
Ever wondered how you could properly restrict access to certain parts of your web application? Do you have an application that has a user registration page and a user login page? Spring Security is the answer if you have a web application created with the Spring Framework! Spring Security will restrict access to any URLs that point to your web application based on your custom configuration. Learn how in this week's How to Program with Java podcast.
10/23/2013 • 49 minutes, 37 seconds
Data Binding with Spring Framework
So, the Spring framework is a wonderful help for programmers, but sometimes it needs a bit of help. It does a good job of trying to match fields on a webpage to Java objects (aka Java Beans), but sometimes when the "mapping" is complex, Spring needs our help. In this episode I will explain exactly how you can go about something known as "custom binding". This process allows you to take any text from the presentation layer and convert/bind it to the appropriate Java object (Java Bean) on the server side.
10/16/2013 • 42 minutes, 43 seconds
Spring Framework - Fun with Controllers
In our last episode I talked about controllers and how they are used in Spring. In this episode I will be diving even further into Controllers in the Spring Framework and I will talk about the different parameters that can be passed into each method within each Controller. For example, there are HttpServletRequest objects, Model objects as well as @RequestParam and @ModelAttribute annotations that can be used within your Controller's methods. The beauty of the Spring framework is that you can pick and choose which ones you want to include within any given method.
10/9/2013 • 55 minutes, 7 seconds
Intro to the Spring Framework
Well, so far we've been focusing on a bunch of topics that align themselves around the Java programming language in general. But now we're going to take things into a slightly new direction, we're going to be talking about the Spring Framework -- more specifically, Controllers and the Spring Framework. You see, my goal for this blog and podcast has been to not only teach you the Java programming language, but also teach you how you can build a web application. So, this is the first step in that direction.
8/15/2013 • 49 minutes, 17 seconds
Java Observer, Observable Design Pattern
Today let's talk about some design patterns, namely the Observer design pattern which can be used in Java. Following the Oberser design pattern in Java is as easy as extending the Observable object and implementing the Observer interface for the appropriate objects. Don't have a clue what the appropriate objects are? Well then that's what this episode is all about! You'll learn what the design pattern is, how it can be used, and how BIG companies have used it in their powerful frameworks. Don't miss it!
7/26/2013 • 40 minutes, 18 seconds
Interview w/ Self-Taught Programmer Troy Davis
In this epsidoe of the How to Program with Java podcast, I talk with a self-taught programmer who has started up his own very successful marketing product based on his programming knowledge. Troy was graduated with a degree that would have had him working as an audio engineer, but instead took a 180 and pursued his passion for tech and programming. Now he's the big cheese (CTO) and living the dream. Find out how he did it, and how YOU too can do it on this great podcast interview.
6/20/2013 • 1 hour, 14 minutes, 51 seconds
The Agile Development Methodology
If you've worked as a developer for a corporation, you've likely been exposed to the waterfall model of software development... If not, consider yourself lucky. I've worked in this model before and it had its issues, but thankfully I was introduced to the Agile development methodology in the latter years of my career as an employee and I got a lot from the experience. This podcast episode is dedicated to talking about the Agile methodology and recounts my experiences with it and how I went through my days using the Agile process. In the episode we will talk about: Standup meetings Backlog grooming Story Planning Review and Retrospectives Story Cards and estimation points Sticky Notes for Tasks and more! Plenty to learn about, and plenty to get excited about!
5/29/2013 • 42 minutes, 17 seconds
Alan Robbins - Self-taught Programmer Success Story
Alan Robbins is a self-taught programmer who dabbled with programming in college. After not doing to well in the post-secondary system with respect to programming, he changed his major and graduated with a degree in Business Economics and a minor in Psychology and Philosophy. After graduating, he decided that he had a knack for programming (even if the "system" told him otherwise) so he ended up getting an entry level job as a programmer. Since then, he's started up a couple of businesses and is now running a very successful software development company with 40 employees and "lives the dream" by working from home.
5/22/2013 • 43 minutes, 52 seconds
The Software Development Life-Cycle
Knowing how to program with Java is only some of the battle when it comes to developing software, the other major part of the battle is knowing HOW to distribute the software. There are entire schools of thought that surround the ways that you can release software, but in this podcast episode we will focus on two methodologies. The software development life-cycle is the broad term that defines methodologies like: Waterfall Model Agile Development Have a listen, get informed and happy learning!
5/16/2013 • 52 minutes, 11 seconds
From self-taught programmer to self-made success story - Interview with John Sextro
Keeping on our theme of becoming a success story with programming as a self-taught programmer, I interview a successful self-taught programmer by the name of John Sextro. As a seasoned programmer and agile coach with no degrees or diplomas, John made it to 'the big show' by impressing one of the gatekeepers of that coveted 'entry level programmer' position. Find out how he managed to kick start his career in today's interview.
5/8/2013 • 45 minutes, 20 seconds
Getting a Job as a Self-Taught Programmer
Landing a job as a self-taught programmer is not impossible, and I will have an in-depth conversation about why this is the case. I will talk about strategies like creating your own software product based on your own interests, then slapping that on your resume and impressing potential employers. Finding programming contracts and getting paid to learn how to program and building up your marketable experience. I will also cover how to meet people and get interviews ON THE SPOT so you can land a job and get that all important real world working experience! Have a listen and take action!
5/3/2013 • 38 minutes, 44 seconds
Encapsulation and Final Keyword in Java
Learn all about one of the four major principles of Object Oriented Programming (encapsulation) as well as the "final" keyword. In this episode I also dive into the popular topic of Java Certification. Learn what certifications you can get, what you should do to prepare, as well as what materials I'd suggest picking up to give yourself the best chance of success!
4/26/2013 • 39 minutes, 55 seconds
Java Interview Question - Part II
In this session I will cover some additional Java interview questions that you should be able to answer. I also cover some general tips that you should keep in mind when being interviewed (as it's not just these questions you'll need to be able to answer if you want to land the job).
4/19/2013 • 38 minutes, 20 seconds
Java Interview Questions Part I
This is part I of a series of episodes dedicated to common questions that are asked in entry level Java interview situations. The questions covered in this episode are some basic questions that I uncovered across the internet (and there are even questions I've asked in an actual interview situation myself). Enjoy!
4/12/2013 • 45 minutes, 51 seconds
Mocking in Java
In this episode you'll hear what mocking is all about and how it can be used to help you in your unit testing journey. Mocking is all about testing chunks of code in solutide, without having any dependecies on other Objects (as this would sully your unit test).
3/29/2013 • 45 minutes, 54 seconds
Unit Testing in Java
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 this episode... This is a very important topic of discussion, as it's probably the most important activity you can participate in as a software engineer. I'm absolutely convinced that you can save yourself and your company truck loads of money if you learned how to unit test your code. So if you've never heard of this before, it's time to put on your thinking caps!
3/21/2013 • 38 minutes, 50 seconds
Casting in Java
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 this episode... Trevor Page takes you through all the nail biting action that is casting in Java. This episode will teach you what casting is and why it's needed in Object Oriented Programming languages.
3/14/2013 • 30 minutes, 42 seconds
Custom Sorting Algorithms in Java
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 this episode... Trevor Page teaches you exactly how you would go about implementing a custom sorting algorithm for your Collections or Arrays. By default, Java has the methods "Collections.sort()" and "Arrays.sort()" to sort your Lists/Arrays for you... but what happens when you want to change the way these methods sort? Find out in this podcast!
3/7/2013 • 42 minutes, 47 seconds
Constructors in Java
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 this episode... Constructors are used to initialize Objects in Java. These are not mandatory to use, but anytime you've got an Object that maintains state, you should always think about properly initializing your Object. The constructor isn't limited to just initializing though, so have a listen and find out what you can do!
3/1/2013 • 25 minutes, 4 seconds
Packages in Java
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 this episode... Did you know Java allows you to organize all of your files in folders for a "neat" programming environment? Well it does, so learn all about Java packages in this week's episode of the How to Program with Java podcast.
2/21/2013 • 28 minutes, 34 seconds
Regular Expressions in Java
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 this week's episode I will cover the topic of regular expressions in Java. This topic came as a request from a listener, so I was thrilled to record it for them. You'll learn everything you need to know to get started with regular expressions, and I even leave you with an assignment for you to do at home! So let's get to it! Be sure to check out the show notes at http://howtoprogramwithjava.com/session16
2/13/2013 • 39 minutes, 27 seconds
Collections in Java
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 this episode of the How to Program with Java podcast, I will be covering the topic of Collections. What is a Collection in Java? Some popular examples are: List, Set and Map. These are all interfaces, so what are the most common implementations of these interfaces? You'll find out and much more!
2/7/2013 • 44 minutes, 4 seconds
Finally and StackTrace in Java
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 this week's episode of the How to Program with Java Podcast, we talk about the last important piece of Java Exceptions, and that is the "finally" block. Also, I'll touch on what a Stack is and how it relates to the StackTrace and to Exceptions! Exciting stuff people!
1/31/2013 • 45 minutes, 6 seconds
Exceptions in Java
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 this episode You will learn what the Java Exception handling framework is and how it works with a few example scenarios. You'll understand why you would use something called a try/catch block of code and how it is used. Show notes via howtoprogramwithjava.com/session13
1/19/2013 • 33 minutes, 40 seconds
String Type in Java
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 this episode Learn all about the Java String variable type. The String is a widely used and fairly complex variable type, but we will cover everything you need to really understand what it's all about!
1/10/2013 • 33 minutes, 39 seconds
Inheritance in Java
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 this episode You will learn the ins and outs of Inheritance. This concept is one of the three key concepts of object oriented programming, so it's an important one to understand.
1/5/2013 • 25 minutes, 57 seconds
Objects and Static Keyword in Java
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 this episode... We will talk in depth about the Java Object and what it's so important to the Java programming language. We will also touch on the static keyword, as it pertains to the Java Objects with respect to the Class blueprint.
12/19/2012 • 31 minutes, 31 seconds
Primitives in Java
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 this episode of the How to Program with Java podcast, we'll learn about Primitive data types and why they are used in Java. We'll talk about the difference between the primitive types and their Object Wrapper counterparts. We will cover when to use one over another and some important things to understand about Primitives!
12/12/2012 • 26 minutes, 57 seconds
Arrays in Java
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 this episode We will learn about Arrays in Java, why they are useful and what important things we should know about Arrays before we start to use them.