Skip to content
View tipe56's full-sized avatar

Block or report tipe56

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
tipe56/README.md
import Foundation

struct DeveloperProfile {
    let name: String
    let locatedIn: String
    let currentJob: String
    let company: String
    let education: [String]
    let fieldsOfInterests: [String]
    let currentlyLearning: [String]
    let goals2025: [String]
    let hobbies: [String]
}

let siarheiRamaniuk = DeveloperProfile(
    name: "Siarhei Ramaniuk",
    locatedIn: "Poland",
    currentJob: "iOS Developer",
    company: "Killing Kittens. London, UK",
    education: [
        "Bachelor's degree in Process Engineering of Nano- and Micro-Systems, Belarusian National Technical University, 2012",
        "Course 'SwiftUI Fundamentals', 2023",
        "Coursera 'Meta iOS Developer', 2023"
    ],
    fieldsOfInterests: [
        "iOS Development",
        "SwiftUI",
        "Mobile App Design",
        "Software Engineering"
    ],
    currentlyLearning: [
        "Advanced SwiftUI techniques",
        "Testing and Debugging in iOS",
        "Architecture Design Patterns"
    ],
    goals2025: [
        "Architecture Design Patterns",
        "Continue work on personal iOS project",
        "Master Swift Concurrency and Combine framework"
    ],
    hobbies: [
        "Hiking", 
        "Extreme sports",
        "DIY Crafting", 
        "Tech Innovations", 
        "Learning"
    ]
)

// Example of accessing the data
print("Name: \(siarheiRamaniuk.name)")
print("Current Job: \(siarheiRamaniuk.currentJob)")
print("Hobbies: \(siarheiRamaniuk.hobbies.joined(separator: ", "))")

Popular repositories Loading

  1. iOS-Developer-Roadmap iOS-Developer-Roadmap Public

    Forked from BohdanOrlov/iOS-Developer-Roadmap

    Roadmap to becoming an iOS developer in 2018.

    Swift

  2. iOS-Roadmap iOS-Roadmap Public

    Forked from viacheslavbilyi/iOS-Roadmap

    iOS Roadmap

  3. awesome-fonts awesome-fonts Public

    Forked from brabadu/awesome-fonts

    Curated list of fonts and everything

  4. clean-architecture-swiftui clean-architecture-swiftui Public

    Forked from nalexn/clean-architecture-swiftui

    Swift

  5. tipe56 tipe56 Public