Senior .NET contractor, 15 years building production systems for fintech, healthcare & industrial clients. SaaS, integrations, codebase modernization.
Aktualisiert am 27.05.2026
Profil
Freiberufler / Selbstständiger
Remote-Arbeit
Verfügbar ab: 27.05.2026
Verfügbar zu: 100%
davon vor Ort: 0%
.NET 8
REST
C#
ASP.NET
Blazor
React
Angular
Software as a Service
Windows Forms
Windows Presentation Foundation
SQL
Azure
SOAP
.NET 4.0
.NET 4.5
.net 10
English
C1/C2
German
A1
BULGARIAN
Mother tongue

Einsatzorte

Einsatzorte

Remote (+500km)
Deutschland, Schweiz, Österreich
möglich

Projekte

Projekte

5 Monate
2026-01 - 2026-05

ERP with Multi tenant Authentication

Full-Stack .NET Developer .NET 8 C# Angular ...
Full-Stack .NET Developer

SquidERP - modular ERP platform for SMB operations. 

  • I rebuilt the authentication system end-to-end to support multi-tenancy and multiple identity providers (Google, Microsoft, phone-only login), and built a centralised authentication service that handles auth uniformly across the company's suite of apps. 
  • I also delivered centralised user management across instances - so administrators manage users, roles, and access in one place rather than per-app - and built the billing portal handling subscriptions, plans, and customer self-service. 
  • .NET 8 backend with Angular frontend. 
  • The work covered token issuance and refresh, identity provider integration, tenant-aware permission resolution, and the migration path from the legacy auth layer to the new service without disrupting existing users.

.NET 8 C# Angular SQL Google Cloud
Squid ERP
Remote, US
7 Monate
2025-06 - 2025-12

Construction and commissioning web SaaS with offline support

Full-Stack .NET Developer .net 8 C# Blazor ...
Full-Stack .NET Developer

US-based industrial commissioning SaaS used by field engineers in plants and large facilities.

  • I led the migration from legacy .NET MVC to Blazor WebAssembly and rewrote core modules in the new architecture. 
  • The frontend uses Syncfusion controls throughout - data grids, schedulers, document viewers, and a dynamic form builder that generates complex commissioning checklists. 
  • One of the harder problems on the build was offline-first support:
    • field engineers often work in environments with no connectivity, so the app had to function fully offline, queue changes locally, and sync cleanly when the connection returned. 
  • I designed the local persistence and sync layer, including conflict resolution when multiple users had edited the same records offline. 
  • More recently I integrated AI features into the platform - LLM-powered summarisation of commissioning reports and assisted form filling - wiring model APIs into the existing production Blazor app without disrupting the core workflow.

.net 8 C# Blazor REST SQL DevExpress
BlueRithm
Remote, US
6 Monate
2025-01 - 2025-06

Healthcare transportation desktop and web based applications

Full-Stack .NET Developer .NET 8 C# Blazor ...
Full-Stack .NET Developer

German healthcare transportation client (medical patient transport coordination).

  • I worked across both their flagship products: , the WPF/MVVM desktop platform used by dispatchers, with complex real-time geolocation, route handling, and dense charting where large amounts of moving data have to be readable at a glance; and , the Blazor web counterpart built on the same .NET backend, covering UI components, state management, API design, and the data layer. 
  • Working on both products gave me a clear view of where it makes sense to share logic and contracts between desktop and web and where the two should diverge - the desktop side needs dispatcher-style information density, while the web side benefits from a cleaner, more conventional Blazor UI pattern. 
  • The engagement was also where I got comfortable with the precision and formality that German engineering work expects - detailed specs, clear written communication, and a strong preference for "correct first" over "fast first."  

.NET 8 C# Blazor Windows Presentation Foundation GraphQL
PTAS
Remote, Germany
10 Monate
2024-06 - 2025-03

Fintech Open Banking and Credit Report parsing

Full-Stack .NET Developer C# .NET 8 REST API ...
Full-Stack .NET Developer

UK financial services client (consumer lending and financial claims).

  • I built an open banking and credit report parsing service that ingests bank statement data via open banking APIs and credit reports from the major UK bureaus, normalises both into a common structured model, and surfaces the data into the platform's underwriting and case workflows. 
  • The hard parts were the parsing layer - credit reports vary significantly in format and content between bureaus, and open banking transaction data is messy in its own ways (inconsistent merchant naming, categorisation drift, edge cases around joint accounts, refunds, and pending transactions) - and the normalisation model that lets downstream logic treat both sources uniformly. 
  • The service was built on .NET with idempotent ingestion, async processing for long-running pulls, audit trails on every record (non-negotiable in an FCA-regulated environment), and clear separation between source-specific adapters and the canonical model so adding a new bureau or open banking provider is a contained piece of work, not a rewrite.

C# .NET 8 REST API ETL Azure Blazor React
Allegiant Finance
Remote, UK
5 Monate
2024-09 - 2025-01

Fintech ETL Project for Tax Automation

Backend .NET Developer C# .net 6 ETL ...
Backend .NET Developer

UK-based tax compliance and reporting platform. 

  • I built complex middleware APIs that consolidate data from many third-party sources - ecommerce platforms, marketplaces, and external systems - normalise messy and inconsistent inputs into a clean canonical schema, and extract structured tax data into compliant, auditable reports across multiple jurisdictions. 
  • The work centred on the kind of integration layer where every new connector (a new ecommerce platform, a new country's tax rules) is essentially a new client onboarding onto the platform, so the abstractions and ingestion pipeline had to be solid - idempotent processing, schema versioning, async sync patterns for long-running data pulls, and clear separation between source-specific adapters and the canonical model. 
  • .NET on Azure infrastructure, with a strong emphasis on reliability and correctness - non-negotiable given the regulatory context.

C# .net 6 ETL Azure SQL
Taxually
Remote, UK
1 Jahr 4 Monate
2023-02 - 2024-05

Sensor monitoring application

Desktop .NET Developer .NET C# Windows Forms ...
Desktop .NET Developer

  • Windows desktop application for real-time monitoring of on-site equipment and sensor data across construction sites. 
  • Handles continuous sensor ingestion, live operator dashboards, threshold-based alerting, and historical data review. I led the migration from .NET Framework 4.5 to .NET 8, including the substantial work of moving from legacy WCF and WinForms patterns to modern hosted services and clean separation of concerns. Beyond the migration, ongoing feature work covered the ingestion layer, dashboard components, and the alerting engine.
  • The engagement was a good example of working inside an established industrial codebase with real operational stakes - sensors driving on-site decisions, so reliability and clear logging of every ingested data point and triggered alert mattered more than feature velocity. 
  • Direct experience with a German engineering culture: detailed specs, precise written communication, and a strong preference for correctness over speed.

.NET C# Windows Forms DevExpress
DHPI
Remote, Germany
7 Jahre 8 Monate
2015-06 - 2023-01

Insolvency SaaS

Full-Stack .NET Developer .NET C# Azure ...
Full-Stack .NET Developer
Multi-tenant SaaS insolvency and debt management platform 
  • I built from the ground up for an Irish company (VisionBlue, later acquired by Aryza), now used in production by multiple UK insolvency firms as tenants. 
  • Full microservices architecture on .NET and Azure, with event-driven patterns where eventual consistency was acceptable (notifications, reporting, audit trails) and synchronous APIs on the critical path (case creation, payment processing). 
  • The platform handles the end-to-end lifecycle of insolvency cases - client intake, creditor management, payment scheduling, compliance reporting, and integrations with external regulatory systems and lender APIs over both REST and SOAP. 
  • Multi-tenancy was baked in from day one, with strict tenant isolation at the data and permission layers and senior staff able to see across multiple practitioners within the same firm. 
  • Telemetry and structured logging were non-negotiable from the start - in a regulated environment where insolvency workflows are deeply interconnected, you need to know exactly where and why something failed, not guess from user reports. 
  • Seven years of continuous work across the platform, covering everything from initial architecture to ongoing feature delivery and stabilisation.
.NET C# Azure SQL-Datenbanken Angular Windows Presentation Foundation SOAP
Aryza
Remote, Ireland

Aus- und Weiterbildung

Aus- und Weiterbildung

3 Jahre 10 Monate
2012-08 - 2016-05

Computer Science

Bachelor / Software Developer, South-West University "Neofit Rilski"
Bachelor / Software Developer
South-West University "Neofit Rilski"
  • Introduction to programming (C++)
  • Object-orientated programming (C++)
  • Programming and data structures (Java)
  • Programming in Internet (PHP)
  • Functional programming (Scheme\Lisp), VBA
4 Jahre 9 Monate
2007-09 - 2012-05

SECONDARY EDUCATION

Science and mathematics school "Hristo Smirnenski", Pernik, Bulgaria
Science and mathematics school "Hristo Smirnenski", Pernik, Bulgaria


Position

Position


Kompetenzen

Kompetenzen

Top-Skills

.NET 8 REST C# ASP.NET Blazor React Angular Software as a Service Windows Forms Windows Presentation Foundation SQL Azure SOAP .NET 4.0 .NET 4.5 .net 10

Produkte / Standards / Erfahrungen / Methoden

Profile

  • Senior .NET Software Developer with more than 15 years of experience in developing web applications, web services and APIs, and desktop applications using C# and the .NET tech stack. I use both custom made solutions and popular third party component libraries like DevExpress, Syncfusion and Telerik. Big fan of Blazor.
  • I am one of the top freelancers on Upwork, where I have completed over 7k0 projects with a 100% job success rate and a 5-star rating. I have worked with clients from various industries and domains, such as e-commerce, education, health care, finance, and entertainment. I have been the lead developer on large software projects, where I was responsible for designing, developing, testing, deploying, and maintaining the software solutions.


Experience

  • 15 years across regulated and integration-heavy domains where production systems carry real operational and compliance weight. Fintech and financial services - multi-tenant SaaS for UK insolvency firms (DebtSense / Aryza), tax compliance and reporting platforms (Taxually), and lending and financial operations (Allegiant Finance). Healthcare - EHR integrations with Epic and Cerner over HL7v2 and FHIR, payments and reconciliation tied to EHR billing (BetterDayHealth), and clinical portals (Eddson Dental / PEAKS Dental).
  • Industrial and manufacturing - Windows desktop tooling with serial and USB device communication for PCB and electrical component testing (EigerDesign) and non-destructive ultrasonic testing systems. Healthcare logistics in the German market (Taxiware). 
  • Comfortable working in environments where audit trails, data handling, role-based access, and regulatory posture are core requirements, not afterthoughts - and where the bar is "reliable in production" rather than "looks good in a demo."
  • Integration experience with Microsoft Graph and Microsoft 365 / Entra ID, Epic and Cerner EHR (HL7v2, FHIR), Stripe, and a wide range of third-party REST APIs. Comfortable with event-driven and microservices architecture, multi-tenant SaaS, Docker, CI/CD (Azure DevOps, GitHub Actions), OAuth 2.0 / OIDC, Polly for resilience, Serilog for structured logging, and xUnit/NUnit for testing. Also hands-on with Python (FastAPI, Django), RAG pipelines (Claude, OpenAI, pgvector), and industrial/desktop work in WPF with serial, USB HID, and SciChart.  


SKILLS

  • Object Oriented Programming
  • C#
  • .NET
  • SQL Server
  • Microsoft Azure
  • CSS
  • JavaScript
  • Angular JS
  • .NET Core
  • ASP.NET MVC
  • Blazor
  • WPF
  • Windows Forms
  • Git
  • Team Foundation Server
  • SOLID
  • HTML
  • ASP.NET Web API
  • SOA
  • REST Client
  • SOAP
  • REST API
  • Syncfusion
  • Kendo
  • Telerik
  • Devexpress


Communication and interpersonal skills

  • Good communication skills, team work.


Work Experience

02/2022 - today

Role: SENIOR .NET DEVELOPER 

Customer: UPWORK, SOFIA, BULGARIA


Tasks:

  • I am one of the top freelancers on Upwork, where I have completed over 40 projects with a 100% job success rate and a 5-star rating. 
  • I have worked with clients from various industries and domains, such as e-commerce, education, health care, finance, and entertainment.
  • I have been the lead developer on large software projects, where I was responsible for designing, developing, testing, deploying, and maintaining the software solutions.


06/2015 - 04/2023

Role: SENIOR .NET DEVELOPER 

Customer: DISTANCE INTERNATIONAL, DUBLIN, IRELAND


Tasks:

  • Web based and desktop software development
  • Web and Windows services


Skills:

WPF, MVC, SOA, Microsoft Azure, Azure Cloud Services


04/2014 - 09/2014

Place of Work: BLAGOEVGRAD, BULGARIA

Role: SOFTWARE DEVELOPER ? DEVOPS 


Tasks:

Desktop application programming, mainly C# WinForms applcations.


08/2013 - 03/2016

Role: SYSTEM SOFTWARE SPECIALIST 

Customer: SOUTH-WEST UNIVERSITY "NEOFIT RILSKI" , BLAGOEVGRAD, BULGARIA


Tasks:

  • Development and maintanence of the university's web site (URL on request).
  • Developing various software solutions for the needs of the university, such as:
    • web-based application for the central registry;
    • web-based application for managing assets in the IT department
    • web-based academic information system for teachers and students

Programmiersprachen

.NET
Experte
C#
Experte
React
Next.js, Tailwind, TypeScript
Angular
Experte
Blazor
Experte
REST APIs
Experte
Windows Forms
Experte
WPF/MVVM
Experte
Azure
Experte
ASP.NET
Core Web API
Entity Framework Core
Dapper
Hangfire
MediatR.


Datenbanken

SQL Server
PostgreSQL
incl. pgvector
Redis
Azure across App Service
Functions
Service Bus
Storage
Key Vault
Application Insights

Branchen

Branchen

  • Fintech and financial services
  • Healthcare / Healthtech
  • Industrial and manufacturing
  • Healthcare logistics

Einsatzorte

Einsatzorte

Remote (+500km)
Deutschland, Schweiz, Österreich
möglich

Projekte

Projekte

5 Monate
2026-01 - 2026-05

ERP with Multi tenant Authentication

Full-Stack .NET Developer .NET 8 C# Angular ...
Full-Stack .NET Developer

SquidERP - modular ERP platform for SMB operations. 

  • I rebuilt the authentication system end-to-end to support multi-tenancy and multiple identity providers (Google, Microsoft, phone-only login), and built a centralised authentication service that handles auth uniformly across the company's suite of apps. 
  • I also delivered centralised user management across instances - so administrators manage users, roles, and access in one place rather than per-app - and built the billing portal handling subscriptions, plans, and customer self-service. 
  • .NET 8 backend with Angular frontend. 
  • The work covered token issuance and refresh, identity provider integration, tenant-aware permission resolution, and the migration path from the legacy auth layer to the new service without disrupting existing users.

.NET 8 C# Angular SQL Google Cloud
Squid ERP
Remote, US
7 Monate
2025-06 - 2025-12

Construction and commissioning web SaaS with offline support

Full-Stack .NET Developer .net 8 C# Blazor ...
Full-Stack .NET Developer

US-based industrial commissioning SaaS used by field engineers in plants and large facilities.

  • I led the migration from legacy .NET MVC to Blazor WebAssembly and rewrote core modules in the new architecture. 
  • The frontend uses Syncfusion controls throughout - data grids, schedulers, document viewers, and a dynamic form builder that generates complex commissioning checklists. 
  • One of the harder problems on the build was offline-first support:
    • field engineers often work in environments with no connectivity, so the app had to function fully offline, queue changes locally, and sync cleanly when the connection returned. 
  • I designed the local persistence and sync layer, including conflict resolution when multiple users had edited the same records offline. 
  • More recently I integrated AI features into the platform - LLM-powered summarisation of commissioning reports and assisted form filling - wiring model APIs into the existing production Blazor app without disrupting the core workflow.

.net 8 C# Blazor REST SQL DevExpress
BlueRithm
Remote, US
6 Monate
2025-01 - 2025-06

Healthcare transportation desktop and web based applications

Full-Stack .NET Developer .NET 8 C# Blazor ...
Full-Stack .NET Developer

German healthcare transportation client (medical patient transport coordination).

  • I worked across both their flagship products: , the WPF/MVVM desktop platform used by dispatchers, with complex real-time geolocation, route handling, and dense charting where large amounts of moving data have to be readable at a glance; and , the Blazor web counterpart built on the same .NET backend, covering UI components, state management, API design, and the data layer. 
  • Working on both products gave me a clear view of where it makes sense to share logic and contracts between desktop and web and where the two should diverge - the desktop side needs dispatcher-style information density, while the web side benefits from a cleaner, more conventional Blazor UI pattern. 
  • The engagement was also where I got comfortable with the precision and formality that German engineering work expects - detailed specs, clear written communication, and a strong preference for "correct first" over "fast first."  

.NET 8 C# Blazor Windows Presentation Foundation GraphQL
PTAS
Remote, Germany
10 Monate
2024-06 - 2025-03

Fintech Open Banking and Credit Report parsing

Full-Stack .NET Developer C# .NET 8 REST API ...
Full-Stack .NET Developer

UK financial services client (consumer lending and financial claims).

  • I built an open banking and credit report parsing service that ingests bank statement data via open banking APIs and credit reports from the major UK bureaus, normalises both into a common structured model, and surfaces the data into the platform's underwriting and case workflows. 
  • The hard parts were the parsing layer - credit reports vary significantly in format and content between bureaus, and open banking transaction data is messy in its own ways (inconsistent merchant naming, categorisation drift, edge cases around joint accounts, refunds, and pending transactions) - and the normalisation model that lets downstream logic treat both sources uniformly. 
  • The service was built on .NET with idempotent ingestion, async processing for long-running pulls, audit trails on every record (non-negotiable in an FCA-regulated environment), and clear separation between source-specific adapters and the canonical model so adding a new bureau or open banking provider is a contained piece of work, not a rewrite.

C# .NET 8 REST API ETL Azure Blazor React
Allegiant Finance
Remote, UK
5 Monate
2024-09 - 2025-01

Fintech ETL Project for Tax Automation

Backend .NET Developer C# .net 6 ETL ...
Backend .NET Developer

UK-based tax compliance and reporting platform. 

  • I built complex middleware APIs that consolidate data from many third-party sources - ecommerce platforms, marketplaces, and external systems - normalise messy and inconsistent inputs into a clean canonical schema, and extract structured tax data into compliant, auditable reports across multiple jurisdictions. 
  • The work centred on the kind of integration layer where every new connector (a new ecommerce platform, a new country's tax rules) is essentially a new client onboarding onto the platform, so the abstractions and ingestion pipeline had to be solid - idempotent processing, schema versioning, async sync patterns for long-running data pulls, and clear separation between source-specific adapters and the canonical model. 
  • .NET on Azure infrastructure, with a strong emphasis on reliability and correctness - non-negotiable given the regulatory context.

C# .net 6 ETL Azure SQL
Taxually
Remote, UK
1 Jahr 4 Monate
2023-02 - 2024-05

Sensor monitoring application

Desktop .NET Developer .NET C# Windows Forms ...
Desktop .NET Developer

  • Windows desktop application for real-time monitoring of on-site equipment and sensor data across construction sites. 
  • Handles continuous sensor ingestion, live operator dashboards, threshold-based alerting, and historical data review. I led the migration from .NET Framework 4.5 to .NET 8, including the substantial work of moving from legacy WCF and WinForms patterns to modern hosted services and clean separation of concerns. Beyond the migration, ongoing feature work covered the ingestion layer, dashboard components, and the alerting engine.
  • The engagement was a good example of working inside an established industrial codebase with real operational stakes - sensors driving on-site decisions, so reliability and clear logging of every ingested data point and triggered alert mattered more than feature velocity. 
  • Direct experience with a German engineering culture: detailed specs, precise written communication, and a strong preference for correctness over speed.

.NET C# Windows Forms DevExpress
DHPI
Remote, Germany
7 Jahre 8 Monate
2015-06 - 2023-01

Insolvency SaaS

Full-Stack .NET Developer .NET C# Azure ...
Full-Stack .NET Developer
Multi-tenant SaaS insolvency and debt management platform 
  • I built from the ground up for an Irish company (VisionBlue, later acquired by Aryza), now used in production by multiple UK insolvency firms as tenants. 
  • Full microservices architecture on .NET and Azure, with event-driven patterns where eventual consistency was acceptable (notifications, reporting, audit trails) and synchronous APIs on the critical path (case creation, payment processing). 
  • The platform handles the end-to-end lifecycle of insolvency cases - client intake, creditor management, payment scheduling, compliance reporting, and integrations with external regulatory systems and lender APIs over both REST and SOAP. 
  • Multi-tenancy was baked in from day one, with strict tenant isolation at the data and permission layers and senior staff able to see across multiple practitioners within the same firm. 
  • Telemetry and structured logging were non-negotiable from the start - in a regulated environment where insolvency workflows are deeply interconnected, you need to know exactly where and why something failed, not guess from user reports. 
  • Seven years of continuous work across the platform, covering everything from initial architecture to ongoing feature delivery and stabilisation.
.NET C# Azure SQL-Datenbanken Angular Windows Presentation Foundation SOAP
Aryza
Remote, Ireland

Aus- und Weiterbildung

Aus- und Weiterbildung

3 Jahre 10 Monate
2012-08 - 2016-05

Computer Science

Bachelor / Software Developer, South-West University "Neofit Rilski"
Bachelor / Software Developer
South-West University "Neofit Rilski"
  • Introduction to programming (C++)
  • Object-orientated programming (C++)
  • Programming and data structures (Java)
  • Programming in Internet (PHP)
  • Functional programming (Scheme\Lisp), VBA
4 Jahre 9 Monate
2007-09 - 2012-05

SECONDARY EDUCATION

Science and mathematics school "Hristo Smirnenski", Pernik, Bulgaria
Science and mathematics school "Hristo Smirnenski", Pernik, Bulgaria


Position

Position


Kompetenzen

Kompetenzen

Top-Skills

.NET 8 REST C# ASP.NET Blazor React Angular Software as a Service Windows Forms Windows Presentation Foundation SQL Azure SOAP .NET 4.0 .NET 4.5 .net 10

Produkte / Standards / Erfahrungen / Methoden

Profile

  • Senior .NET Software Developer with more than 15 years of experience in developing web applications, web services and APIs, and desktop applications using C# and the .NET tech stack. I use both custom made solutions and popular third party component libraries like DevExpress, Syncfusion and Telerik. Big fan of Blazor.
  • I am one of the top freelancers on Upwork, where I have completed over 7k0 projects with a 100% job success rate and a 5-star rating. I have worked with clients from various industries and domains, such as e-commerce, education, health care, finance, and entertainment. I have been the lead developer on large software projects, where I was responsible for designing, developing, testing, deploying, and maintaining the software solutions.


Experience

  • 15 years across regulated and integration-heavy domains where production systems carry real operational and compliance weight. Fintech and financial services - multi-tenant SaaS for UK insolvency firms (DebtSense / Aryza), tax compliance and reporting platforms (Taxually), and lending and financial operations (Allegiant Finance). Healthcare - EHR integrations with Epic and Cerner over HL7v2 and FHIR, payments and reconciliation tied to EHR billing (BetterDayHealth), and clinical portals (Eddson Dental / PEAKS Dental).
  • Industrial and manufacturing - Windows desktop tooling with serial and USB device communication for PCB and electrical component testing (EigerDesign) and non-destructive ultrasonic testing systems. Healthcare logistics in the German market (Taxiware). 
  • Comfortable working in environments where audit trails, data handling, role-based access, and regulatory posture are core requirements, not afterthoughts - and where the bar is "reliable in production" rather than "looks good in a demo."
  • Integration experience with Microsoft Graph and Microsoft 365 / Entra ID, Epic and Cerner EHR (HL7v2, FHIR), Stripe, and a wide range of third-party REST APIs. Comfortable with event-driven and microservices architecture, multi-tenant SaaS, Docker, CI/CD (Azure DevOps, GitHub Actions), OAuth 2.0 / OIDC, Polly for resilience, Serilog for structured logging, and xUnit/NUnit for testing. Also hands-on with Python (FastAPI, Django), RAG pipelines (Claude, OpenAI, pgvector), and industrial/desktop work in WPF with serial, USB HID, and SciChart.  


SKILLS

  • Object Oriented Programming
  • C#
  • .NET
  • SQL Server
  • Microsoft Azure
  • CSS
  • JavaScript
  • Angular JS
  • .NET Core
  • ASP.NET MVC
  • Blazor
  • WPF
  • Windows Forms
  • Git
  • Team Foundation Server
  • SOLID
  • HTML
  • ASP.NET Web API
  • SOA
  • REST Client
  • SOAP
  • REST API
  • Syncfusion
  • Kendo
  • Telerik
  • Devexpress


Communication and interpersonal skills

  • Good communication skills, team work.


Work Experience

02/2022 - today

Role: SENIOR .NET DEVELOPER 

Customer: UPWORK, SOFIA, BULGARIA


Tasks:

  • I am one of the top freelancers on Upwork, where I have completed over 40 projects with a 100% job success rate and a 5-star rating. 
  • I have worked with clients from various industries and domains, such as e-commerce, education, health care, finance, and entertainment.
  • I have been the lead developer on large software projects, where I was responsible for designing, developing, testing, deploying, and maintaining the software solutions.


06/2015 - 04/2023

Role: SENIOR .NET DEVELOPER 

Customer: DISTANCE INTERNATIONAL, DUBLIN, IRELAND


Tasks:

  • Web based and desktop software development
  • Web and Windows services


Skills:

WPF, MVC, SOA, Microsoft Azure, Azure Cloud Services


04/2014 - 09/2014

Place of Work: BLAGOEVGRAD, BULGARIA

Role: SOFTWARE DEVELOPER ? DEVOPS 


Tasks:

Desktop application programming, mainly C# WinForms applcations.


08/2013 - 03/2016

Role: SYSTEM SOFTWARE SPECIALIST 

Customer: SOUTH-WEST UNIVERSITY "NEOFIT RILSKI" , BLAGOEVGRAD, BULGARIA


Tasks:

  • Development and maintanence of the university's web site (URL on request).
  • Developing various software solutions for the needs of the university, such as:
    • web-based application for the central registry;
    • web-based application for managing assets in the IT department
    • web-based academic information system for teachers and students

Programmiersprachen

.NET
Experte
C#
Experte
React
Next.js, Tailwind, TypeScript
Angular
Experte
Blazor
Experte
REST APIs
Experte
Windows Forms
Experte
WPF/MVVM
Experte
Azure
Experte
ASP.NET
Core Web API
Entity Framework Core
Dapper
Hangfire
MediatR.


Datenbanken

SQL Server
PostgreSQL
incl. pgvector
Redis
Azure across App Service
Functions
Service Bus
Storage
Key Vault
Application Insights

Branchen

Branchen

  • Fintech and financial services
  • Healthcare / Healthtech
  • Industrial and manufacturing
  • Healthcare logistics

Vertrauen Sie auf Randstad

Im Bereich Freelancing
Im Bereich Arbeitnehmerüberlassung / Personalvermittlung

Fragen?

Rufen Sie uns an +49 89 500316-300 oder schreiben Sie uns:

Das Freelancer-Portal

Direktester geht's nicht! Ganz einfach Freelancer finden und direkt Kontakt aufnehmen.