Skip to content
View 0xSiddhant's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report 0xSiddhant

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

Hi there I'm Siddhant currently working at TravClan

  • 🌱 I’m currently learning Flutter

  • 💬 Ask me about anything related to tech, I'm happy to help.

  • 📫 How to reach me: @its_me_siddhant

  • Joined Github 7 years ago.

Since then I pushed 1411 commits, opened 4 issues, submitted 12 pull requests, received 25 stars across 41 personal projects.

Most used languages across my projects:

Jupyter Notebook Swift Python HTML C++ Java Dart Other

Pinned

  1. AppDrop AppDrop Public

    JavaScript

  2. EncryptedUserDefaults_Swift EncryptedUserDefaults_Swift Public

    This repository contains code that makes UserDefaults contains secure by Encrypting the value before saving.

    Swift 1

  3. SSLPinning-Swift SSLPinning-Swift Public

    The repo contains code for SSL Pinning(Certificate Pinning, Public Key Pinning) implementation in swift.

    Swift

  4. GitCommands.md GitCommands.md
    1
    ## For uploading a directory on git:
    2
    ```bash
    3
    	git init
    4
    	git add .
    5
    	git commit -m "initial commit"
  5. ECom_Store ECom_Store Public

    JavaScript 1

  6. SwiftLogger SwiftLogger Public

    This package provides APIs for logging content in the XCode console app in debug mode.

    Swift