8:10
Composition over Inheritance Explained using Retro Games!
Stop struggling with rigid class hierarchies. This video explores why Composition over Inheritance is the key to writing flexible, ...
4:44
React Components & Props Explained | Reusable UI for Java Full Stack
In this video, we'll explore the core building blocks of React – Components and Props. These concepts make React so powerful ...
10:47
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Clean and quality code ...
11:04
10 Design Patterns Explained in 10 Minutes
Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...
5:37
Java Methods & Functions Explained 🍴 | Reusable Code Made Easy
Want to write clean, reusable code in Java? This video makes methods & functions super simple! In this tutorial, you'll learn: ...
5:28
The 3 Laws of Writing Readable Code
Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...
6:17
Learn composition in 6 minutes! ⚙️
java #javatutorial #javacourse public class Main { public static void main(String[] args) { // Composition = Represents a "part-of" ...
19:34
The Smart Way to Build Websites
Building websites has evolved from writing plain HTML, CSS, and JavaScript to using components and design systems for a more ...
9:28
How Spring @Component & @ComponentScan Annotations Work in Spring Boot #Java #SpringBoot #devops
One of the easiest ways to tell the Spring IoC container about the JavaBeans to manage and make eligible for Spring ...
11:03
A quick look at modern Java and the new version 26 release. Topics: - Java's major transformation; - Programming languages ...
15:25
java #javatutorial #javacourse 00:00:00 introduction 00:01:38 methods 00:03:37 arguments 00:04:37 parameters 00:08:23 return ...
41:32
Android Java Programming Tutorial: Using Fragments to Modularize your UI
I'm gonna write an app for you that uses two fragments as part of it's UI. We'll talk about what a fragment is, why it's useful, and ...
6:53
Java Methods: Why Every Beginner Needs This ONE Skill
Stop repeating code. Learn how to write cleaner and more efficient Java programs using methods—a core concept that allows you ...
15:12
My 10 “Clean” Code Principles (Start These Now)
Writing "clean" code is oftentimes described as one of the most important aspects of programming and software engineering, but ...
24:21
Learn Web Components In 25 Minutes
React was the framework that really popularized component driven development, but they weren't the first and are definitely not ...
1:23:12
Dive deep into the world of Object-Oriented Programming (OOP) as we unravel the essence of all 23 design patterns!
9:29
SOLID Principles in Java Explained | Object-Oriented Clean Code & Design | Geekific Remastered
Writing clean and maintainable code is more than just making something that works, it's about crafting software that's scalable, ...
16:10
Best Code Architectures For Indie Games
What are the best code architectures for indie games? How should you structure your game dev projects? Here are my takeaways ...
4:46
What is Spring-Boot Framework? (explained from scratch)
Hey everyone and welcome back! In this video we're going to learn what is Spring-Boot framework and how you can create a ...
5:14
Composition with example program in Java
... on Composition in Java: 0:00 - Introduction to Code Reuse: Overview of encapsulation and the two main ways to reuse code: ...