Skip to content

Commit 3c780fc

Browse files
Merge pull request #103 from ultimatecoder2/ultimatecoder2-patch-1
#91 Added web-dev resources
2 parents 945afc3 + 35e31cf commit 3c780fc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Web-Dev-resources/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,30 @@ Other useful links-
4141
Web dev simplified - For specific topics like CSS grids - https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw
4242
For getting better at any framework, read its documentation. For instance, react has a beautifully written and organized documentation - https://reactjs.org/docs/getting-started.html
4343
```
44+
## Deepanshu Jindal
45+
<a href="https://www.linkedin.com/in/deepanshujindal/">
46+
<img align="left" width="82px" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
47+
</a>
48+
49+
![Generic badge](https://img.shields.io/badge/Batch-2023-<COLOR>.svg)
50+
```
51+
For development, I have personally felt that most of the udemy's bestseller courses can provide you a good kickstart. This is a brief description about the path followed by me:
52+
HTML & CSS: -
53+
1. "HTML and CSS: Design and Build Websites" - by "John Duckett" is an amazing book. It makes you understand things with real world examples and graphical illustrations. It will also cover all fundamental concepts.
54+
2. w3schools worked like a quick go-to guide for me.
55+
3. 'Build Responsive Real-World Websites with HTML and CSS' course on Udemy by Jonas Schmedtmann helped me to know practical application of concepts.
56+
57+
JavaScript:
58+
1. "JavaScript and JQuery: Interactive Front-End Web Development", another excellent book written by John Duckett, which provides you with sufficient knowledge.
59+
2. Javascript documentation by MDN is one of the best written documentations, which will solve most of your queries. Link: - https://developer.mozilla.org/en-US/docs/Web/JavaScript
60+
3. For studying how javascript works and similar stuff follow "Namaste JavaScript" course by Akshay Saini. (A little bit more advanced stuff. Firstly clear the basics, then move to this.) It is one of the most entertaining course, with plethora of knowledge. - Link: - https://www.youtube.com/playlist?list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP
61+
62+
Bootstrap/SASS:
63+
Now you can start learning bootstrap. It will make your life much more easier. Just browse through bootstrap documentation, you can learn it very quickly.
64+
SASS is a kind of extension of css, which will help you to write reusable css code.
65+
66+
For MERN stack - I just used udemy bestsellers and official documentation.
67+
```
4468

4569
## Akshit Garg
4670
<a href="https://www.linkedin.com/in/akshit-garg-2088008a">

0 commit comments

Comments
 (0)