Skip to content
View PradeepSingh1988's full-sized avatar
  • Google
  • India

Block or report PradeepSingh1988

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PradeepSingh1988/README.md

Who am I?

Hi there, I am Pradeep.

  • I work as a Strategic Cloud Engineer at Google, and mostly code in Go, and Python.
  • I help GCP customers by developing, re-platforming, re-architecturing their applications on GCP.
  • I have strengths in in App Modernization, Networking, Security.
  • I mostly work on GCP Core Services i.e. Compute, Networking, Security, GKE, Cloud Run, Cloud Functions, CI/CD etc.
  • I also sometimes work on Data Services like Composer, BQ, Dataflow, Datafusion etc.
  • I love troubleshooting issues and enjoy platform engineering work.
  • I am interested in Operating Systems, Distributed systems, Algorithms, AI/ML.
  • I am an incoming OMSCS student at Georgia Institute of Technology.

Some of the work which I finished(or working on) in recent days:

  1. BitC-DB: A key value store based on BitCask.
  2. lockStream: A distributed locking service based on RAFT protocol.
  3. mapreduce: Implementation of famous mapreduce paper in python.
  4. helloWorld-DB: A Key-Value database based on SSTables

I also writes on medium about my learnings and Cloud. You can find me on linkedin.

Popular repositories Loading

  1. lockStream lockStream Public

    A highly consistent distributed lock service based on raft

    Python 3

  2. bitC-DB bitC-DB Public

    A Unordered LSM (bitcask) based Key Value Store in python

    Python 1

  3. professional-services professional-services Public

    Forked from GoogleCloudPlatform/professional-services

    Common solutions and tools developed by Google Cloud's Professional Services team

    Python

  4. Python-Algorithms Python-Algorithms Public

    Forked from suryasr007/Python-Algorithms

    All Algorithms implemented in Python

    Python

  5. mapreduce mapreduce Public

    A framework to run map reduce program. Implemented based on map reduce paper

    Python

  6. helloWorld-DB helloWorld-DB Public

    A Sample Key Value Store based on SSTables

    Python