Skip to content
View rohanverma94's full-sized avatar
🚀
God Speed
🚀
God Speed

Organizations

@EpicGames @Crack-The-Cryptecx
Block or Report

Block or report rohanverma94

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

  • 🔭 I’m currently working on Databases, File Systems and Complier wizardry
  • 💬 Ask me about Databases, File Systems and Complier wizardry
  • ⚡ Authored - A Distributed In-mem DB(proprietary) & some wasm stuff

Linkedin: rohan GitHub rohan

A little more about me...

#include <map>

namespace 🔩 = std;

const 🔩::map <🔩::string, 🔩::string>  skillset_rohan_verma {

{
"C++11/14/17" , 
"OOPs, STL, Boost, OpenMP , Concurrent Threads, POCO , Design Patterns, State Machines.
Catch2, bison++, flex, encryption-decryption algorithms."
},

{
"Scala",
"Containers, ZIO, Akka Streaming, Akka HTTP, Cats,Apache Spark, Kafka, 
ANTLR-4, scala-test, junit, lagom"
},

{
"Node.js", 
"Express, Fastify, event-emmiters and WebSockets, Design patterns, mocha, typescript."
},

{
"Web Assembly" ,
"Emscripten transpiler, Cheerp, wasm"
},

{
"Databases",
"Postgresql, MySQL, SQL Server, Redis,
MongoDB, Apache Cassandra, Elastic Search."
},

{
"DevOPS & Version control" ,
"Git, SVN, Mercurial Gitlab,GoCD, Jenkins, KVM hypervisor, AWS EC2, AWS"
}

}

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


Pinned

  1. AWDS_Firmware_Apps AWDS_Firmware_Apps Public

    AWDS is a IOT project which provides to regulate the water suply to homes, the process to install the system is simple a dedicated hardware ( soon available at my other repository) is installed at …

    C++

  2. ManagedTesting ManagedTesting Public

    This is a SIMD benchmark for matrix multiplication (matrix size: 100,00 x 100,00 ) , this requires C# , Visual Studio 2017

    C#

  3. The-Open-Copter The-Open-Copter Public

    TOC or The Open Copter is a semi-autonomous-quadcopter which is made with Accelerometer,Gyroscope and Magnetometer by using I2C interface and AVR Atmega328 microcontroller.

    C++ 4 1

  4. NexysVideoEthernet NexysVideoEthernet Public

    This repository has code for the ethernet demonstration in Nexys Video FPGA board

    Verilog 1

  5. Accelerometer_PIC18F Accelerometer_PIC18F Public

    Complete implementation of Accelerometer driver for ADLX335 on PICK18F46k22

    C

  6. False-sharing-cache-misses False-sharing-cache-misses Public

    This demonstrates the cache-misses introduced due to multi-core system

    C