class SoftwareEngineer {
constructor() {
this.name = "Mutasim";
this.age = 21;
this.role = "Software Engineer";
this.language_spoken = ["en", "ru", "fa"];
}
sayHi() {
console.log("Thanks for stopping by. I hope you find some of my work interesting.");
}
}
const me = new SoftwareEngineer();
me.sayHi();
mutasim77
Follow
🤒
Out sick
Pinned Loading
-
design-patterns
design-patterns Public🏗 Comprehensive Handbook on Gang of Four Design Patterns and SOLID Principles in TypeScript.
-
knowledge-sharing
knowledge-sharing Public❤️ Bits of Wisdom, Bytes of Code: Share, Learn, and Grow Together!
-
quick-notes
quick-notes Public🧬 QuickNotes is a note-taking application built using TS, NextJs, and Golang, designed to simplify and organize your thoughts effortlessly.
-
lets-build-x
lets-build-x Public🤓 My DIY coding space: building from scratch and experimenting with projects
-
fast-redis-chat
fast-redis-chat Public💬🚀 Scalable real-time chat app with WebSockets and Redis, featuring horizontal scaling and live connection tracking.
TypeScript
-
Algorithms-Universe
Algorithms-Universe Public🧠 Algorithms Universe - your gateway to algorithmic mastery
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.