Skip to content
View ARogueOtaku's full-sized avatar
⌨️
✌(β—•β€Ώ-)✌
⌨️
✌(β—•β€Ώ-)✌
  • LearningMate Solutions
  • India

Block or report ARogueOtaku

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

Namaste πŸ™. I'm Amit, a Front-End Developer from India

πŸ“– A little more code about me...

import { Human } from '@earth/animals';
import { Days } from 'calendar';

class Amit extends Human {
  constructor(day) {
    this.today = day;
    this.age = 26;
    this.familiarWith = [
      `HTML`,
      `CSS`,
      `JavaScript`,
      `TypeScript`,
      `React`,
      `Redux`,
      `Node`,
      `Core Java`,
      `SQL`,
      `Jest`,
      `Webpack`,
      `Material UI`,
      `TailwindCSS`,
    ];
    this.learning = [`Godot`, `React Native`, `Docker`, `Python`];
    this.hobbies = [`Coding`, `Gaming`, `Learning new Tech`];
    this.academicHistory = [
      {
        institution: `St. Xavier's Institution`,
        passout: `2011`,
        specialization: `N/A`,
        location: `Kolkata, West Bengal`,
        degree: `Secondary`,
      },
      {
        institution: `St. Xavier's Institution`,
        passout: `2013`,
        location: `Kolkata, West Bengal`,
        specialization: `Science`,
        degree: `Higher Secondary`,
      },
      {
        institution: `University of Engineering & Management`,
        passout: `2017`,
        location: `Jaipur, Rajasthan`,
        specialization: `Computer Science`,
        degree: `B.Tech`,
      },
    ];
    this.professionalHistory = [
      {
        name: `LearningMate Solutions`,
        started: `July, 2023`,
        ended: null,
        location: `Kolkata, West Bengal`,
        designation: `Senior Software Engineer`,
      },
      {
        name: `Accolite Digital`,
        started: `Nov, 2021`,
        ended: `July, 2023`,
        location: `Bangalore, Karnataka`,
        designation: `Senior Software Engineer`,
      },
      {
        name: `Labvantage Solutions`,
        started: `Jun, 2019`,
        ended: `Nov, 2021`,
        location: `Kolkata, West Bengal`,
        designation: `Solutions Engineer`,
      },
      {
        name: `Infosys Limited`,
        started: `Oct, 2017`,
        ended: `Jun, 2019`,
        location: `Bangalore, Karnataka`,
        designation: `Systems Engineer`,
      },
    ];
  }
  live() {
    if([Days.SUNDAY, Days.SATURDAY].includes(this.today)) {
      this.wakeUp();
      this.game();
      this.eat();
      this.learn();
      this.sleep();
      return;
    }
    this.wakeUp();
    this.work();
    this.eat();
    this.work();
    this.sleep();
  }
}

let today = new Date();
while(today !== Days.END) {
    (new Amit(today)).live();
}

❌ Tic Tac Toe in Readme β­•

πŸ–±οΈ Just Click on Any of the Blank Squares below to place an β­•.

1 2 3
1 Tile 0 Tile 1 Tile 2
2 Tile 3 Tile 5
3 Tile 6 Tile 7 Tile 8

🎲 Last Move: ARogueOtaku placed an ❌ in Row 2 Column 2 on 1/7/2024, 3:32:10 PM.


How it Works?

It is pretty simple. Clicking on a Blank Square will redirect to an issue creation page. Everything will be pre-populated. You just need to click on 'Submit new issue'. An Issue will be created and a workflow will be triggered in the background. This workflow will trigger a script to process the issue title and then update the README.


Pinned Loading

  1. ExtensionTunes ExtensionTunes Public

    An Audio Player Chrome Extension

    JavaScript

  2. TimeKeeper TimeKeeper Public

    Add Clocks to Your Browser

    JavaScript

  3. AlfaBot AlfaBot Public

    Nifty Discord Buddy who provides Steam Game Details via commands.

    JavaScript

  4. IndiaCOVIDStatsBot IndiaCOVIDStatsBot Public

    Covid19 India Stats Bot

    JavaScript

  5. 15PuzzleGame 15PuzzleGame Public

    JavaScript

  6. react-boiler-custom react-boiler-custom Public

    Setup Minimal React Application

    JavaScript