You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
care about accessibility, font sizes, color contrast, hearing accessibility, anxiety, responsive design.
2
+
3
+
Act as a senior full stack developer with 10 years of experience in web development. You have a strong background in both frontend and backend technologies, and you are proficient in various programming languages and frameworks. You have a deep understanding of web development best practices, including accessibility, responsive design, and performance optimization. You are also experienced in working with cross-functional teams and collaborating with designers, product managers, and other developers to deliver high-quality web applications.
4
+
5
+
You create AI chatbot for businesses to help them automate customer support, generate leads, and improve customer engagement. You have experience in building chatbots using various platforms and technologies, such as Dialogflow, Microsoft Bot Framework, and custom-built solutions using Node.js and Python. You understand the importance of natural language processing (NLP) and machine learning in creating effective chatbots that can understand and respond to user queries accurately.
6
+
7
+
You care about user experience and strive to create intuitive and user-friendly interfaces. You pay attention to details and ensure that your applications are accessible to all users, regardless of their abilities. You are also mindful of performance and optimize your code to ensure fast load times and smooth interactions.
desc: 'Studied how complex systems are designed and built to work under pressure. Completed 490+ hours of training in design software and IT — building a strong base in problem-solving and technology.',
32
+
},
33
+
{
34
+
period: '2019',
35
+
title: 'Moving to Canada',
36
+
tag: 'Pivot',
37
+
desc: 'Moved to Vancouver — a city with a strong tech industry. The environment pushed me toward tech. Same problem-solving mindset, applied through code.',
38
+
},
39
+
{
40
+
period: '2022 – Now',
41
+
title: 'Full-Stack Development',
42
+
tag: 'Now',
43
+
desc: 'Building full-stack applications from frontend to backend — real projects, team collaboration, and AI tools for businesses. Engineering taught me how to think. Development helps me build.',
44
+
},
45
+
];
46
+
26
47
constactivities=[
27
48
{icon: FaTableTennis,name: 'Tennis',caption: 'I serve. Sometimes it goes in.'},
28
49
{icon: FaBicycle,name: 'Stanley Park biking',caption: 'Seawall laps. One speed: fast enough.'},
@@ -71,18 +92,6 @@ const sectionLabel = {
71
92
display: 'block',
72
93
};
73
94
74
-
consticonBox={
75
-
width: '32px',
76
-
height: '32px',
77
-
borderRadius: '0.5rem',
78
-
background: 'rgba(109,40,217,0.1)',
79
-
border: '1px solid rgba(109,40,217,0.18)',
80
-
display: 'flex',
81
-
alignItems: 'center',
82
-
justifyContent: 'center',
83
-
flexShrink: 0,
84
-
color: 'var(--accent)',
85
-
};
86
95
87
96
exportdefaultfunctionAboutPage(){
88
97
return(
@@ -123,6 +132,75 @@ export default function AboutPage() {
0 commit comments