Skip to content

Commit be109ca

Browse files
Add Optiweb work experience entry
1 parent fc75d34 commit be109ca

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/lib/shared/constants/work.constants.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
import type { Work } from '@shared/types/work.types';
22

33
export const previousWork: Work[] = [
4+
{
5+
company: 'Optiweb d.o.o.',
6+
position: 'Senior Software Developer',
7+
from: 'Mar 2025',
8+
to: 'Present',
9+
tasks: [
10+
'Introduced monorepo structure for agency projects, enabling code reuse and accelerating development.',
11+
'Implemented Vercel for front-end deployments, streamlining development workflows.',
12+
'Redesigned Optiweb.com using headless CMS with Payload and Next.js, leveraging static generation for enhanced performance.',
13+
'Contributed to CPQ-based projects, developing sales configuration and pricing tools.',
14+
'Educated team on AI tools and best practices, improving productivity and fostering innovative AI adoption.',
15+
],
16+
},
417
{
518
company: 'Bird Buddy d.o.o.',
619
position: 'Senior Software Developer',

0 commit comments

Comments
 (0)