top of page
codingz2m
Search
All Posts
Inheritance in Java
🎯 Goal of Inheritance Inheritance enables code reuse and creates a hierarchical relationship between classes. It allows a subclass to...

coding z2m
Jun 302 min read
Encapsulation with Getters/Setters
🎯 Goal of Encapsulation Encapsulation is the practice of hiding internal object state and exposing access via controlled methods...

coding z2m
Jun 303 min read
Java Constructors – Real-World Case Study
🎯 Concept Overview Type Purpose Default Constructor No parameters, provides default initialization Overloaded Constructor Multiple...

coding z2m
Jun 302 min read
Classes and Objects
🎯 Concept : A class is a blueprint; an object is a real-world entity created from that blueprint. 🏦 Real-World Scenario : Banking...

coding z2m
Jun 302 min read
Interview-focused Java 21 preparation strategy
✅ PHASE 1: Mastering Java OOP with Java 21 Features 🔹 Core OOP Concepts Encapsulation, Inheritance, Polymorphism, Abstraction Interfaces...

coding z2m
Jun 302 min read


Doctor Appointment Booking System
A modern, sleek, and interactive Doctor Appointment Booking System built using React + TypeScript. This project allows users to browse...

coding z2m
Apr 42 min read


Global State Management in React: Context API + useReducer + useState
Introduction When building modern React applications , managing state efficiently across multiple components is crucial. While useState...

coding z2m
Apr 14 min read


Developers Resource Manager
This "React Developers Resource Manager" app is a centralized hub for developers to store, categorize, and manage valuable development...

coding z2m
Apr 12 min read


Smart Recipe Finder – Discover & Filter Recipes by Ingredients
Smart Recipe Finder is a user-friendly React application designed to help users discover recipes based on available ingredients. It...

coding z2m
Mar 312 min read


JavaScript Mastery Program
Build Modern Applications with ES6+ Master modern JavaScript with our JavaScript Mastery Program , designed to help you level up your...

coding z2m
Mar 311 min read
bottom of page
