Skip to content
View iarshtejay's full-sized avatar
  • Halifax, NS, Canada

Block or report iarshtejay

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

About Me

const  arsh = {
	pronouns:  "He" | "Him" ,
	languages: ["Java", "C/C++", "Javascript", "Python" ],
	askMeAbout: ["oop", "cloud", "web dev", "tech", "art"],
	technologies: {
		frontEnd: {
			js: ["React"],
		},
		backEnd: {
			js: ["Node", "Express"],
		},
		devOps: ["AWS", "Docker🐳", "GCP", "Jira", "GitHub"],
		databases: ["mongo", "MySql"],
		misc: ["OAuth", "Cloud solutions", "Blueprism", "OOP"]
	},
	architecture: ["Serverless Architecture", "Object oriented design"],
	currentFocus:  "finishing a Master's degree @Dalhousie University, Canada",
	funFact:  "In 1963 a cat went to space"
}; 

Arsh's GitHub stats
Top Langs
Meanwhile, here's a cat playing bongo
Alt Text

Credits

  1. The insightful stats are from Anurag Hazra
  2. The cute cat playing bongo came from Bongo.cat

Popular repositories Loading

  1. astra-tik-tok astra-tik-tok Public

    Tiktok clone workshop by datastax

    HTML 1

  2. Java-WebSocket Java-WebSocket Public

    Forked from TooTallNate/Java-WebSocket

    A barebones WebSocket client and server implementation written in 100% Java.

    Java 1

  3. java-jwt java-jwt Public

    Forked from auth0/java-jwt

    Java implementation of JSON Web Token (JWT)

    Java 1

  4. tic-tac-toe tic-tac-toe Public

    HTML 1

  5. pokemon pokemon Public

    JavaScript 1

  6. neural-networks-and-deep-learning neural-networks-and-deep-learning Public

    Forked from mnielsen/neural-networks-and-deep-learning

    Code samples for my book "Neural Networks and Deep Learning"

    Python