struct TechStack {
var experience = "11+ years"
var language = ["Swift", "Python", "Typescript", "Go", "Objective-C", "Rust"]
var frameworks = ["Cocoa", "UIKit", "SwiftUI", "Combine", "Flask", "React", "Vapor"]
var tools = ["Bitrise", "CircleCI", "Jenkins", "GitlabCI", "AWS", "Docker"]
}
var skilks = [
"Professional experience as Full Stack developer",
"Fluent in written & spoken English",
"Always willing to learn",
"Highly adaptable team player"
]
var pastJobs = [
Job(title: "iOS Developer", company: "Spotify", timeline: "Current Job", location: "Full Time Remote"),
Job(title: "Senior iOS Developer", company: "Hopin", timeline: "2020-2022", location: "Full Time Remote"),
Job(title: "Full Stack Developer", company: "Sedicii", timeline: "2019-2020", location: "Tenerife (Spain)"),
Job(title: "Senior iOS Developer", company: "Edosoft", timeline: "2019", location: "Tenerife (Spain)"),
Job(title: "Senior iOS Developer", company: "Party Play", timeline: "2017-2018", location: "Tenerife (Spain)"),
Job(title: "UI/UX Engineer", company: "Massive Interactive", timeline: "2017", location: "Prague (Czechia)"),
Job(title: "iOS Developer", company: "Redegal", timeline: "2014-2017", location: "Vigo (Spain) / Remote"),
Job(title: "Junior iOS Developer", company: "Ziblec", timeline: "2013", location: "Ourense (Spain)"),
]
var educationAndCourses = [
Education(name: "Application Development - Technician", timeline: "2007-2009", organization: "CFP Daniel Castelao (Vigo)"),
Education(name: "Software Engineer - Bachelor Degree", timeline: "2009-2014", organization: "Universidade de Vigo (Ourense)"),
Education(name: "Scrum Master", timeline: "2019", organization: "Scrum Manager (Online)"),
]
var links = [
URL(string: "https://github.com/Alexsilvacodes"),
URL(string: "https://www.linkedin.com/in/alexsilvadev"),
URL(string: "My Resume"),
]