Giter Site home page Giter Site logo

gcdtimer's Introduction

Hi, I am Hemanta ๐Ÿ‘‹

I'm a highly experienced and skilled React Native professional, with a deep understanding of responsive UI design, native module integration, deep linking, and the setup of unit and integration testing frameworks. I have a proven ability to architect mobile CI/CD pipelines and have successfully published apps to both the Apple and Google app stores. With a Masters of Information Technology from University of Technology Sydney (UTS), I'm a professional with a passion for technology and a desire to stay current with the latest industry trends.

Here are some of the projects i've built.

Yolmo: Learn to Code

iPhone 5_

Yolmo is a coding education platform featuring interactive programming playgrounds for learners of all ages. With Yolmo, you can learn coding in a fun and accessible way, no matter your age or experience level.

Download the app today!

SVG Playground - Free SVG diagram editor with a built-in code editor

SVG Playground is an online tool for creating and editing SVG diagrams that comes with a code editor and offers features such as optimization, conversion to other formats, and direct code editing, making it useful for both designers and developers.

Screen Shot 2022-08-20 at 12 10 46 am

gcdtimer's People

Contributors

aciidgh avatar hemantasapkota avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gcdtimer's Issues

Retain cycle

timerSource retains self while self retains timerSource.

private let timerSource = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, GCDTimer.gcdTimerQueue)

dispatch_source_set_event_handler(timerSource, { () -> Void in
                self.event()
 })

Something like this should break retain cycle:

dispatch_source_set_event_handler(timerSource, { [weak self] () -> Void in
        self?._event()
})

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.