Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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