@@ -42,7 +42,7 @@ const About = () => {
4242 </ a >
4343 </ Button >
4444 < Button variant = "outline" size = "sm" asChild >
45- < a href = "https://medium.com/@kapillamba4 " target = "_blank" rel = "noopener noreferrer" >
45+ < a href = "https://kapillamba4. medium.com/" target = "_blank" rel = "noopener noreferrer" >
4646 < FileText className = "h-4 w-4" />
4747 </ a >
4848 </ Button >
@@ -110,8 +110,27 @@ const About = () => {
110110 < Briefcase className = "h-6 w-6 text-primary" />
111111 < h3 className = "text-xl font-semibold" > Work Experience</ h3 >
112112 </ div >
113-
113+
114114 < div className = "space-y-6" >
115+ { /* Expedia */ }
116+ < div className = "border-l-2 border-primary pl-4" >
117+ < div className = "flex items-start justify-between" >
118+ < div >
119+ < h4 className = "font-semibold" > SDE 3 - Expedia</ h4 >
120+ < div className = "flex items-center space-x-1 text-sm text-muted-foreground mt-1" >
121+ < MapPin className = "h-3 w-3" />
122+ < span > Gurugram, India</ span >
123+ </ div >
124+ </ div >
125+ < div className = "text-right" >
126+ < div className = "flex items-center space-x-1 text-sm text-muted-foreground" >
127+ < Calendar className = "h-3 w-3" />
128+ < span > Feb 2026 - Present</ span >
129+ </ div >
130+ </ div >
131+ </ div >
132+ </ div >
133+
115134 { /* Target */ }
116135 < div className = "border-l-2 border-primary pl-4" >
117136 < div className = "flex items-start justify-between" >
@@ -125,7 +144,7 @@ const About = () => {
125144 < div className = "text-right" >
126145 < div className = "flex items-center space-x-1 text-sm text-muted-foreground" >
127146 < Calendar className = "h-3 w-3" />
128- < span > Sep 2024 - Present </ span >
147+ < span > Sep 2024 - Jan 2026 </ span >
129148 </ div >
130149 </ div >
131150 </ div >
@@ -179,7 +198,7 @@ const About = () => {
179198 < GraduationCap className = "h-6 w-6 text-primary" />
180199 < h3 className = "text-xl font-semibold" > Education</ h3 >
181200 </ div >
182-
201+
183202 < div className = "border-l-2 border-primary pl-4" >
184203 < div className = "flex items-start justify-between" >
185204 < div >
@@ -207,7 +226,7 @@ const About = () => {
207226 < Award className = "h-6 w-6 text-primary" />
208227 < h3 className = "text-xl font-semibold" > Achievements & Recognition </ h3 >
209228 </ div >
210-
229+
211230 < div className = "space-y-4" >
212231 < div className = "grid md:grid-cols-2 gap-4" >
213232 < div className = "space-y-3" >
@@ -235,14 +254,14 @@ const About = () => {
235254 </ div >
236255 </ div >
237256 </ div >
238-
257+
239258 < div className = "mt-4 pt-4 border-t" >
240259 < h4 className = "font-medium mb-2" > Technical Skills</ h4 >
241260 < div className = "flex flex-wrap gap-2" >
242261 { [
243- "System Design" , "Algorithms" , "Data Structures" , "API Development" ,
244- "System Scalability" , "Reliability" , "Microservices" , "Golang" ,
245- "Java" , "Kafka" , "RabbitMQ" , "Redis" , "PostgreSQL" , "MongoDB" ,
262+ "System Design" , "Algorithms" , "Data Structures" , "API Development" ,
263+ "System Scalability" , "Reliability" , "Microservices" , "Golang" ,
264+ "Java" , "Kafka" , "RabbitMQ" , "Redis" , "PostgreSQL" , "MongoDB" ,
246265 "ClickHouse" , "Docker" , "Kubernetes" , "Terraform"
247266 ] . map ( ( skill ) => (
248267 < Badge key = { skill } variant = "outline" className = "text-xs" >
0 commit comments