How to Program with Java Podcast
By: Trevor Page: Java Guru | Programmer | Teacher
Language: en
Categories: Technology, How To, Business, Careers, Education, Kids
Learn how to program using the Java programming language. This podcast will teach you step by step how to use the Java programming language to create your own applications or web applications! These Java tutorials are presented in plain English and explain all of the important Java programming concepts needed to excel in the field of software.
Episodes
Unlocking Your First Coding Job: The Realities and Solutions
Aug 23, 2024Episode Summary
In this episode, Trevor Page delves into the challenges aspiring software developers face when trying to land their first job. Drawing from his 15 years of programming experience and 12 years of teaching, Trevor offers a unique perspective on the realities of breaking into the tech industry. He discusses the common misconceptions new developers have, the difficulties of finding a job, and why having coding skills alone isn't enough to secure a position.
Trevor also introduces Coders Campus's new Guaranteed Internship Program, designed to provide real-world coding experience in a team environment while working on...
Duration: 00:37:42Alex almost quit coding forever while in this Bootcamp
May 04, 2024Summary
To reach out and connect with Alex, here's her LinkedIn profile: https://www.linkedin.com/in/alex-mamolo-2a1b57222/
In this episode, Trevor interviews Alex, who shares her journey from being a musician to transitioning into the tech industry. Alex talks about her background in music, playing drums in a band, and the challenges she faced in her musical career. She then discusses her experience working in data entry and her decision to pursue a career in technology. Alex explains how she discovered coding and her decision to join a coding bootcamp. She shares...
Duration: 00:49:29From Struggling University Comp Sci Grad to Employed Coder - Tony Edmonds
Mar 28, 2024To reach out and connect with Tony: https://www.linkedin.com/in/edmonds-tony/
Takeaways
- Negotiate your salary and consider the market conditions in your area.
- Remote work opportunities are available, but starting with a hybrid role can provide valuable experience.
- Working in an office and collaborating with experienced developers can accelerate your learning and career growth.
- Having mentors and leveraging their expertise can help you progress quickly in your career.
- Bootcamp graduates can pivot to different roles within a company and apply their skills in various domains.
From Backpacking Instructor to Coder in 5 Months - Jeff Podmayer
Mar 21, 2024Summary If you want to connect/reach out to Jeff, here's his LinkedIn profile: https://www.linkedin.com/in/jeffpodmayer/ In this episode, Trevor interviews Jeff, who made a transition from being an outdoor guide to pursuing a career in tech. Jeff shares his experiences working as a guide in the mountains and his journey into the tech industry. He discusses his interest in coding and how he researched different bootcamp options before choosing Coders Campus. Jeff also talks about his learning experience at the bootcamp and provides feedback for improvement. In this conversation, Jeff and Trevor discuss various aspects of...
Duration: 01:18:42From the Fashion Industry to Full-Stack Coder - Kevin Gallaccio
Mar 11, 2024Summary In this episode, Trevor interviews Kevin, who made a career transition from fashion to technology. Kevin shares how his interest in Microsoft Excel and his curiosity about technology led him to pursue coding. He discusses the challenges and rewards of the coding bootcamp, emphasizing the importance of building a strong foundation in programming and much more. Connect with Kevin via LinkedIn: https://www.linkedin.com/in/kgallaccio/ Takeaways Curiosity and a willingness to learn are essential for success in the tech industry. Building a strong foundation in programming is crucial for future learning and development. Imposter syndrome is common amon...
Duration: 00:54:05The Coding Apocalypse: Is the End of Software Jobs Near?
Aug 03, 2023This 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...
Duration: 00:30:47EP59 - From Stone Mason to Software Developer in 8 Months
May 31, 2022In 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.
<... Duration: 00:56:34EP58 - From Electrical Technician to Software Developer in 8 Months
May 04, 2022From Restaurant Manager to Software Developer
Jan 27, 2022 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...
EP56 - Fun Tricks and Analytics with IntStreams in Java
Jan 25, 2022EP55 - How to Sort with Streams in Java
Jan 24, 2022In 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.
<...
EP54 - What is the Map Operation in Java Streams?
Nov 26, 2021Big 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...
Duration: 00:41:49EP53 - Intro to Streams in Java
Nov 19, 2021GitHub 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 Duration: 00:43:44EP52 - Most Common Functional Interfaces in Java
Nov 15, 2021 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
EP51 - Let's Talk Lambdas in Java
Nov 12, 2021In 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 a...
Duration: 00:57:32EP50 - #3 of 3 to Getting a Job as a Coder
Aug 06, 2021In 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...
Duration: 00:31:04EP49 - Top 3 mistakes coders make when applying to their first job
Jul 31, 2021In 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...
Duration: 00:35:49EP48 - Top 3 reasons why you'll fail to succeed as a coder and how to overcome them
Jul 29, 2021In 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.
EP47 - Key #2 of 3 to Getting a Job as a Coder
Jul 22, 2021Interested 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
Duration: 00:37:38EP46 - Are Coding Bootcamps Worth It?
Jul 15, 2021Interested 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
Duration: 00:38:56EP45 - Key #1 of 3 to Getting a Job as a Coder
Jul 08, 2021Interested 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
Duration: 00:48:58
EP44 - How to get a Job as a Java Programmer
Oct 07, 2019Interested 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
Duration: 00:20:53
EP43 - Resume Writing Tips
Oct 01, 2019Interested 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
Duration: 00:20:04
EP42 - Java Careers and What they Pay
Sep 23, 2019Interested 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 h...
Duration: 00:18:59EP41 - 5 Tips on Landing an Entry Level Programming Job
Sep 16, 2019Interested 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:
- c...
EP40 - The Document Object Model (DOM)
Sep 04, 2018Interested 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
Duration: 00:13:20
EP39 - Arrays in JavaScript
Aug 27, 2018Interested 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
...
Duration: 00:42:47EP38 - JavaScript's Built in Objects
Aug 20, 2018Interested 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
...
Duration: 00:23:46EP37 - Null vs Undefined in JavaScript
Aug 14, 2018Interested 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
...
Duration: 00:13:38EP36 - Objects in JavaScript
Aug 06, 2018Interested 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
Duration: 00:20:36
EP35 - JavaScript TypeOf Keyword
Jul 30, 2018Interested 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
Duration: 00:14:58EP 34 - Getting and Showing Data from Users
Jul 23, 2018Show 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
Duration: 00:13:22EP33 - Importing JavaScript into HTML
Jul 16, 2018Show 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
Duration: 00:17:46EP32 - Debugging in JavaScript
Jul 09, 2018Show 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
Duration: 00:24:30EP31 - Functions in JavaScript
Jul 03, 2018Show 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
Duration: 00:28:56EP30 - Landing the interview, a coder's guide to applying for jobs
Sep 30, 2017Show 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
Duration: 00:31:05
EP29 - While Loops in JavaScript
Sep 01, 2017Show 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
Duration: 00:18:35
EP28 - For Loops in JavaScript
Aug 25, 2017Show 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
Duration: 00:21:47
EP27 - Jason Kiernan - From Pharmacist to Programming Job Offer in 2 Years
Aug 11, 2017Show notes are available via http://coderscampus.com/27
Duration: 00:46:10EP26 - IF Statements in JavaScript
Aug 04, 2017Show 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
Duration: 00:19:23
EP25 - JavaScript Data Types
Jul 28, 2017Checkout 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
Duration: 00:27:45
EP23 - JavaScript Variables
Jul 14, 2017Show 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.
Duration: 00:15:00EP22 - What's New in Spring 5 with John Thompson
Jul 07, 2017You can sign up for early access to John's new course (plus a surprise bonus from me) via http://coderscampus.com/spring5
Duration: 00:39:06Coders Campus EP21 - Dynamic Typing in JavaScript
Jun 29, 2017Don'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?
Jun 22, 2017Don't forget to check out the special deal that we're putting on for our podcast listeners via http://coderscampus.com/deal
Duration: 00:22:54EP68 - Subscribe to my new show called the "Coders Campus Podcast"
Jul 01, 2016You 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 :)
Duration: 00:02:59Episode 66 - Summer is here and something new is in the air
Jun 28, 2016I'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 :)
Duration: 00:05:36
EP65: HTML Design & Layout
Dec 01, 2014Okay 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 "a...
Duration: 00:47:01EP 64: CSS 101 Tutorial
Nov 17, 2014Cascading 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...
Duration: 00:44:57
EP 63: HTML Styles 101
Nov 04, 2014In this HTML tutorial I would like to introduce two concepts to you:
DOCTYPE StylesThe 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...
Duration: 00:48:48EP 62: Introduction to HTML
Oct 29, 2014I'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...
Duration: 00:34:12HTML, CSS and JavaScript - Oh My!
Oct 20, 2014The presentation layer is one of the three main layers in object-oriented programming.
The three main layers include:
Presentation Layer Business Layer Data LayerNow, 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...
Duration: 00:40:40Hibernate Group By
Oct 10, 2014In 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 que...
Duration: 00:43:05Fixing Duplicate Data from Hibernate Queries
Sep 15, 2014How 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...
Duration: 00:31:48Hibernate Persistence Life Cycle
Sep 05, 2014Now 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…
Wh... Duration: 00:42:08
Fetch Type Lazy Vs Eager
Aug 27, 2014What 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 fet...
Duration: 00:29:13Hibernate @ManyToMany Unidirectional and Bidirectional
Aug 22, 2014Hibernate @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
Duration: 00:53:00Hibernate @OneToOne Unidirectional / Bidirectional
Aug 08, 2014One-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 t...
Duration: 00:36:21Hibernate @OneToMany Bidirectional Relationship
Jul 28, 2014Since 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...
Duration: 00:34:09Mapping Relationships with Hibernate
Jul 23, 2014In 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 a...
Duration: 00:55:48Hibernate - Creating Data Access Objects (DAOs)
Jul 15, 2014Data 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.
Hibernate's most important annotation - @Entity
Jul 08, 2014What 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... Duration: 00:59:24Hibernate Persistence for Beginners
Jul 03, 2014What 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 SQ...
Duration: 01:01:10The SQL Subquery
Jun 25, 2014The 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'r...
Duration: 00:48:11SQL Group By
Jun 16, 2014After 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...
Duration: 00:47:00SQL Aggregate Functions
Jun 05, 2014In 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...
Duration: 00:32:12Database Joins
May 28, 2014There 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
Duration: 00:57:26Enforcing Database Relationships Part II
May 23, 2014In 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...
Duration: 00:55:31Creating Database Tables in MySQL
May 14, 2014You'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
Duration: 01:02:19Database Relationships: Many-to-Many and One-to-One
May 14, 2014Show 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 rela...
Duration: 00:44:01Database Relationships – One to Many
Dec 12, 2013We'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-ManyIn this episode we are going to be focusing on the One-to-Many relationship as it's the most commonly used in my opinion.
Duration: 00:32:16Database Terminology - Relationships, Joins and Keys
Dec 04, 2013Terminology
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 lea...
Duration: 00:00:00CRUD Operations - Syntax for Interacting with your Database
Nov 28, 2013What's all this CRUD about?
Create Read Update DeleteThis 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.
Duration: 00:55:16Intro to Databases and SQL
Nov 13, 2013Ladies 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 d... Duration: 00:00:00Let's talk AJAX - It's not just for cleaning anymore!
Nov 07, 2013AJAX (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 be... Duration: 00:32:15Intro to Algorithms and Big-O Notation
Oct 30, 2013An 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 te...
Duration: 00:54:12Spring Security
Oct 23, 2013Ever 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.
Duration: 00:49:37Data Binding with Spring Framework
Oct 16, 2013So, 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.
Duration: 00:42:43Spring Framework - Fun with Controllers
Oct 09, 2013In 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.
Duration: 00:55:07Intro to the Spring Framework
Aug 15, 2013Well, 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.
Duration: 00:49:17Java Observer, Observable Design Pattern
Jul 26, 2013Today 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!
Duration: 00:40:18Interview w/ Self-Taught Programmer Troy Davis
Jun 20, 2013In 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.
Duration: 01:14:51The Agile Development Methodology
May 29, 2013If 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 ta...
Duration: 00:42:17Alan Robbins - Self-taught Programmer Success Story
May 22, 2013Alan 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 th...
Duration: 00:43:52The Software Development Life-Cycle
May 16, 2013Knowing 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 DevelopmentHave a listen, get informed and happy learning!
Duration: 00:52:11From self-taught programmer to self-made success story - Interview with John Sextro
May 08, 2013Keeping 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.
Duration: 00:45:20Getting a Job as a Self-Taught Programmer
May 03, 2013Landing 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...
Duration: 00:38:44Encapsulation and Final Keyword in Java
Apr 26, 2013Learn 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!
Duration: 00:39:55Java Interview Question - Part II
Apr 19, 2013In 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).
Duration: 00:38:20Java Interview Questions Part I
Apr 12, 2013This 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!
Duration: 00:45:51Mocking in Java
Mar 29, 2013In 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).
Duration: 00:45:54Unit Testing in Java
Mar 21, 2013Interested 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 y...
Duration: 00:38:50Casting in Java
Mar 14, 2013Interested 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 i...
Duration: 00:30:42Custom Sorting Algorithms in Java
Mar 07, 2013Interested 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.s...
Duration: 00:42:47Constructors in Java
Mar 01, 2013Interested 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 a...
Duration: 00:25:04Packages in Java
Feb 21, 2013Interested 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 p...
Duration: 00:28:34Regular Expressions in Java
Feb 13, 2013Interested 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.
Collections in Java
Feb 07, 2013Interested 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...
Duration: 00:44:04Finally and StackTrace in Java
Jan 31, 2013Interested 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...
Duration: 00:45:06Exceptions in Java
Jan 19, 2013Interested 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...