Skip to content

Navigation Menu

Sign in
Sign up
@alemohamad
alemohamad
Follow

Ale Mohamad ⌘ alemohamad

Swift Playground Advocate & Educator • Crafting apps for Apple platforms with Swift • Passionate about education, creativity, and minimalism on iPad

Organizations

@vapor

Block or report alemohamad

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.

Content in all repositories owned by your account will be closed.
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
alemohamad /README.md
//
// AleMohamad.swift
// GitHub
//
struct AleMohamad: AppleDeveloper {
 let name: String = "Alejandro Mohamad"
 let mainLanguage: ProgrammingLanguage = .swift
 let tools: [String] = ["Xcode", "Swift Playground"]
 let platforms: [Platform] = [.iOS, .iPadOS, .macOS, .tvOS, .watchOS, .visionOS]
 let backendFrameworks = ["Vapor"]
 
 var website: URL { URL(string: "https://alemohamad.com")! }
 // What I build with ☕️ and Swift
 var appIdeas: [Platform: String] {
 platforms.reduce(into: [:]) { result, platform in
 result[platform] = "🚀 Coding an app for \(platform.name)..."
 }
 }
 
 func developApp(for platform: Platform) -> String {
 appIdeas[platform] ?? "🤔 That platform isn't on my radar... yet!"
 }
 
 func buildBackend(using framework: String) -> String {
 backendFrameworks
 .first(where: { 0ドル == framework })
 .map { "⚙️ Backend API using \(framework)..." }
 ?? "❌ Framework \(framework) is not in my toolbox!"
 }
 
 func dailyRoutine() -> [String] {
 ["Brew coffee", "Open Xcode", "Code", "Repeat"]
 .enumerated()
 .map { "Step \(0ドル + 1): \(1ドル)" }
 }
}

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

AltStyle によって変換されたページ (->オリジナル) /