Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azanul/til
My regular TIL journal
https://github.com/azanul/til
Last synced: about 8 hours ago
JSON representation
My regular TIL journal
- Host: GitHub
- URL: https://github.com/azanul/til
- Owner: Azanul
- License: apache-2.0
- Created: 2023-02-04T18:04:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T06:09:56.000Z (about 1 year ago)
- Last Synced: 2023-10-04T15:59:07.193Z (about 1 year ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# til
My regular TIL journal## arch
* [Fake update discord version](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/arch/fake-discord-version.md) - 2023-02-08
* [How to set chaotic AUR for pacman](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/arch/chaotic-aur-set.md) - 2023-02-07
## aws* [All service codes](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/aws/service-codes.md) - 2023-09-29
## docker* [Important extension development commands](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/docker/extension-dev.md) - 2023-02-23
## git* [How to skip hooks & checks when committing or pushing](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/no-verify.md) - 2023-02-06
* [How to commit if changes done](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/git-diff.md) - 2023-02-10
* [How to fix insufficient permission error](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/permission-issue-db.md) - 2023-02-11
* [How to share data between jobs and workflows](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/artifacts.md) - 2023-02-10
* [How to remove commits from git history](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/delete-history.md) - 2023-02-07
* [How to shallow clone a git repo](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/git/shallow-clone.md) - 2023-04-03
## github* [Create GitHub issues from a template](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/github/issue-creation-script.md) - 2023-10-04
* [Add label to GitHub issues conditionally](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/github/issue-labelling-script.md) - 2023-10-04
## go* [Get all aws service codes](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/go/aws-service-codes.md) - 2023-09-29
* [How to install enumer](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/go/enumer.md) - 2023-02-08
## js* [Download all images from a website](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/js/scrape_images.md) - 2023-09-24
## kubernetes* [How to set namespace](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/kubernetes/set-namespace.md) - 2023-02-22
* [How to add minikube cert to trusted certificates in your machine](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/kubernetes/trust-minikube.md) - 2023-04-17
## python* [Pydantic: Data validation using python type annotations](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/python/pydantic.md) - 2023-02-04
* [Speed up python by 30%](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/python/speed-up.md) - 2023-02-08
## unix* [How to forward incoming requests to a container port to host port](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/unix/reverse-port-forward.md) - 2023-04-03
* [How to download a file using terminal](https://github.com/Azanul/til/blob/main//home/runner/work/til/til/main/unix/download-with-terminal.md) - 2023-04-03