Compare commits

..

No commits in common. "35c59fa8769e5de245bec4bf17e7f53bbf84d66c" and "ff1d748225ed27bc9bcd64d465d7772ca7896673" have entirely different histories.

3 changed files with 20 additions and 23 deletions

35
cv.json
View File

@ -8,23 +8,9 @@
"upwork": "idimitrov",
"experience": [
{
"company": "Deutsche Börse AG",
"position": "Software Developer",
"location": "Prague, Czechia",
"from": "Feb 2024",
"to": "9999",
"description": "Deutsche Börse AG is a German multinational corporation that offers a marketplace for organizing the trading of shares and other securities. My role as a software developer working in the Prague branch is to take part in the implementation and integration of new features like the support for OTC IRS in C7 CAS in Release 2.284 as well as the Repo market support in C7 CAS.",
"links": [
{
"text": "Release notes",
"href": "https://www.eurex.com/ec-en/support/initiatives/c7-client-administration-service/C7-CAS-Releases-2900566?frag=3919554"
}
]
},
{
"company": "IDimitrov Ltd.",
"position": "Director/Owner",
"location": "Planet Earth",
"company": "idimitrov.dev",
"position": "Software Developer / Owner",
"location": "Worldwide",
"from": "2023",
"to": "9999",
"description": "This is my software consulting and development business. It offers web development services to businesses around the world. Please head over to my resume website or my Upwork profile to learn more.",
@ -40,6 +26,21 @@
],
"feedback": "100% Job Success"
},
{
"company": "Stepsy",
"position": "Freelance Full Stack Software Developer",
"location": "Estonia",
"from": "29 Jul 2023",
"to": "5 Nov 2023",
"description": "As a software developer working with stepsy.co, I was responsible for implementing their brand new wiki web app stepsy.wiki. Working on this greenfield project allowed me to make fundamental technical decisions that had a positive impact on further development.",
"links": [
{
"text": "Case Study",
"href": "https://www.idimitrov.dev/c/cases/stepsy.wiki.md"
}
],
"feedback": "Great experience working with Ivan! Ready to implement your vision, also advises on how it should be done."
},
{
"company": "RA Creative",
"position": "Full Stack Software Developer",

View File

@ -1,6 +1,6 @@
main = $(pname).tsx
default: dev
default: all
all:
bun $(main)

View File

@ -34,11 +34,7 @@ export default function Experience({
<Text style={tw("text-amber-500")}>{position}</Text>
<Text>at</Text>
<Text style={tw("text-blue-500")}>
{company}
</Text>
<Text>in</Text>
<Text style={tw("text-sky-500")}>
{location}
{company}, {location}
</Text>
<Text>from</Text>
<Text style={tw("text-lime-500")}>{from.toDateString()}</Text>