Skip to content

Commit b4b8704

Browse files
New: About section, description of notes
1 parent 711f3cd commit b4b8704

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

00-About/01-About.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Java A-to-Z Resources
2+
3+
The Java-A-to-A Resources repository provided by DevCans - Development and Coding at NIT Sikkim for learners to level up their sills in Java.
4+
5+
This reporsitory contains everything that you need to learn Java SE 8. The resources have been structured in such a way that the learner will find very easy to understand and comprehend.
6+
7+
## About DevCans
8+
9+
DevCans - Development and Coding at NIT Sikkim is a Computer Science Club at National Institute of Technology Sikkim, India which aims at promoting and fostering development, coding skills and a healthy competitive environment as well by providing adequate resources and conducting competitions.
10+
11+
## How to Use
12+
13+
The full course is divided into sections and each section have different chapters (`.md` files). Each file consist of notes for that topic and other resources such as web based tutorials (Readings), Youtube videos and practice questions so that even if someone not able to understand our notes will know where to go in order to have better understanding of the topic
14+
15+
Each topic have various examples, all these examples are available in the `Examples` directory of this repository, structured in the similar way as the notes.
16+
17+
Each example is also linked to its source code in the notes, so, if someone is accessing this repo throungh a browser can directly jump to the example, download it and can see it in action.
18+
19+
## References
20+
21+
### Books
22+
23+
* [Java: The Complete Reference](https://www.amazon.in/Java-Complete-Reference-Herbert-Schildt/dp/9339212096/ref=sr_1_8?dchild=1&keywords=Java&qid=1599059123&sr=8-8)
24+
25+
### Websites
26+
27+
* [Oracle Tutorials](https://docs.oracle.com/javase/tutorial/)
28+
* [JavaTPoint](https://www.javatpoint.com/java-tutorial)
29+
* [GeeksForGeeks](https://www.geeksforgeeks.org/java/)
30+
* [BeginnersBook](https://beginnersbook.com/java-tutorial-for-beginners-with-examples/)

Java-Syllabus.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Contents
88

9+
> #### [About](00-About/01-About.md)
10+
911
> #### [Java Overview](01-Java-Overview/Java-Overview.md)
1012
1113
> #### [Environmental Setup](02-Environmental-Setup/Environmental-Setup.md)

0 commit comments

Comments
 (0)