Skip to content
View arpitchauhan's full-sized avatar
  • Solaris Group
  • Berlin

Block or report arpitchauhan

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

Hi there 👋

Hey, I'm Arpit Chauhan. I'm a Senior Ruby Developer at Solaris!

Here are a few of my projects:

  1. Implementation of cryptographic protocols like digital signature with primitives like AES, RSA and Diffie-Hellman key exchange (repo).
  2. A simple database that stores data in append-only files and uses in-memory hash table for fast access (repo).
  3. A benchmark to compare CSV processing performance between Ruby and Go (using standard libraries) repo.
  4. A tool to keep track of updates to Netgear routers' firmware (repo).

Besides, I have contributed bug fixes to Sinatra and Spree.

⚡ Fun fact: I love Isaac Asimov's novels, especially the Foundation series.

Pinned Loading

  1. cryptographic-protocols-arduino-and-PC cryptographic-protocols-arduino-and-PC Public

    This project demonstrates how cryptographic protocols can be implemented for the case when an Arduino board and a PC communicate. Primitives implemented: AES, RSA and Diffie–Hellman key exchange.

    C 55 25

  2. simple-database simple-database Public

    A very simple database that stores data in an append-only file and maintains an index in memory to support fast reads.

    Go

  3. ruby-golang-performance-comparison ruby-golang-performance-comparison Public

    Comparing CSV validation performance achievable with Ruby and Golang

    Go 1