I'm on an exciting journey to become a Full Stack 3D Web Developer, and I'm incredibly passionate about it. π I believe in blending creativity with functionality to code the future! π
Here's a cool tidbit about me: Ever turned a 3D model into a holographic experience? Well, I have! It's just another day at the office for this aspiring tech wizard! π
class WebRevo {
constructor() {
this.username = 'WebRevo';
this.name = 'Sarathi S';
this.quote = 'Code your own Anime-inspired Realm of Innovation';
this.web = 'https://webrevo.dev';
this.blog = 'https://webrevo.hashnode.dev';
this.resume = 'https://drive.google.com/file/d/1sr39_Qx_0Zy0MqA9LCoNaBjgtQTdihXs/view?usp=sharing';
this.linkedin = 'https://linkedin.com/in/SarathiRevo005';
this.twitter = '@SarathiS';
this.softskills = ['Leadership', 'Project Management', 'Time Management'];
this.code = {
frontend: ['HTML', 'CSS', 'Bootstrap', 'TailwindCSS', 'JavaScript', 'ThreeJS', 'WebGL', 'ReactJS', 'Redux', 'TypeScript'],
backend: ['NodeJS', 'ExpressJS', 'PHP', 'Python', 'Django', 'Flask'],
database: ['MySQL', 'MongoDB'],
softwares: ['Blender', 'Adobe Photoshop', 'Adobe Illustrator', 'Adobe XD'],
misc: ['Firebase']
};
this.nocode = ['Spline', 'WebFlow', 'Dora', 'Framer'];
}
toString() {
return `${this.name} | ${this.quote}`;
}
}
const me = new WebRevo();
console.log(me.toString());