Skip to content
View CoreTree's full-sized avatar
  • Seattle, WA
  • 04:05 (UTC -07:00)

Block or report CoreTree

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
CoreTree/README.md

Hi there! I'm Austin!

Visitors

  • I’m currently learning about low-level system design.
  • I’m looking for help with learning more about Objective-C and C++ development. Looking for communities to join for iOS, macOS, and kernel-level development.
  • Looking for cool opportunities to build something awesome. I'm not about that HomeLab life, but I do want to prevent society from using excessively more power than we need to. (Limited resources, environmentalism, and all that.)
  • Pronouns: he/him, open to they/them

A little more about me...

enum PlatformPreference: String {
    case Desktop = "Desktop"
    case Mobile = "Mobile"
    case ALL = "ALL"
}

enum PlatformChooser: String {
    case Mac = "Darwin"
    case Windows = "NT"
    case Linux = "Linux" // 🐧
}

extension String {
    func fromBase64() -> String? {
        guard let data = Data(base64Encoded: self) else {
            return nil
        }
        return String(data: data, encoding: .utf8)
    }
}

enum DevOpsTools {
    case AWS, Azure, DigitalOcean, GCP
    case Docker, containerd, Colima, Apple/Container
    case k8s, k3s
}

struct SoftwareEngineer {
    let name = "Austin"
    let progammingLanguages = [ "Python", "Java", "Kotlin", "Swift" ] //Learning Objective-C, C, and C++
    let developmentPreference:PlatformPreference = .ALL
    let platformDevPreference:[PlatformChooser] = [ .Mac, .Linux]
    let tools:String = String("WyJWU0NvZGUiLCAiUHVsc2FyIiwgIlplZCIsICJYY29kZSIsICJEb2NrZXIiXQ==").fromBase64()!
    // tools = "[\"VSCode\", \"Pulsar\", \"Zed\", \"Xcode\", \"Docker\"]"

    let devOpsToolsUsed:DevOpsTools = [.AWS, .Azure, .DigitalOcean, .GCP, .Docker, .Colima]
}

let swe_self = SoftwareEngineer()
print("Hello! I'm \(swe_self.name)!")
print("I'm learning C and C++, focusing on working with Python and Swift currently.")
print("I currently use \(swe_self.tools), and would love to find new tools to use.") 

Technologies & Tools

Preferred OSes/Distros: Ubuntu iOS macOS

Editors: IntelliJ IDEA V S Codium Xcode

Languages: JSON Kotlin Python Swift

Other Tools / Technologies: MariaDB MySQL Postgres Slack SQLite

Pinned Loading

  1. MaxMeds MaxMeds Public archive

    JavaScript

  2. ClassicUI ClassicUI Public

    A iPod classic UI designed for iPhone (6.1 and 6.7 inch screen sizes).

    Swift

  3. PomodoroMenu PomodoroMenu Public

    A basic pomodoro timer for macOS

    Swift

  4. advent-of-code advent-of-code Public

    Jupyter Notebook

  5. Notes Notes Public

    Jupyter Notebook

  6. dotfiles dotfiles Public

    Shell