Skip to content
View sohamsolankii's full-sized avatar
πŸ’ͺ
Chaos Chaos - Do You Feel It
πŸ’ͺ
Chaos Chaos - Do You Feel It

Highlights

  • Pro

Block or report sohamsolankii

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SohamSolankii/README.md

πŸ‘¨β€πŸ’» Who am I?

class Soham_Solanki
{
    string name = "Soham Solanki";
    string collage = "Ahmedabad university (SEAS)";
    string course = "Btech Computer Science And Engineering (CSE) 2022-2026";
    switch(Hobbies)
    {
      case "Productive":
          cout << "learn new things";
          cout << "Writing the code of my life";
          cout << "solve problem-solving-questions";
          break;

      case "Chill-Zone":
          for(int time = 1; time > 0; ++time)
          {
              cout << "Binge watching Shows and Web Series";
          }
          break;
    }
    // become a cricketer when stressed out LOL😁
    void optimistic_lad
    {
        return good_vibes_only;
    }
};

πŸ“§ Connect with me:

Pinned Loading

  1. LinuxConfig LinuxConfig Public

    These are my Linux dotfiles

    Lua

  2. p2p-bchain p2p-bchain Public

    Go

  3. DSA DSA Public

    This repository was created with the purpose of learning and mastering DSA as well as competitive programming.

    C++ 2

  4. LSPD LSPD Public

    LSPD is a comprehensive web application developed for the Los Santos Police Department, inspired by the GTA game series. The project was created with the purpose of optimizing police operations thr…

    JavaScript

  5. SKYCONNECT SKYCONNECT Public

    A scalable microservices-based backend system for managing airline operations including user authentication, flight search, bookings, and reminders.

    JavaScript

  6. ByteLock ByteLock Public

    ByteLock: A file encryptor and decryptor writte in C++

    C++