Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6ab7263
intro video materials
FatinShadab Feb 4, 2025
18eae89
variables and operators video materials
FatinShadab Feb 4, 2025
2c693e8
added image and readme
FatinShadab Feb 4, 2025
17ba834
Update readme.md
FatinShadab Feb 4, 2025
733e742
question added
FatinShadab Feb 10, 2025
7275a09
lecture 05 content
FatinShadab Feb 14, 2025
6c8679e
Delete CombactMode.java
FatinShadab Feb 18, 2025
0eab186
Delete PowerTest.java
FatinShadab Feb 18, 2025
5c888c9
Update .excalidraw.json
FatinShadab Feb 18, 2025
060ff71
Create IfElseToSwitchCase.java
FatinShadab Feb 28, 2025
638c728
Update .excalidraw.json
FatinShadab Feb 28, 2025
a83db8f
addded pattern theory slide and loop problems
FatinShadab Mar 7, 2025
a6ee745
Update Loop.java
FatinShadab Apr 7, 2025
d049fd4
Create .excalidraw.json
FatinShadab Apr 7, 2025
db65daa
Create OneD.java
FatinShadab Apr 16, 2025
4a472b6
Update OneD.java
FatinShadab Apr 16, 2025
f5542e3
added nd array resources
FatinShadab Apr 25, 2025
0457325
Create .excalidraw.json
FatinShadab Jun 13, 2025
f9542bf
updated some print statements
FatinShadab Jun 13, 2025
bd5444c
removed the code
FatinShadab Jun 14, 2025
3ab4246
added method & constructor theory
FatinShadab Jun 14, 2025
e3792d2
re-structured the topics
FatinShadab Jun 14, 2025
021c52e
11 video resources added
FatinShadab Jun 15, 2025
a679274
video code added
FatinShadab Jun 20, 2025
03a3533
renamed the module
FatinShadab Jun 20, 2025
4290081
Update .excalidraw.json
FatinShadab Jun 23, 2025
ff0a23e
Create main.java
FatinShadab Apr 26, 2026
b8ebdf9
Add package examples and main demo
FatinShadab Apr 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
785 changes: 785 additions & 0 deletions 01_Introduction_to_Java/.excalidraw.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions 01_Introduction_to_Java/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World from Fatin SHadab!!!");
}
}
Binary file added 01_Introduction_to_Java/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 01_Introduction_to_Java/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![Intro Image](image.png)
Loading