Learn Java. Build your career.
EP56 – Fun Tricks and Analytics with IntStreams in Java
GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about IntStreams and why ...
EP55 – How to Sort with Streams in Java
GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about how to sort ...
EP54 – What is the Map Operation in Java Streams?
GitHub link here: https://github.com/tp02ga/FunWithStreams In this episode we'll talk about: How the .map() ...
Free Java Beginners Course
Start learning how to code today with our free beginners course. Learn more.
EP33 – Importing JavaScript into HTML via Script tag
Up to this point we haven't talked about the elephant in the room! ...
How to Avoid Duplicate Records in Hibernate/Spring Data JPA
We've covered a lot of topics on Hibernate already on this blog in ...
Java UI (User Interface)
One aspect that I haven't touched on yet is Java UI (User Interface). I left ...
Hibernate Group By Using Criteria Query
In our last Hibernate lesson, you learned how to fix duplicate data from ...
Hibernate @Entity – Mapping Your Java Beans
Now that you've learned how to set up your first Hibernate Java project ...
Java Inheritance
In Object Oriented programming (i.e. the Java programming language) Inheritance is one of the key ...
How to Retrieve/Display Image From Database in JSP
So you want to know how to retrieve and display an image from the database ...
EP44 – How to get a Job as a Java Programmer
Learn all about how to get a job as a full-stack Java programmer. In ...
EP43 – Resume Writing Tips
Learn about how to write your resume to land an interview for a programming ...
EP42 – Java Careers and What they Pay
In today's episode, we'll dive into all the different facets and disciplines that exist ...
EP41 – 5 Tips on Landing an Entry Level Programming Job
In today's podcast, I'd like to share my knowledge on how to get that ...
EP40 – The Document Object Model (DOM)
The DOM is something that intimidated me for quite a while (even as ...
EP39 – Arrays in JavaScript
So we've talked a lot already about all the different data types and ...
EP38 – JavaScript’s Built in Objects
Something that's really useful to know about is the handful of objects that ...
EP37 – Null vs Undefined in JavaScript
One thing that threw me off when I started learning JavaScript (with a ...
EP36 – Objects in JavaScript
As we all know, JavaScript is an object oriented programming language, but we ...
EP35 – JavaScript TypeOf Keyword
We know that JavaScript is a dynamically typed language, but remember, this doesn't ...
EP34 – JavaScript Alerts and Prompts – Getting and Showing Data from Users
Showing data to users and getting data from users is a pretty fundamental ...
EP32 – Debugging in JavaScript
Every programming language that you'll use will have some sort of tool that ...
EP31 – Functions in JavaScript
Functions in any programming language are almost as important as having variables. So ...
EP30 – Landing the interview, a coder's guide to applying for jobs
Everyone will, at some time or another, need to apply for positions and ...
EP29 – While Loop in JavaScript
The while loop in JavaScript is yet another type of control structure. For ...
EP28 – For Loops in JavaScript
Just like an IF statement, a FOR loop in JavaScript is another kind ...
EP27 – Jason Kiernan – From Pharmacist to Programming Job Offer in 2 Years
Jason Kiernan is a 28 year old pharmacist who lives in the south-west ...
EP26 – IF Statements in JavaScript
Chances are you already have some experience with programming as this blog namely ...