Skip to content
View MrDevel0per's full-sized avatar
๐Ÿ›ฐ๏ธ
Developing
๐Ÿ›ฐ๏ธ
Developing

Highlights

  • Pro
Block or Report

Block or report MrDevel0per

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
MrDevel0per/README.md

Hi ๐Ÿ‘‹!

struct MrDevel0per {
    let name = "Owen Cruz-Abrams"
    let pronouns = "he/him/his"
    let age = 0xF
    let role = "iOS & macOS Developer"
    let location = "Earth ๐ŸŒ"
    let languages = ["en_US", "es_ES"]
    let skills = ["Swift", "SwiftUI", "Python", "AI/ML", "Unity/C#", "Dart/Flutter", "Java"]
    
    static func sayHi() {
        print("Welcome to my profile, thanks for taking a look! Feel free to check out any of my projects.")
    }
}

MrDevel0per.sayHi()

I'm @MrDevel0per, and I love all things Swift and SwiftUI. I do some ML/AI work as well as Unity + C# game development. This profile has some of my work, but most of my projects are in @OCA-Creations repos, my development company. See https://github.com/OCA-Creations for more! Some of my favorite projects so far (most are still in development):

I love using the terminal (even more now thanks to iTerm2), but I didn't love managing aliases - writing them manually to a .zshrc seemed inefficient, and I often will be using several terminal sessions, so I wanted something that persists. Enter Ally. I think of it as my ZSH tool that's always on my side (an Ally, for short). It manages my aliases and makes adding and removing new ones a breeze. The status chart:

  • Development Status: Active Development
  • Reliability: Not Fully Tested
  • Version: Pre-Alpha (not yet released).

Learning

๐ŸŒฑ Iโ€™m currently learning Tensorflow, Firebase, Python, and more Swift.

Pinned

  1. OCA-Creations/ChatGPTSwift OCA-Creations/ChatGPTSwift Public

    A Swift interface for interacting with the OpenAI API.

    Swift 1

  2. OCA-Creations/Ally OCA-Creations/Ally Public

    A powerful command-line tool for managing ZSH aliases, written in Swift.

    Swift 2