💭 Who am I? Click here to see!
Hey there I'm Daniel To and I am a full stack web developer based in Orange County, California.Creation has always been at my fingertips whether through playing piano pieces, building my own PC, or crafting firepits during camping trips. I enjoy the meticulous work that can reveal insignificant details and bring them to light. After discovering what programming can do, I was hooked with the dazzling new tools that were offered to me and since have been working with these tools to strengthen my creative side.
I am a responsible, organized and self motivated individual who works well in a team environment and also independently. I have several years in the manufacturing industry working with a team to keep the quality of our product the finest it could be.
- ➕ Learn React Hooks
- ➕ Learn Redux
- ➕ Finish up MVP features on Reel'n
- ➕ Get AWS certificate
class AboutMe extends FullStackDeveloper {
constructor() {
this.name = 'Daniel To';
this.location = 'Orange County';
this.email = 'dto1989@gmail.com';
}
getSkills() {
return {
languages: [
'TypeScript', 'JavaScript (ES5/ES6)', 'Java', 'HTML5', 'CSS3'
],
frameworksAndLibraries: [
'React.js', 'Node.js', 'Express.js', 'Material UI', 'jQuery', 'Bootstrap 4', 'Spring', 'Spring Boot'
],
tools: [
'React Hooks', 'Git', 'npm', 'webpack', 'Figma', 'Postman', 'Oracle Developer', 'PGAdmin4', 'RESTful APIs', 'HTTPie', 'PostgreSQL', 'OOP'
]
};
}
getLinks() {
return {
linkedin: 'https://www.linkedin.com/in/to-daniel/',
resume: 'https://drive.google.com/file/d/1gw5geYgyD69cEqdKxBPBDzOD6LECUpaa/view?usp=sharing'
};
}
}