Skip to content
View asyncg's full-sized avatar
:octocat:
:octocat:
  • Ontario
  • 04:31 (UTC -04:00)

Block or report asyncg

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

Hello World, I'm Avijeet

Guts

Just a student who is trying to delve deep into this rabbit hole.
I am also a Linux and FOSS enthusiast; tinkering with my system and walking the tightrope between breaking it and customization is what I love the most! (I might not be perfectly right in the head)

Tech Stack

#include <iostream>
#include <string>
#include <vector>

class TechStack {
 public:
  std::vector<std::string> languages{"C", "C++", "Python"};
  std::vector<std::string> databases{"PostgreSQL", "MongoDB"};

  std::vector<std::string> environment{"Arch Linux", "Neovim"};
  std::vector<std::string> version_control{"Git", "Github"};

  ~TechStack();
};

TechStack::~TechStack() {
  std::cout << "NOOOOOOOOOOO!!!!!" << "\n";
  std::cout << "Wait, how do I exit this editor?!" << std::endl;
}

Connect with Me

Gmail Badge Discord Badge

GitLab Badge Stack Overflow Badge

Popular repositories Loading

  1. SubRedBot SubRedBot Public

    A Simple Discord Bot that interacts with the Reddit API to fetch the media URLs linked to the posts

    Python

  2. asyncg asyncg Public

    A description would be amazing right here, anybody got ideas?

  3. Jesture Jesture Public

    Because who needs buttons when you have gestures? (You obviously do, but it's a fun project)

  4. SudokuSolver SudokuSolver Public

    Sudoku Solver WASM with C Backend

    C