Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvinwan/guide-to-hacking

source code for my "Guide to Hacking" tutorials
https://github.com/alvinwan/guide-to-hacking

Last synced: about 13 hours ago
JSON representation

source code for my "Guide to Hacking" tutorials

Awesome Lists containing this project

README

        

# Guide to Hacking

This is "hacking" in the sense of a full-stack, fast-moving programmer. See the
full guide here at [**Guide to Hacking**](https://alvinwan.com).

Includes source code for the following tutorials:

- [`webapp/`](webapp/): [How a web application works](https://alvinwan.com/how-a-web-application-works)
- [`thirdpartylogin/`](thirdpartylogin/): [How third-party login works](https://alvinwan.com/how-thirdparty-login-works)
- [`desktopapp/`](desktopapp/): [How a Python-only desktop app works](https://alvinwan.com/how-a-pythononly-desktop-app-works)
- [`deeplink/`](deeplink/): [How a Python-only deeplink works](https://alvinwan.com/how-a-pythononly-deeplink-works)
- [`desktoplogin/`](desktoplogin/): [How third-party login for desktop apps work](https://alvinwan.com/how-thirdparty-login-for-desktop-apps-work)
- [`metal/`](metal/): [How to use Apple GPUs from Python](https://alvinwan.com/how-to-use-apple-gpus-from-python)
- [`pyosx/`](pyosx/): [How to use OSX built-ins from Python](https://alvinwan.com/how-to-use-osx-builtins-from-python)