Skip to content
View RoastBeefKazenakis's full-sized avatar
πŸ’½
πŸ’½

Highlights

  • Pro
Block or Report

Block or report RoastBeefKazenakis

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
RoastBeefKazenakis/README.md

βš™οΈŽ Thomas Sabino-Benowitz

Hi-- πŸ‘‹

Hi, I'm a Swift developer based in the Tampa Bay area in Florida.

  • 🌯 Currently looking for remote work in the iOS field, but willing to relocate
  • πŸ“² Tons of Swift knowledge as well as
  • πŸ…² Objective-C and SwiftUI
  • 🐍 some Python
  • Ζ› Graduated from Lambda School iOS program, Nov. 2020

Check out some of my profiles, and maybe hire me?

➑️ Developing my latest apps privately (as in off github)⬅️

if you're interested in what I'm working on, shoot me a message anywhere or email me at sabinowitz@gmail.com

Pinned Loading

  1. Thomas' fizzBuzz challenge submission Thomas' fizzBuzz challenge submission
    1
    func fizzBuzz(_ n: Int) -> [String] {
    2
        var results: [String] = []
    3
        
    4
        for num in 1...n {
    5
            if num % 3 == 0, num % 5 == 0  {
  2. RandomNotes RandomNotes Public

    Python

  3. Build-Week-Water-My-Plants-2/ios Build-Week-Water-My-Plants-2/ios Public

    Swift

  4. ios11superteam/MortGauge ios11superteam/MortGauge Public

    Swift 1

  5. LambdaBWWunderlist/iOS LambdaBWWunderlist/iOS Public

    Swift