Hi Hi! banner

I'm text context Ham!

I am an text context Independent Developer. I am based in text context India and also an undergrad student in text context Electronics & Communications Engineering.

I’ll present myself in code! :zerotwo_hype:

ts
import { Human } from './species' // Think grander ✨
import genericDetails from './me.private'
class Ham extends Human {
nick = 'Ham'
social = {
discord: 'TooMuchHam',
guilded: 'https://www.guilded.gg/u/sosweetham'
}
interests = ['Programming', 'Gaming', 'Anime'] // :gigachad:
constructor(proDetails: Omit<Human, "nick"|"social"|"interests">) {
super(proDetails)
}
greet() {
return `Hello, I'm ${this.nick}!
My interests are ${this.interests.join(', ')}!`
}
}
const ham = new Ham(genericDetails)
const greeting = ham.greet()
ts
import { Human } from './species' // Think grander ✨
import genericDetails from './me.private'
class Ham extends Human {
nick = 'Ham'
social = {
discord: 'TooMuchHam',
guilded: 'https://www.guilded.gg/u/sosweetham'
}
interests = ['Programming', 'Gaming', 'Anime'] // :gigachad:
constructor(proDetails: Omit<Human, "nick"|"social"|"interests">) {
super(proDetails)
}
greet() {
return `Hello, I'm ${this.nick}!
My interests are ${this.interests.join(', ')}!`
}
}
const ham = new Ham(genericDetails)
const greeting = ham.greet()
text context Tech I Like to Use...
text context Langs I Like to Use...
Some other text context Things I have used...

I enjoyed making this, I hope you enjoyed reading it :D