Skip to content
View ankushg's full-sized avatar

Highlights

  • Pro

Block or report ankushg

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

Currently working at Quizlet. Read my blog or follow @ankushg on Twitter.

On My Blog

2021-08-31Write Once, Run Anywhere?

2020-08-31Quizlet + Kotlin Multiplatform Case Study

2019-11-27Shared Code at Quizlet: Deciding on Kotlin Multiplatform

2019-11-26Powering Worldwide Learning with Kotlin Multiplatform

2019-11-07San Francisco Kotlin Meetup: Powering Worldwide Learning with Kotlin Multiplatform

2019-10-20Using @Parcelize in Kotlin Multiplatform

2019-09-17Principles of Shared Code

2019-07-03A Journey in Shared Code with Kotlin Multiplatform

2018-08-03Working with TLS 1.2 on Android 4.4 and Lower

2016-05-01Cross-Engine Query Execution in Federated Database Systems

More on ankushg.com

Public GitHub Activity

2024-08-27 — opened issue #34461 on home-assistant/home-assistant.io: "Yale Access Bluetooth integration should clarify what entities it provides over HomeKit"

2024-08-20 — commented on #10349 in actions/runner-images

2024-08-20 — commented on #18 in digicert/ssm-code-signing

2024-08-17 — opened issue #2 on bitdisaster/electron-windows-msix: "Feature Request: override params for Windows SDK tools"

2024-08-16 — opened PR #10452 to actions/runner-images: "Add Windows SDK 22621 to toolset-2022.json"

2024-08-16 — pushed 583ecd27 to ankushg/runner-images: "add Windows SDK 22621 to toolset-2022.json"

2024-06-08 — opened issue #121 on LeoKlaus/plappa: "[request] multi-library mode"

Based on Zac Sweer's auto-updating profile README, which is inspired by Simon Willison's auto-updating profile README.

Pinned Loading

  1. ehzhang/nunchuck ehzhang/nunchuck Public

    📲 multi-device hardware data synchronization for mobile browsers

    JavaScript 242 22

  2. anishathalye/skipchat anishathalye/skipchat Public

    SkipChat - MHacks V

    C 20 7

  3. Tls12SocketFactory.kt Tls12SocketFactory.kt
    1
    /**
    2
     * Implementation of [SSLSocketFactory] that adds [TlsVersion.TLS_1_2] as an enabled protocol for every [SSLSocket]
    3
     * created by [delegate].
    4
     *
    5
     * [See this discussion for more details.](https://github.com/square/okhttp/issues/2372#issuecomment-244807676)
  4. MultiplatformParcelize MultiplatformParcelize Public

    Proof-of-concept for using @Parcelize in Kotlin Multiplatform projects. Read the blog post for details!

    Kotlin 1