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

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.

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
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. ios-sprint-challenge-my-movies ios-sprint-challenge-my-movies Public

    Forked from bloominstituteoftechnology/ios-sprint-challenge-my-movies

    Swift

  3. RandomNotes RandomNotes Public

    Python

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

    Swift

  5. LambdaBWWunderlist/iOS LambdaBWWunderlist/iOS Public

    Swift