Skip to content
View DavidKmn's full-sized avatar
  • London
Block or Report

Block or report DavidKmn

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

Pinned

  1. blockchain_simple_proof_of_work blockchain_simple_proof_of_work Public

    An illustration of a simple proof of work mining algorithm where the nonce gets incremented, hashed using SHA256 until the difficulty (number of leading 0s) is reached

    Go

  2. AnchorKit AnchorKit Public

    A DSL library of working with auto layout in swift in a simpler and safer way

    Swift

  3. DesignPattern-Command DesignPattern-Command Public

    Command Pattern example in Swift

    Swift

  4. instagram_clone instagram_clone Public

    An simplified instagram clone that I worked on a while back. Uses Google Firebase as the backend. Allows video and photo uploads, messaging between users and include pagination functionality.

    Swift

  5. CollectionViewManagerKit CollectionViewManagerKit Public

    Declarative way to create CollectionViews and manage them. A declarative generic collection view manager which allows simple management of collection views and allows to build up interfaces quickly…

    Swift

  6. URLSession-Multipart URLSession-Multipart Public

    Example of how to send multipart form data request (sending media data via HTTP)

    Swift