Skip to content

Commit

Permalink
Merge pull request #5 from huzaifmalik786/main
Browse files Browse the repository at this point in the history
Tutorials added
  • Loading branch information
sagarkori143 authored Jun 19, 2024
2 parents 5033234 + 192a153 commit 4b4a02c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Languages/Javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [DOM Manipulation](#dom-manipulation)
- [Events](#events)
- [Async Programming](#async-programming)
- [Tutorials](#tutorials)

## Variables

Expand Down Expand Up @@ -476,3 +477,20 @@ async function fetchData() {

fetchData();
```

## Tutorials

### Official Documentation
- [Documentation](https://devdocs.io/javascript/) - Comprehensive guide and API documentation.
- [API Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference) - Detailed reference for the API endpoints.


### Tutorials
- [Full Course for Beginners](https://www.youtube.com/watch?v=PkZNo7MFNFg) - Step-by-step tutorial for beginners.
- [Hindi Tutorial](https://www.youtube.com/watch?v=hKB-YGF14SY) - Tutorial in Hindi Language
- [Advanced Tutorial](https://www.youtube.com/watch?v=R9I85RhI7Cg) - Advanced techniques and features.


### Books and Articles
- [Eloquent JavaScript](https://eloquentjavascript.net/Eloquent_JavaScript_small.pdf)
- [Javascript Bible](https://everythingcomputerscience.com/books/all.pdf) - Learn about best practices for using the project.
22 changes: 22 additions & 0 deletions Languages/Typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Type Inference](#type-inference)
- [Advanced Types](#advanced-types)
- [Utility Types](#utility-types)
- [Tutorials](#tutorials)

## Getting Started

Expand Down Expand Up @@ -498,3 +499,24 @@ const todo: TodoPreview = {
completed: false
};
```
## Tutorials
### Offline Documentation
- [Typescript Documentation](https://www.typescriptlang.org/docs/)
### Interactive Tutorials
- [Typescript Playground](https://www.typescriptlang.org/play)
- [Learn TypeScript in Y Minutes](https://learnxinyminutes.com/docs/typescript/)
### Video Tutorials
- [TypeScript Tutorial for Beginners by Academind](https://www.youtube.com/watch?v=BwuLxPH8IDs)
- [TypeScript Crash Course by Traversy Media](https://www.youtube.com/watch?v=BCg4U1FzODs)
### Blogs and Articles
- [Deep Dive](https://www.typescriptlang.org/docs/handbook/declaration-files/deep-dive.html)
- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)

0 comments on commit 4b4a02c

Please sign in to comment.