developer.ts
interface Engineer {
name: string;
stack: string[];
}
const naman: Engineer = {
name: 'Naman Khare',
stack: [
'MERN', 'Python', 'TypeScript',
'PHP', 'WordPress', 'MYSQL'
]
};
naman.innovate();
Passionate Software Engineer and Tech Blogger dedicated to building impactful digital solutions. With a proven track record of serving 20+ global clients, I strive to simplify lives through the power of elegant technology.
interface Engineer {
name: string;
stack: string[];
}
const naman: Engineer = {
name: 'Naman Khare',
stack: [
'MERN', 'Python', 'TypeScript',
'PHP', 'WordPress', 'MYSQL'
]
};
naman.innovate();
Contributing to open source is one of the best way to showcase your skills. I contributed to Google Code-in and Github. You can check out some of my work here.
Take me to GitHub.The power of Open Source is the power of the people. The people rule.Philippe Kahn
I have been blogging around quite a long time now and GetSetBlog is a place where I share all the knowledge I gain to help you start you own blogging journey.
Check out now.Exploring my latest open-source contributions and projects on GitHub.