Skip to content
View AmalJose664's full-sized avatar
🏠
Working from home
🏠
Working from home
  • India
  • 10:28 (UTC +05:30)

Block or report AmalJose664

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AmalJose664/README.md
Typing SVG
GIF



class Amal {
	constructor() {
		this.username = "AmalJose664"
		this.name = "Amal Jose"
		this.stack = "Backend Software Developer"
		this.links = "https://www.linkedin.com/in/amal-jose-7a20a6249/"
		this.code = {
			backend: ["Javascript", "NodeJS", "Express", "Python"],
			database: ["PostgreSQL", "MySQL", "SQLite3", "MongoDB", "Redis"],
			devops: ["Docker", "Linux", "GitHub Actions", "AWS", "Kubernates"],
			frontend: ["React", "JavaScript", "Tailwind"],
			tools: ["Git", "GitHub", "GitLab", "Nginx"],
		}
		this.architecture = ["SPA", "MVC", "Serverless", "Microservices"]
	}

	toString() {
		return `${this.name} | ${this.stack}`
	}
}
const me = new Amal()
console.log(me.toString())



languages graph GitHub Stats

GitHub Streak

Pinned Loading

  1. Lynfera Lynfera Public

    A platform to host and deploy your frontend apps.

    TypeScript 1

  2. Chat-Application Chat-Application Public

    Chat application with integration of python and react

    JavaScript 2