Skip to content
View ojasww's full-sized avatar
🌏
Remote first
🌏
Remote first

Block or report ojasww

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

IMG_2522 Image courtesy of Ojas Wadhwani - Northern Alps in Japan

Hi there! 👋 I'm Ojas

I'm a software engineer based in Bangalore, the Silicon Valley of India. I'm a versatile engineer with experience in working in cross functional international teams delivering a strong business impact. I graduated with a degree in Computer Science from BITS Pilani, one of the top universities in India in 2021.

With experience in working for a B2B SaaS - Hasura, I have worked extensively with GoLang to build scalable systems and leveraged my TypeScript and front-end expertise to deliver seamless user experiences. I also have a strong background in solving data structures and algorithms using C++, honed through competitive programming (Leetcode).

Apart from the academic curriculum, I was in-charge of driving the registrations for the university’s technical-festival. During my junior year, I was a teaching assistant for the course - Database Systems in MySQL for the batch of 200.

You can checkout my resume here


{
  "name": "ojas",
  "title": "Engineer | Software Tinkerer",
  "location": "Bangalore, India",
  "experience": [
    {
      "role": "Engineer",
      "company": "Hasura",
      "skills": ["GoLang", "TypeScript", "React", "GraphQL", "PostgreSQL"],
      "description": "Built and maintained features for Hasura Cloud."
    }
  ],
  "education": {
    "degree": "B.E. in Computer Science",
    "institution": "BITS Pilani, Goa",
    "year": "2017-2021"
  },
  "skills": {
    "front-end": ["React", "TypeScript", "Tailwind CSS", "Node.js"],
    "back-end": ["GoLang", "GraphQL"],
    "databases": ["PostgreSQL", "BigQuery", "MySQL"],
    "infra_and_tooling": ["Docker", "Docker Compose", "Kubernetes"]
  },
  "competitive_programming": {
    "platforms": ["Leetcode"],
    "languages": ["C++"],
    "description": "Passionate about problem-solving and algorithm design through competitive programming."
  },
  "research": {
    "orcid_id": "https://orcid.org/0009-0001-4011-3902"
  },
  "hobbies": ["Chess", "Cubing", "Japan", "IoT"]
}

Pinned Loading

  1. Sieve-simpler-than-LRU Sieve-simpler-than-LRU Public

    SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches

    Go

  2. go-hash-collisions go-hash-collisions Public

    Separate Chaining hash collision implementation in Go.

    Go

  3. CNN-in-QM9 CNN-in-QM9 Public

    Convolutional Neural Networks on images generated from QM9 dataset

    Jupyter Notebook

  4. Leetcode-Solutions Leetcode-Solutions Public

    Leetcode solutions for Data Structures and Algorithms in C++.

    C++

  5. go-postgres go-postgres Public

    A CRUD appication in Go and Postgres with good programming standards.

    Go

  6. generic-etl-pipeline generic-etl-pipeline Public

    A real world example of an ETL pipeline on JSON data in GO.

    Go