New to Java? Grab our Java Beginner’s Starter Kit!!
Already know Java but want to get to the next level?
JAVAEASILY VIDEOS, ARTICLES & PODCAST EPISODES
Java Easily Podcast | #15: Why IDEs Are Super Useful for Analyzing Code
In this episode of the podcast, the last part of our 3 part series deep-diving into the IDE, we look at
Java Easily Podcast | #14: The Premium Developer Experience IDEs Give You
In this episode of the podcast, the second of 3 episodes deep-diving into the IDE, we look at how IDEs deliver
Java Easily Podcast | #13: How an IDE Makes Coding Easier
In this episode of the podcast, the first of 3 episodes deep-diving into the IDE, we look at how IDEs make
Java Easily Podcast | #12: How a Java Developer Evolves from Beginner to Expert
In this episode of the podcast, we look at the journey from absolute beginner to expert developer and how you can
Java Easily Podcast | #11: Essential Meetings Every Java Developer Should Know About
In this episode of the podcast, we look at the meetings a Java developer participates in to get their development role
Java Easily Podcast | #10: How Java Projects Are Developed and Managed
In this episode of the podcast, we look at how Java development projects are developed and managed, taking a peek at
Ordering of Catch Blocks | Java for Beginners
This video shows how exception flow is determined and executed! ๐ฅ Want more? Go get the FULL COURSE here: ๐ Java
Java Easily Podcast | #9: Demystifying Java Classpaths
In this episode of the podcast, we look at Java's classpath mechanism and learn about the different types of classpaths and
Visibility Modifiers | Java for Beginners
This video takes a look at how visibility modifiers work in Java! ๐ฅ Want more? Go get the FULL COURSE here:
Processing Collections with Streams | Java for Beginners
This video shows how to process Java collections using streams! ๐ฅ Want more? Go get the FULL COURSE here: ๐ Java
Java Easily Podcast | #8: What to do When You Feel Stuck as a Java Developer
In this episode of the podcast, we look at how to deal with when you feel stuck as a Java developer
Good vs Bad Refactoring | Java for Beginners
This video shows how to spot the difference between good and bad refactoring! ๐ฅ Want more? Go get the FULL COURSE
Introduction to the Java Platform: A Beginnerโs Guide
Are you new to the world of Java programming? Are you eager to learn about the Java platform and how it
Unlocking the Magic of Object-Oriented Programming: A Journey from Simplicity to Sophistication
Get ready to dive deep into the world of object-oriented development and design as we explore how beginners can get started
Exploring Different Roles in Java Development: Letโs Break it Down!
In this article, weโre diving into the exciting world of becoming a full-fledged Java developer. So, buckle up and letโs explore
The Switch Statement | Java for Beginners
In this video we get to know the switch statement in Java! ๐ฅ Want more? Go get the FULL COURSE here:
Conquering Unit Testing Challenges: Battling Badly Behaved Code
Unit testing can sometimes feel like a daunting task, especially when we encounter poorly designed code or lack experience in testing.
Primitives vs Class Types | Java for Beginners
This video gets you knowing the difference between primitive and class types! ๐ฅ Want more? Go get the FULL COURSE here:
Groovys Pattern Operator for Regular Expressions
This video shows how to use the pattern operator with Groovy regular expressions! ๐ฅ Want more? Go get the FULL COURSE
The Spread Operator in Groovy
This video shows how to use the spread operator in Groovy! ๐ฅ Want more? Go get the FULL COURSE here: ๐
The Java 8 Functional Interfaces API
This video shows the functional interfaces available from Java 8 onwards! ๐ฅ Want more? Go get the FULL COURSE here: ๐
What are Assertions in Unit Testing
This video shows assertions in unit testing! ๐ฅ Want more? Go get the FULL COURSE here: ๐ JUnit and Mockito Unit
The Local Maven Repo Cache
This video shows Maven's local repo cache! ๐ฅ Want more? Go get the FULL COURSE here: ๐ Apache Maven Essentials ๐ฅ
Singleton Scope in Spring Beans
This video shows the default scope of beans in Spring! ๐ฅ Want more? Go get the FULL COURSE here: ๐ Spring