Skip to content
View VladimirBrejcha's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report VladimirBrejcha

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

На русском

Hi there, I'm Vladimir Brejcha 👋

🙋‍♂️ About

  • I live on the island of Taiwan 🇹🇼 Got their Gold Card!
  • And trying to launch my business 🤸‍♂️
  • I've been into Mobile Software Engineering for more than 5 years. iOS, Flutter, Mobile DevOps and Team Leader 💪🏻
  • Hiking and cycling to relax my mind. Good food, tea and spa to relax my body.
  • 🎹 I used to make strange mixtapes, and now I play with SonicPi, Abelton, so... Hope to perform live one day?!
  • I write to my blog ✍🏻 and post to my instagram 📷
  • I teach how to become iOS programmer, how to find job, how to work less but more effecient, and how to make your work valuable.

🚀 My Projects

📫 Links

Pinned Loading

  1. voximplant/flutter_callkit voximplant/flutter_callkit Public

    Flutter SDK for CallKit integration to Flutter applications on iOS

    Dart 52 19

  2. Rise Rise Public

    Smart Sleep Companion

    Swift 33 6

  3. appbonsai/bonsai. appbonsai/bonsai. Public

    An app in which you'll be comfortable with your finances

    Swift 7 1

  4. Swift GCD Based Throttle.swift Swift GCD Based Throttle.swift
    1
    import Foundation
    2
    
    
    3
    class Throttle {
    4
        private let queue: DispatchQueue
    5
        private let delay: Double
  5. Swift GCD Based Debounce.swift Swift GCD Based Debounce.swift
    1
    import Foundation
    2
    
    
    3
    class Debounce {
    4
        private let queue: DispatchQueue
    5
        private let delay: Double
  6. LoadingView LoadingView Public

    Easy to use, highly customisable, animated view to display a loading

    Swift 6