Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/_content/CardInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ export const info = [
about: "i like computers",
avatar: "https://avatars.githubusercontent.com/xTwo56",
background: "https://imgs.search.brave.com/5IGSMSwXANIekL4M45BTYSWpLola4asbeCQw0DHEL9o/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5pc3RvY2twaG90/by5jb20vaWQvMTYw/MzA2NzQyL3Bob3Rv/L2hvdC1zdW5yaXNl/LWluLXNwYWNlLmpw/Zz9zPTYxMng2MTIm/dz0wJms9MjAmYz1Z/UDZSZDBvLWhMXzlt/cWRnNzdBeVA3dlR1/cWY3ZnhPSVRUUnBn/cy1rdm9FPQ"
},
{
name: "Kidobop Lee",
slug: "kidobop-lee",
domain: "Senior Software Engineer",
description: "Building scalable solutions with a dash of creativity",
quote: "Having peace with code while scaling the cloud",
about: "Senior software engineer specializing in cloud technologies and distributed systems. Passionate about building scalable solutions and mentoring the next generation of developers.",
avatar: "https://avatars.githubusercontent.com/kidobop",
background: "https://images.unsplash.com/photo-1647866873870-92d45763ef44?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
}
];

Expand Down
92 changes: 92 additions & 0 deletions app/_content/contributors/kidobop.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
export const data = {
name: "Kidobop Lee",
location: "Seattle, WA",
phone: "+1 (206) 555-0123",
email: "kidobop.lee@techmail.com",
links: {
linkedin: "linkedin.com/in/kidobop-lee",
github: "github.com/kidobop",
leetcode: "leetcode.com/kidobop",
codeforces: "codeforces.com/profile/kidobop",
},
education: [
{
institution: "University of Washington",
location: "Seattle, WA",
degree: "Bachelor of Science in Computer Science",
period: "September 2018 – June 2022",
},
],
experience: [
{
company: "CloudScale Technologies",
position: "Senior Software Engineer",
location: "Seattle, WA",
period: "July 2022 – Present",
responsibilities: [
"Led the development of a microservices-based authentication system serving 1M+ users, reducing authentication latency by 40%",
"Architected and implemented a real-time data processing pipeline using Apache Kafka and Redis, processing 500K events per minute",
"Mentored 4 junior developers and established best practices for code review and documentation",
],
},
{
company: "TechStart Solutions",
position: "Software Engineer Intern",
location: "Bellevue, WA",
period: "May 2021 – August 2021",
responsibilities: [
"Developed and deployed a React-based dashboard for monitoring system metrics, improving incident response time by 60%",
"Implemented automated testing workflows using Jest and GitHub Actions, achieving 90% test coverage",
"Collaborated with UX team to optimize user interface components, resulting in 25% improvement in user satisfaction scores",
],
},
],
projects: [
{
name: "EcoTrack",
technologies: "React Native, Node.js, MongoDB, AWS",
period: "January 2023 – March 2023",
details: [
"Built a mobile app for tracking personal carbon footprint with 10K+ downloads",
"Implemented machine learning algorithms to provide personalized sustainability recommendations",
"Integrated with various APIs for real-time environmental data collection and analysis",
],
},
{
name: "CodeCollab",
technologies: "Vue.js, Firebase, WebRTC, Docker",
period: "August 2022 – December 2022",
details: [
"Created a real-time collaborative coding platform with integrated video chat",
"Implemented operational transformation algorithms for concurrent editing",
"Deployed microservices architecture using Docker and Kubernetes",
],
},
],
skills: {
languages: ["Python", "JavaScript", "TypeScript", "Java", "Go", "SQL"],
technologies: [
"React",
"Node.js",
"Docker",
"Kubernetes",
"AWS",
"MongoDB",
"Redis",
"Apache Kafka"
],
tools: [
"Git",
"Jenkins",
"Terraform",
"Prometheus",
"Grafana"
],
},
achievements: [
"1st Place Winner at PNW Regional Hackathon 2022",
"Published 'Scaling Microservices' technical blog with 50K+ views",
"Contributed to popular open-source projects with 500+ GitHub stars",
"AWS Certified Solutions Architect - Professional",
],
};
Loading