Skip to content
View valarpirai's full-sized avatar
Block or Report

Block or report valarpirai

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

Hi there 👋

  • 🔭 I’m currently a Lead Engineer at SuperOps
  • 🌱 Skills: Ruby on Rails, Java Spring Boot, Javascript, NodeJS, Go, Kubernetes, Docker, AWS, MySQL, Redis
  • 🌱 Expertise: Web application development, Scalability & high-availability, Product Design & Engineering
  • 📫 How to reach me: LinkedIn, email: a-dot-valarpirai-at-gmail-dot-com
  • 😄 Pronouns: he/him

GitHub Streak GitHub Stars Languages

Pinned Loading

  1. ruby_xid ruby_xid Public

    Ruby Xid Implementation. Globally Unique ID Generator.

    Ruby 17 1

  2. video-chat-app video-chat-app Public

    Simple P2P Text/Voice/Video chat client. Works on Chrome and Firefox, Platforms: Android, Windows, Linux, Mac. Just open the link in Browser, You don't need any extra tools for Video Chat. https://…

    JavaScript 146 92

  3. disposable-emails disposable-emails Public

    Disposable Email Domain validator library for Java

    Kotlin 1

  4. shadow_jars.md shadow_jars.md
    1
    ## Problem statement
    2
    we are need quickbooks library **6.3.0** and the joda-time library is **2.1** is added as transitive dependency.
    3
    https://mvnrepository.com/artifact/com.intuit.quickbooks-online/ipp-v3-java-data/6.3.0
    4
    
    
    5
    
    
  5. Database Race conditions Database Race conditions
    1
    # How to Solve Race Conditions in a Booking System
    2
    
    
    3
    Database isolation refers to the level of isolation between concurrent transactions in a database. Isolation levels control the visibility and accessibility of data to concurrent transactions and can affect the occurrence of race conditions in a database. If your isolation level is not “serializable” - there is a possibility of race conditions.
    4
    
    
    5
    The *Serializable* isolation level provides the strictest transaction isolation. This level emulates serial transaction execution for all committed transactions; as if transactions had been executed one after another, serially, rather than concurrently
  6. kamranahmedse/developer-roadmap kamranahmedse/developer-roadmap Public

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

    TypeScript 288k 38.2k