ββ[john@dev]β[~/projects] ββββΌ $ ./introduce.sh |
Currently Learning:
```yaml languages: ["rust", "systems_programming"] philosophy: "code should be elegant, not clever" motto: "if it's worth doing, automate it" ``` |
Environment:
```yaml editor: "vim" # fight me shell: "bash" os: "linux" # obviously coffee: true # required dependency ``` |
π§ gh-templates```diff + Because clicking through GitHub's UI for every new repo is pain + Templates, licenses, gitignores - all in one command - Manual repo setup is for masochists ``` |
π° mpesa-sdk```python # Because M-Pesa integration shouldn't require a PhD in frustration from mpesa_sdk import MpesaClient client = MpesaClient() # It just worksβ’ ``` |
john 1337 rust ββββββββββ 80% john 1338 python βββββββββββ 95% john 1339 javascript ββββββββββ 75% john 1340 linux ββββββββββ 90% john 1341 vim βββββββββββ 100% # obviously |
* 2f8a1c4 (HEAD -> main) Currently debugging life with Rust * a7b3e5d Learning systems programming the hard way * 9c4d2f1 Building tools that solve real problems * 1e6f8a2 Making M-Pesa integration not suck * 4b9a7c3 Started the journey of a thousand commits
```ini [social] linkedin = "in/john-kagunda-232961270" leetcode = "rafaeljohn" email = "[email protected]" ``` |
john@github:~$ history | tail -1 1337 git push origin main --force # YOLO
"Talk is cheap. Show me the code." - Linus Torvalds