Skip to content
View alemohamad's full-sized avatar

Organizations

@vapor

Block or report alemohamad

Report abuse

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

Report abuse
alemohamad/README.md
// // AleMohamad.swift // GitHub // struct AleMohamad: AppleDeveloper { let name: String = "Alejandro Mohamad" let mainLanguage: ProgrammingLanguage = .swift let tools: [String] = ["Xcode", "Swift Playgrounds"] let platforms: [Platform] = [.iOS, .iPadOS, .macOS, .tvOS, .watchOS, .visionOS] let backendFrameworks: [String] = ["Vapor"] var website: String { "https://alemohamad.com" } var bento: String { "https://bento.me/alemohamad" } func developApp(for platform: Platform) -> String { "🚀 Coding an app for \(platform.name)..." } func buildBackend(using framework: String) -> String { backendFrameworks.contains(framework) ? "⚙️ Backend API using \(framework)..." : "❌ Framework \(framework) is not in my toolbox!" } }

Pinned Loading

  1. swift-playground-app-structure swift-playground-app-structure Public

    Package App Structure in Swift Playgrounds

    Swift 8

  2. advent-of-code-swift-playgrounds advent-of-code-swift-playgrounds Public

    My solutions for Advent of Code puzzles, written in Swift Playgrounds

    Swift 1

  3. apple-tutorial-swiftui apple-tutorial-swiftui Public

    Introducing SwiftUI: The project made following the tutorial at the Apple's documentation.

    Swift 4

  4. 100-Days-of-SwiftUI 100-Days-of-SwiftUI Public

    100 Days of SwiftUI: a series around the existing work on Hacking with Swift, all designed to learn SwiftUI.

    Swift 32 6

  5. swiftui-masterclass swiftui-masterclass Public

    SwiftUI Masterclass: iOS 13 App Development with Swift 5

    Swift 2 1

  6. mac-setup mac-setup Public

    Set up your new Mac with great development software!

    Python