Welcome to Java Development Curve! This repository documents my journey from beginner to proficient Java developer, showcasing projects, code, and notes along the way.
Author - Sayan Chakraborty
This repository is organized into several key sections to help you navigate through my learning journey:
The basics folder contains fundamental concepts and introductory examples to get started with Java programming.
This section contains various projects that I have worked on to apply the knowledge gained and build real-world applications.
Follow my structured learning path to master Java:
- Level Basics:
-
01-setup-and-hello-world
: Setting up the development environment and writing the first Java program. -
02-variables-and-data-types
: Understanding variables and data types in Java. -
03-operators
: Learning about different operators in Java. -
04-control-statements
: Control flow statements like if-else, switch. -
05-loops
: Looping constructs such as for, while, do-while.
-