I'm an iOS developer (10+ years) with a passion for UI, animation and user interaction.
Took part in 30+ projects, both client and personal.
Have Flutter, Android, frontend and backend experience.
Teach a course of game development for children.
Do music and 3D motion design in my spare time.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ISO8601DateFormatter { | |
private static var cachedCalendar: Calendar = { | |
var calendar = Calendar(identifier: .gregorian) | |
calendar.timeZone = TimeZone.gmt | |
return calendar | |
}() | |
static func format(_ date: Date) -> String { | |
let components = cachedCalendar.dateComponents([.year, .month, .day, .hour, .minute, .second], from: date) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Плюсы: | |
- Дракон огонь! Упал гениально. | |
- Костёр огонь! | |
- Круто, что к пятнице почти всё было готово — не жужжали бензопилы когда участники приходили. | |
- Туалеты крутые. | |
- Не было очередей на ночную игру. | |
- Много людей на стройке — это супер. | |
- Сквозной сюжет. Донесли его заранее, это хорошо. | |
- Стройка точки это класс! | |
- Хорошо, что официально точка начиналась с ночной игры. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Техническая часть. | |
Всего три параметра: | |
- диафрагма | |
- выдержка | |
- чувствительность (ISO) | |
Диафрагма. | |
Закрытая (f/5.6, f/6.3, ...) для пейзажей днём, или для макро-фотографии. Чтобы всё в фокусе было: то, что вблизи и то, что далеко. | |
Открытая (f/1.4, f/1.8, f/2.8) для портретов, чтобы фон был размыт. Или когда темно, чтобы уменьшить шумы. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-песни,которые я не очень то и знаю ---------- | |
Попса | |
Агутин – На сиреневой луне | |
Агутин – Хор Хей Лала Лей | |
Агутин – Что происходит | |
Агутин – Голос Высокой Травы | |
Агутин – Пароход, Остров и др. | |
Агутин – Не унывай! | |
Агутин – Всё только для тебя |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import XCTest | |
class MyalarmUITests: XCTestCase { | |
override func setUpWithError() throws { | |
continueAfterFailure = false | |
} | |
override func tearDownWithError() throws { | |
let screenshot = XCUIScreen.main.screenshot() | |
let attachment = XCTAttachment(screenshot: screenshot) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TimeTicksView.swift | |
// MyAlarmVideo | |
// | |
// Created by Pavel Alexeev on 13.04.2020. | |
// Copyright © 2020 Pavel Alexeev. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/7257451fb9b47bb3926b6b561b44b3b2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Analytics.swift | |
// Myalarm | |
// | |
// Created by Pavel Alexeev on 19.10.2020. | |
// Copyright © 2020 C.Nord. All rights reserved. | |
// | |
import Foundation | |
import Firebase |
NewerOlder