We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acc287 commit e070fbeCopy full SHA for e070fbe
src/components/Experience.tsx
@@ -16,19 +16,6 @@ const experiences = [
16
'Collaborated with development teams for system optimization',
17
],
18
},
19
- {
20
- title: 'Jr. Software Developer',
21
- company: 'Tailormade Information Systems',
22
- location: 'Istanbul, Turkey',
23
- period: 'July 2023 - May 2024',
24
- type: 'work',
25
- description: [
26
- 'Developed software solutions using .NET framework',
27
- 'Participated in code reviews and team collaboration',
28
- 'Gained 1 year of professional programming experience',
29
- 'Worked on new project launches and existing software management',
30
- ],
31
- },
32
]
33
34
const education = [
@@ -293,4 +280,4 @@ export default function Experience() {
293
280
</div>
294
281
</section>
295
282
)
296
-}
283
+}
0 commit comments