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

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 launched my own business 🤸‍♂️
  • I automate business processes with AI.
  • I've been into Mobile Software Engineering for more than 6 years. iOS, Flutter, Mobile DevOps and Team Leader 💪🏻
  • Hiking and cycling to relax my mind. Good food, tea and spa to relax my body. Nomad life more than 3 years now.
  • I teach how to become iOS developer, how to find job, how to work less but more effecient, and how to make your work valuable.
  • I write to my blog ✍🏻 and post to my instagram 📷
  • 🎹 I used to make weird mixtapes, and now I play with SonicPi, Abelton, so... Hope to perform live one day?!

🚀 My Projects


Contacts

Pinned Loading

  1. voximplant/flutter_callkit voximplant/flutter_callkit Public

    Flutter SDK for CallKit integration to Flutter applications on iOS

    Dart 54 19

  2. Rise Rise Public

    Smart Sleep Companion

    Swift 39 7

  3. appbonsai/bonsai. appbonsai/bonsai. Public

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

    Swift 6 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