Skip to content
View wydilya's full-sized avatar
💡
Moving
💡
Moving

Organizations

@Zelkin-s-Co

Block or report wydilya

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

Hi there 👋 I'm Ilya Zelkin!

  • 💻 I like to create apps for Mobile Devices
  • 📱 I'm a Mobile Developer
  • ✅ All the time I want to learn something new
  • ✨ I improve my skills every day
let mySkillsArray = [
	"Swift", "Java", "Kotlin", "UIKit", "SwiftUI", "Jetpack Compose", "MVC", "MVP", "MVVM",
	"Work With APIs", "ARKit", "CoreML", "MapKit", "CoreData", "CocoaPods", "HIG", "Firebase",
	"Git", "Figma", "Other Skills"
]

struct MyProfile: CustomStringConvertible {
	let name = "Ilya"
	var description: String {
		"""
		Hello everyone! I'm \(name) and I'm a Mobile Developer
		I create apps for iOS! Every time I care about the design and
		quality of my applications because I want to create fascinating apps!
		
		"""
	}
	func iCanUse() {
		for skills in mySkillsArray {
			print("I can use: \(skills)")
		}
	}
}


let myProfile = MyProfile()
print(myProfile.description)
print(myProfile.iCanUse())

Pinned Loading

  1. FurnitureAR FurnitureAR Public

    Furniture AR App using SwiftUI

    Swift 1

  2. Swift-Student-Challenge-ARApp Swift-Student-Challenge-ARApp Public

    Swift Student Challenge 2022 Submission. It's AR App. To write this application I used SwiftUI, ARKit, RealityKit etc

    Swift 5

  3. Blockchain Blockchain Public

    This is a simple blockchain example that was written in swift

    Swift 2