Generated with ConsoleVision
I'm a software engineer - who currently works as an Android developer.
I enjoy learning new frameworks and technologies, and incorporating learnings from them into my work.
I currently work with
- Kotlin / Rust
- Python / Deno
- Zsh
Check out all of my public projects here:
curl https://api.github.com/users/patbeagan1/repos |
jq '.[] | {url: .html_url, description: .description}' |
grep -vE '{|}' |
sed 's/"//g' |
sed 's/url:/\n###/g' |
sed 's/description://g'
Note that this is not fully inclusive of the projects that I've published. I have a separate repo, Open-Source-Requests where anyone can request for me to publish the source code for a tool - rationale included in there.