Skip to content
View rohan-bhautoo's full-sized avatar
πŸ‘¨β€πŸ’»
Coding...
πŸ‘¨β€πŸ’»
Coding...

Organizations

@Mauritian-Coders
Block or Report

Block or report rohan-bhautoo

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

Hello, I'm Rohan!

LeetCode LinkedIn Steam StackOverflow Discord

"Programming isn't about what you know; it's about what you can figure out."

const rohan = {
  pronouns: "He" || "Him",
  languages: ["English", "French", "Creole"],
  university: {
    name: "Middlesex University Mauritius",
    degree: {
      name: "BSc Computer Science Systems Engineering",
      grade: "First Class Honours"
    }
  },
  workExperience: [
    {
      companyName: "Big Bang 360",
      role: "Associate Consultant",
      workedWith: ["JavaScript", "Java Spring Boot"],
      toolsUsed: ["Visual Studio Code", "Oracle NetSuite", "Celigo", "MavenLink", "Salesforce"],
      duration: "7 months",
      isActive: false
    }
    {
      companyName: "Pharmagest HDM Ltd",
      role: "Full-Stack Associate Software Engineer",
      workedWith: ["Java Spring Boot", "Angular", "Php Symfony", "Twig", "Doctrine", "JQuery", "MySQL", "PostgreSQL", "Oracle"],
      toolsUsed: ["IntelliJ", "Docker", "Dbeaver", "Jenkins", "Jira", "Bitbucket", "Confluence", "Postman"],
      duration: "1 year 3 months",
      isActive: false
    }
    {
      companyName: "Swan General Ltd",
      role: "Full-Stack Software Developer",
      workedWith: ["C#", ".NET Framework", "ASP.NET", "NodeJS", "Express", "React JS", "SQL Server", "T-SQL"],
      toolsUsed: ["Visual Studio", "Jira", "Azure DevOps Server", "Bitbucket", "Swagger", "Postman"],
      duration: "2023.05 - present",
      isActive: true
    }
  ],
  currentFocus: "Building 3D games using Unreal Engine 5",
  funFact: "There are two ways to write error-free programs; only the third one works"
};

Programming Languages πŸ‘¨β€πŸ’»

Frameworks πŸ› οΈ

Databases πŸ—ƒοΈ

Operating Systems πŸ’»

Tools πŸ”§

Github Trophies πŸ†

Rohan's GitHub Trophies

Github Streaks πŸ”₯

Rohan's GitHub Streaks

GitHub Stats πŸ“ˆ

Rohan's GitHub Stats


Thank you for visiting ❀️

Pinned

  1. Game-Website-React Game-Website-React Public

    The game website was developed using vite with React which uses a faster and more efficient build system and provides a faster and more efficient development server.

    TypeScript

  2. Python-Web-Scraper Python-Web-Scraper Public

    A python web scaper to extract content and data from a website.

    Python 2 2

  3. Issue-Tracker Issue-Tracker Public

    Issue Tracker is a web application developed using Next.js and TypeScript to help teams track and manage issues efficiently.

    TypeScript

  4. TradeBot-Assistant TradeBot-Assistant Public

    The purpose of the TradeBot Assistant was to build a robust chatbot system, which can identify different trading queries of users and give the appropriate response, using the IBM Watson Assistant p…

    CSS

  5. Karaoke-Application Karaoke-Application Public

    A Karaoke Application was designed and implemented using Data Structures and JavaFX where a user will be able to search specific songs from a large number of data and to add new songs to the playlist.

    Java 2

  6. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    The travelling salesman problem is to go to each city exactly once and return to the start. A system was built in Java to solve this problem which will the shortest path and the length of the path.

    Java