Skip to content
View patbeagan1's full-sized avatar

Block or report patbeagan1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
patbeagan1/README.md

Generated with ConsoleVision

Hi there 👋

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.

Published projects

Pinned Loading

  1. ConsoleVision ConsoleVision Public

    A kotlin program (and library) for displaying images in the terminal.

    Kotlin 5

  2. PolyMath PolyMath Public

    Kotlin

  3. Squibbish Squibbish Public

    Scripting language inspired by kotlin, compiled to bash

    Kotlin 4

  4. AndroidTemplate AndroidTemplate Public

    Exploring modern android libraries and tools

    Kotlin 2 2

  5. Legion Legion Public

    Asynchronous typesafe task graph

    Kotlin 2

  6. Threeflow Threeflow Public

    A git branching model which is based on 3 branches: develop, candidate and main.

    Shell