//
// 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!"
}
}
Swift Playgrounds Evangelist • Crafting apps for all Apple platforms with Swift • Passionate about education, creativity, and minimalism on iPad
Pinned Loading
-
swift-playground-app-structure
swift-playground-app-structure PublicPackage App Structure in Swift Playgrounds
Swift 5
-
advent-of-code-swift-playgrounds
advent-of-code-swift-playgrounds PublicMy solutions for Advent of Code puzzles, written in Swift Playgrounds
Swift 1
-
apple-tutorial-swiftui
apple-tutorial-swiftui PublicIntroducing SwiftUI: The project made following the tutorial at the Apple's documentation.
Swift 4
-
100-Days-of-SwiftUI
100-Days-of-SwiftUI Public100 Days of SwiftUI: a series around the existing work on Hacking with Swift, all designed to learn SwiftUI.
-
swiftui-masterclass
swiftui-masterclass PublicSwiftUI Masterclass: iOS 13 App Development with Swift 5
-
453 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
vapor/docs
1
merged
-
Reordered languages & added original names in translation_needed
This contribution was made on Mar 8
Reviewed 2 pull requests in 1 repository
vapor/docs
2 pull requests
-
NEW: fluent > schema.es.md translation
This contribution was made on Mar 17
-
Translation added: Spanish (es), Nederlands (nl) and Chinese (zh)
This contribution was made on Mar 8