add dbg entry

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-24 19:31:41 +02:00
parent ff1d748225
commit 3f48cc2fb6
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 17 additions and 18 deletions

33
cv.json
View File

@ -8,8 +8,22 @@
"upwork": "idimitrov",
"experience": [
{
"company": "idimitrov.dev",
"position": "Software Developer / Owner",
"company": "Deutsche Börse AG",
"position": "Software Developer",
"location": "Worldwide",
"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": "Worldwide",
"from": "2023",
"to": "9999",
@ -26,21 +40,6 @@
],
"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: all
default: dev
all:
bun $(main)