Giter VIP home page Giter VIP logo
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?
}

Andrey Posnov's Projects

candlestickchart icon candlestickchart

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

delitime icon delitime

Test task, displaying data on the map with detailed information. MVC-n architect. The task was completed without Cocoapods. With a standard map from Apple, using clustering.

elementsweather icon elementsweather

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

kotlin icon kotlin

The Kotlin Programming Language

learnenglishwords icon learnenglishwords

Test task, dictionary of unfamiliar foreign words with translation. VIPER/Clean Swift architecture. Without third-party libraries. Core Data is used for storing words.

losnomadas icon losnomadas

No bullshit IT community with private membership

searchgithubanditunes icon searchgithubanditunes

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

storagemanager icon storagemanager

Swift local storage manager (easy use NSUserDefaults) / this Manager makes it easier to work with NSUserDefaults (not that it is complicated), but it makes the work easier.

swiftextensions icon swiftextensions

Useful swift extensions for types etc. / Convenient extensions for different types for swift

testc icon testc

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

workfully-sample-app icon workfully-sample-app

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.