top of page
codingz2m
Search
All Posts


Difference Between Supervised and Unsupervised Learning
Based on the diagram: Supervised Learning (left side): Starts with labeled data (each input has a known output or category). The data...

coding z2m
Sep 1, 20252 min read
Β
Β
Β


Introduction to Unsupervised Learning
Unsupervised learning is a type of machine learning where an algorithm learns patterns and structures from unlabeled data βthat is, data...

coding z2m
Sep 1, 20251 min read
Β
Β
Β


Supervised Learning: Teaching Machines with Labeled Data
πΉ What is Supervised Learning? Supervised learning is a type of machine learning where the algorithm is trained on a dataset that...

coding z2m
Aug 27, 20252 min read
Β
Β
Β
Understanding AI, Machine Learning, and Deep Learning
πΉ Relationship (Hierarchy) AI β Big umbrella: all intelligent systems. ML β Subset of AI: systems that learn from data. DL β Subset...

coding z2m
Aug 27, 20251 min read
Β
Β
Β
Mastering Polymorphism in Java: Real-World Payment System Example with Deep Dive
1. What Is Polymorphism? Polymorphism means "many forms" β the ability of an object to take on multiple behaviors through a common...

coding z2m
Jul 2, 20253 min read
Β
Β
Β
Core Mono / Flux Operators - Building Spring Boot WebFlux API "reactive-user-service" (Reactive Data Pipeline )
Covers: map(), filter(), flatMap(), zip(), combineLatest(), timeout() These operators help: Transform data (map, flatMap) Filter streams...

coding z2m
Jul 1, 20252 min read
Β
Β
Β
Project Reactor Basics β Mono<T> and Flux<T>
πΉ Mono<T> and Flux<T> β the core types of Project Reactor. These are the reactive building blocks in Spring WebFlux , WebClient , and...

coding z2m
Jul 1, 20252 min read
Β
Β
Β
Push vs Pull β Imperative vs Declarative Thinking
This is the mindset shift at the heart of Reactive Programming . π§ Why You Need to Understand This Before you master Mono, Flux, or...

coding z2m
Jul 1, 20252 min read
Β
Β
Β
Reactive Programming using Spring Boot and Project Reactor with MongoDB
β
Your Goals: Requirement What It Means β Status π― Interview-Focused Understand concepts clearly and be able to explain/react during...

coding z2m
Jul 1, 20252 min read
Β
Β
Β
What is Reactive Programming? - Building "ReactiveUserService" (A reactive service managing users)
π‘ Reactive Programming is: Asynchronous, non-blocking, event-driven programming with backpressure support , ideal for handling...

coding z2m
Jul 1, 20256 min read
Β
Β
Β
bottom of page
