getting started

This commit is contained in:
Somdev Sangwan
2020-03-24 22:35:33 +05:30
committed by GitHub
parent 421cee62ec
commit 722e404f74

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
### Want to add something?
This repository aims to maintain the best resources for various subjects to help people learn at home.
If you know of a good resource for a subject, please [open an issue](https://github.com/s0md3v/learn-at-home/issues) or a [pull request](https://github.com/s0md3v/learn-at-home/pulls) and the whole internet will be grateful to you.
### Computer Science
- :tv: [Computerphile](https://www.youtube.com/user/Computerphile)
- :tv: [Crash Course](https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo)'s CS playlist
### Cryptography
- :mortar_board: [Cryptography by Stanford University](https://www.coursera.org/learn/crypto) [Coursera]
- :book: [Crypto101](https://www.crypto101.io)
- :book: [The Joy of Cryptography](https://web.engr.oregonstate.edu/~rosulekm/crypto)
### General Resources
#### Books
- :book: *Godel, Escher, Bach* by Douglas Hofstadter
#### YouTue channels
- :tv: [Art of The Problem](https://www.youtube.com/user/ArtOfTheProblem)
- :tv: [Crash Course](https://www.youtube.com/user/crashcourse)
### Graphics
- :book: Photoshop for Dummies
- :tv: [Piximperfect](https://www.youtube.com/channel/UCMrvLMUITAImCHMOhX88PYQ)
### Programming
#### Go
- :globe_with_meridians: [gobyexample.com](https://gobyexample.com)
#### Python
- :book: *Learn Python the hard way* by Zed Shaw
### Information Security
#### Android Security
- :book: [Android Internals](http://newandroidbook.com/AIvI-M-RL1.pdf)
- :globe_with_meridians: [Android security series](https://manifestsecurity.com/android-application-security)
### Web Security
- :book: The Web Application Hacker's Handbook
- :tv: [Bug bounty hunter's methodology](https://www.youtube.com/watch?v=Qw1nNPiH_Go)
- :mortar_board: [WebSecurity Academy](https://portswigger.net/web-security) by Portswigger