Skip to content
View abadikaka's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report abadikaka

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

Hi folks ๐Ÿ‘‹

I'm a software engineer, an Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ, currently working and living in Bangkok, Thailand ๐Ÿ‡น๐Ÿ‡ญ. In 2022 I was lucky enough to live and work in Tallinn, Estonia ๐Ÿ‡ช๐Ÿ‡ช. I build products for Apple platforms, but also expanding my knowledge about Scala and System-Design. I have a strong passion for Swift, SwiftUI, system design architecture, and gaming. You can find me writing at michaelabadi.com or in my medium.

  • ๐Ÿ”ญ Iโ€™m currently working on baking best travel app in Agoda (Booking Holding Group)
  • ๐Ÿ’ณ I used to work with best fintech app in Wise (formerly TransferWise)
  • ๐ŸŒฑ Iโ€™m currently learning Scala, Swift and SwiftUI
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any projects
  • ๐Ÿค” Iโ€™m looking for help with any new hot technical stuff
  • ๐Ÿ’ฌ Ask me about anything
  • ๐Ÿ“ซ How to reach me: abadi0067@gmail.com or abadi_kaka@yahoo.com
  • ๐Ÿ˜„ Pronouns: M-I-C-H-A-E-L
  • โšก Fun fact: My baby has turned 2 years old since last update!

๐Ÿ‘‡๐ŸปVisit here

Pinned

  1. SFSymbolsFinder SFSymbolsFinder Public

    Set of available SF Symbols

    Swift 61 5

  2. swift-scripting-tutorial swift-scripting-tutorial Public

    Tutorial for swift scripting (for beginner)

    Swift 1 1

  3. ShareKitTutorial ShareKitTutorial Public

    Share Kit Tutorial + Dynamic Framework

    Swift 1 1

  4. MASCoolAlertView MASCoolAlertView Public

    Cool Alert View by MAS

    Swift

  5. GithubReposExample GithubReposExample Public

    An example of github repos project

    Swift 1

  6. Builder Pattern Constructor way Builder Pattern Constructor way
    1
    // This is the base Car class that has all of the foundation materials to make a Car
    2
    class Car {
    3
      let doors: Door
    4
      let wheel: Wheel
    5
      let engine: Engine