@@ -26,6 +26,37 @@ const Experience = () => {
26
26
>
27
27
< h1 className = "text-4xl" > Experience</ h1 >
28
28
< div className = "max-w-7xl flex flex-col gap-10" >
29
+ < motion . div
30
+ initial = "hidden"
31
+ whileInView = "visible"
32
+ variants = { variants }
33
+ transition = { {
34
+ duration : 0.5 ,
35
+ ease : easing ,
36
+ delay : 0.1 ,
37
+ } }
38
+ className = "card bg-base-100 shadow-xl border p-10"
39
+ >
40
+ < div className = "mb-4" >
41
+ < h1 className = "text-xl font-bold" > WellDev</ h1 >
42
+ < h2 className = "font-semibold" >
43
+ Trainee Software Engineer
44
+ < em className = "float-right font-normal" >
45
+ September 2024 to Present
46
+ </ em >
47
+ </ h2 >
48
+ </ div >
49
+ < h3 >
50
+ < span className = "font-semibold" > Project Techs:</ span > JavaScript,
51
+ Vue.js, Node.js
52
+ </ h3 >
53
+ < div className = "mt-4 flex flex-col gap-2" >
54
+ < p >
55
+ ● A great software engineer in < em > progress..</ em > . Learning and growing
56
+ as full stack engineer. Current stack includes Node.js and Vue.js.
57
+ </ p >
58
+ </ div >
59
+ </ motion . div >
29
60
< motion . div
30
61
initial = "hidden"
31
62
whileInView = "visible"
@@ -42,7 +73,7 @@ const Experience = () => {
42
73
< h2 className = "font-semibold" >
43
74
Assistant Programmer
44
75
< em className = "float-right font-normal" >
45
- February 2023 to Present
76
+ February 2023 to September 2024
46
77
</ em >
47
78
</ h2 >
48
79
</ div >
@@ -53,23 +84,21 @@ const Experience = () => {
53
84
</ h3 >
54
85
< div className = "mt-4 flex flex-col gap-2" >
55
86
< p >
56
- ● Working on a project involving an E-commerce web application
87
+ ● Contributed to multiple projects built with React.js, Next.js,
88
+ Angular such as Bill Management System, E-commerce, Data Entry
89
+ Software, etc. My responsibility involved client meetings, team
90
+ collaboration and technical support.
91
+ </ p >
92
+ < p >
93
+ ● Worked on a project involving an E-commerce web application
57
94
designed for eco-conscious people and products. This application
58
95
has features like a store, social feed, podcast, and
59
- resource-sharing platform. My responsibilities are conducting
60
- functionality testing, addressing bugs, and refining the user
61
- interface. As the project is currently in the Beta testing phase,
62
- I am adept at handling numerous hotfixes to ensure its smooth
63
- operation and optimal performance.
96
+ resource-sharing platform.
64
97
</ p >
65
98
< p >
66
- ● Actively involved in a specialized project for data entry
99
+ ● Worked on a specialized project for data entry
67
100
operators. The primary objective of this project is to streamline
68
- the data input process from images. To accomplish this, we use
69
- Canvas for rendering images, which provides the ability to mark
70
- data and inputs accurately. Within this R& D phase , I focus on
71
- developing proof - of - concept ( POC ) tasks and utility functions
72
- aimed at improving the overall efficiency of the application .
101
+ the data input process from images.
73
102
</ p >
74
103
</ div >
75
104
</ motion . div >
0 commit comments