Skip to content
View yavuzsemrem's full-sized avatar
🇹🇷
coding...
🇹🇷
coding...

Block or report yavuzsemrem

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

Hi, I'm Yavuz Selim Emrem 



I’m a passionate IOS Developer with experience in various technologies including Swift, SwiftUI, C#, .NET, SQL, and HTML/CSS. I love creating robust, scalable, and efficient software solutions, with a focus on clean code and architecture. 




Skills



A little more about me

// Create a developer instance
let developer = Developer(
    name: "Yavuz Selim Emrem",
    pronouns: "He/Him",
    age: 20,
    bio: "A passionate iOS Developer who loves creating robust and efficient applications. Always eager to learn new technologies and improve my skills!",
    code: ["Swift", "SwiftUI", ".NET", "C#", "HTML", "CSS"],
    askMeAbout: ["iOS Development", "Backend Development", "Web Development", "Mobile App Design", "Clean Code Practices"],
    technologies: Technologies(
        tools: Tools(
            cloudDatabase: ["Firebase", "Back4App"],
            cloudServer: ["Firebase", "Parse"]
        ),
        codeEditor: CodeEditor(
            competitiveProgramming: ["Xcode"],
            frontEndDev: ["Xcode"]
        )
    )
)

// Function to display developer details
func displayDeveloperInfo(developer: Developer) {
    print("👤 Name: \(developer.name)")
    print("🔤 Pronouns: \(developer.pronouns)")
    print("🎂 Age: \(developer.age)")
    print("📝 Bio: \(developer.bio)")
    print("💻 Languages: \(developer.code.joined(separator: ", "))")
    print("❓ Ask Me About: \(developer.askMeAbout.joined(separator: ", "))")
    print("☁️ Cloud Databases: \(developer.technologies.tools.cloudDatabase.joined(separator: ", "))")
    print("🌐 Cloud Servers: \(developer.technologies.tools.cloudServer.joined(separator: ", "))")
    print("🛠️ Code Editors: \(developer.technologies.codeEditor.competitiveProgramming.joined(separator: ", ")) for Competitive Programming")
    print("🖥️ Code Editors: \(developer.technologies.codeEditor.frontEndDev.joined(separator: ", ")) for Frontend Development")
}

// Call the function to display info
displayDeveloperInfo(developer: developer)


My current playing songs



Stats



My socials Fire



Pinned Loading

  1. iwallpaper iwallpaper Public

    Swift

  2. foursquare-clone foursquare-clone Public

    Made it with "Parse Cloud Server" and 'Back4App Cloud Database' 

    Swift

  3. image-recognizer-core-ml image-recognizer-core-ml Public

    It's image recognizer app made with using Core ML technologies 

    Swift

  4. InstagramClone InstagramClone Public

    making with FireBase

    Swift

  5. BudapestTourGuide BudapestTourGuide Public

    Swift

  6. Blog-Page Blog-Page Public

    HTML