From 3f48cc2fb662fa55e1e71e6da8f5161fdcd584c9 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Wed, 24 Jul 2024 19:31:41 +0200 Subject: [PATCH] add dbg entry --- cv.json | 33 ++++++++++++++++----------------- makefile | 2 +- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/cv.json b/cv.json index 3145a07..aaeb85f 100644 --- a/cv.json +++ b/cv.json @@ -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", diff --git a/makefile b/makefile index c7dd2c3..dfaeeb7 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ main = $(pname).tsx -default: all +default: dev all: bun $(main)