Skip to content
View aposnov's full-sized avatar
💭
🖖
💭
🖖
Block or Report

Block or report aposnov

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

Andrey Banner

about About me

let personal = Personal(name: "Andrey Posnov",
                        city: "Barcelona",
                        country: "Spain",
                        description: "
                        I am experienced Engineering Lead with over 10 years of
                                      hands-on experience in full-stack development.
                                      Proven track record of leading high-performing
                                      engineering teams to deliver innovative and scalable solutions.
                                      Skilled in software architecture, Agile methodologies,
                                      and cross-functional collaboration. Passionate about
                                      mentorship and talent development.
                                      Ready to leverage over a decade of experience
                                       to drive technical excellence and business success
                                      in a dynamic environment.
                        ")

var company = Company(name: "None",
                      area: "None",
                      location: "Remote/Spain"
                      )

let engineeringLead = EngineeringLeader(personal: personal, company: company)

struct EngineeringLeader {
    let personal: Personal?
    let company: Company?
}

struct Personal {
    let name: String?
    let city: String?
    let country: String?
    let description: String?
}

struct Company {
    let name: String?
    let area: String?
    let location: String?
}

Pinned

  1. workfully-sample-app workfully-sample-app Public

    Assignment full-stack application that includes an REST API and a frontend client. (React + NodeJS)

    TypeScript

  2. elementsWeather elementsWeather Public

    Candidate Assignment for Senior iOS Developer: I created a simple app that shows the weather in cities and stored data in database

    Swift

  3. CandleStickChart CandleStickChart Public

    Test task displaying a chart of financial quotes in Japanese candlesticks, getting data via a WebSocket / Japanese Candlestick Chart Swift Lang (finance stocks), data from WebSocket

    Swift 1

  4. searchGithubAndItunes searchGithubAndItunes Public

    Test task search on iTunes & Github. MVC-n architect. The task was completed without Cocoapods. Layout using xib.

    Swift

  5. testC testC Public

    Testing C and CPP in Xcode with Swift and Objective-C

    Swift

  6. GetMetaMap/metamap-ios-sdk GetMetaMap/metamap-ios-sdk Public

    Metamap iOS SDK https://www.getmati.com

    Objective-C 8 6