Giter VIP home page Giter VIP logo

kubsustudentgame's Introduction

👋 Hi, I’m George

✅ Summary

  • Programming since 2010
  • Developing iOS apps since 2014
  • Deep knowledge of Swift, good knowledge of ObjectiveC
  • Developed backend using Node.js, Go, PHP.
  • Was leading DevOps practices adoption in the company.
  • Performed as an iOS TechLead
  • CoFounded RipeCode LLC and performed as CTO

🦾 Skills

🧑🏻‍💻 Programming Languages

  • Perfect knowledge: Swift
  • Good knowledge: TypeScript, ObjC, C, Go
  • Sketchy knowledge: Ruby, JavaScript, Dart, Bash, Python, C++

📱 iOS

  • Tried all MVx architectures (VIPER too of course), as well as Flux / Redux / FeedbackLoop (last project uses the last one)
  • Implemented coordinator pattern (flow controllers)
  • Last time prefer functional programming techniques/patterns instead of OOP ones
  • Worked with different FRP libraries (RxSwift / ReactiveSwift / Combine), as well as implementations of Promise / Future concept (PromiseKit / Hydra)
  • Tried different libraries implementing DI principle (Swinject, Dip, EasyDi, Typhoon)
  • Worked with different persistence solutions (CoreData, Realm, SQLite)
  • Worked with different map libraries: MapKit, GoogleMaps, Mapbox. Implemented custom on-device overlay tile renderer for Mapbox (at that time it was not using OpenGL).
  • Worked with Firebase (RealtimeDatabse, Firestore, CloudMessaging). Implemented true TypeSafe wrapper-ORM for it in Swift
  • Worked with WebRTC (when it was too young, had to adapt it to select proper codecs: switched to h264 for speedy performance on iOS)
  • Worked with sockets: WebSockets(socket.io) & TCP/UDP Sockets
  • Worked with OpenGL ES & Metal as well as with SceneKit

🔃 DevOps / Administration

  • Comparatively good knowledge of Linux (tried Arch, Ubuntu, Debian, CentOS, Alpine)
  • Worked with virtualisation systems (kvm, lxc, virtualbox, ProxmoxVE)
  • Good knowledge of Docker
  • Configured CI/CD (either for iOS or backend/frontend) on different platforms (have experience with Jenkins, Travis, GitlabCI, Bitrise) + fastlane
  • Have experience of deployment and configuration of k8s cluster on bare metal. Used rke (Rancher Kubernetes Engine) and Tectonic.
  • Deployed different solutions of PersistentStorage in k8s cluster (Ceph, GlusterFS, OpenEBS, Rook)
  • Tried DockerSwarm

⚙️ Backend

  • In some projects developed backend for apps using NodeJS (JS, TypeScript) / Golang / PHP
  • Worked with different databases:
    • Relational: MySQL, Postgres with ORM and without
    • NoSQL: MongoDB
    • KV: etcd, Redis
  • Used MessageQueue: NATS
  • Developed CloudFunctions & Security rules for Firebase

🛠 Additional skills

  • Making use of Git like a Pro and different git workflows (used mercurial a little bit).
  • Experienced mentor
  • Have experience of public speaking (local meet-ups)
  • Have experience of Project Management (around one year)
  • Have experience of working as iOS TechLead (around one and a half year)

📢 English / Английский

Upper Intermediate

📞 Contacts

kubsustudentgame's People

Contributors

hrsrashid avatar mpsnp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kubsustudentgame's Issues

Генерация карты в текстовом виде

Генерация карты наподобие расстановки кораблей в морском бое.

Формат:

<длина> <ширина>
<Набор цифр>

Цифры представляют собой вершины сетки.

  • 0 - пусто
  • 1 - стена
  • 2 - respawn (считается что через эту вершину не проходит стены)

Требуется запоминать карту, для последующей передачи ботам

Требуется Issue #22

Класс карты

TODO

  • Создать класс наследник CModel3d
  • Название CMap
  • Новые методы
    • Добавление стены
    • Добавление респавна
    • Добавление точки появления бонусов
    • Добавление сектора финиша
    • Загрузка карты
    • Сохранение карты
    • Конвертация в 3d карту
  • Заменить в CEngine тип _Map

VBO

Написать рендеринг объектов используя VBO

Tesselation

Добавить тесселяцию мешей

Process timer

Установить частоту выполнения Process.

Model loading in OS X & Windows

Файл с моделькой открывает, но не дочитвывает до конца или что-то другое, хз. На линии 151 в файле Model3d.cpp выходит из функции с результатом false.
На Windows Не находит чанк AFFF
На OS X Не находит чанк A200

Lighting

Сделать освещение

MultiTexturing

Добавить мультитекстурирование

Большое потребление процессорного времени

Тут такой вопрос.
Заранее извиняюсь, что пока вклада не внес своего, т.к. пока не удается выделить время.
Сегодня я скачал проект и запустил его под линуксом. Игра начинает хавать 100% процессорного времени одного ядра. Заметил, потому что кулер на ноуте начал сильно шуметь.
Это нормально? Или все же желательно сделать более низкую нагрузку на процессор?

Window Initialisation

Вынести инициализацию окна из конструктора CEngine

Добавить камеру

TODO

  • Создать новый класс
  • Методы
    • Задать позицию
    • Задать направление
    • Прикрепить к объекту
    • Установить слежение за объектом
    • Draw (для вызова в основном цикле)

Textures

Сделать загрузку материалов и текстур.

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.