My Work

A comprehensive overview of my projects and professional experience. Each project represents a unique challenge and an opportunity to deliver value.

All Projects

A complete timeline of the projects I've worked on.

01/2023 - 08/2024
Slide 1

CAWIN Debt Counseling Software

Institut für Finanzdienstleistungen e.V. via JaMoin
01/2023 - 08/2024

CAWIN is a specialized software used by professionals to manage debt counseling and insolvency proceedings for private households. My role was to replace the 15-year-old legacy system with a robust, modern solution without losing any functional depth. I architected and built the new desktop client using C# and WPF, integrating it with a cloud-based SQL backend. The system automates complex financial calculations, generates legal insolvency documents (Serienbriefe), and supports offline operation for sensitive environments like correctional facilities. Additionally, I contributed to the accompanying Blazor web portal used for license management

Features:

  • Automated generation of insolvency applications and regulation plans
  • Offline-capable Desktop App (.NET Core) for high-security environments
  • Blazor-based Web Portal for license and customer management
  • Direct interface for data submission to the Federal Statistical Office
  • Dynamic Cloud Database generation for new tenants

My Role:

Lead software engineer responsible for architecture design, planning and implementation of core modules, and coordination with the client team and stakeholders. Implementing the complex business logic required for insolvency law compliance

C#WPF.NETEF (Entity Framework) CoreSQL ServerAzure CloudBlazor
11/2018 - 08/2020
Slide 1

Hyland automate (formerly Another Monday)

internal via Another Monday
11/2018 - 08/2020

As a Fullstack C# Developer at Another Monday (acquired by Hyland), I served as a core architect and developer for a greenfield RPA desktop solution. Working in a lean agile team, I guided the product through its entire lifecycle—from the initial "Idea" phase through architecture, planning, and final release. The goal was to abstract complex code into a user-friendly visual interface. The resulting application empowers users to design, configure, and deploy software robots that automate repetitive digital workflows, significantly reducing manual effort for end-clients. My role ensured that the application was not only technically robust and scalable but also delivered a superior User Experience (UX) that simplified complex automation logic for non-technical stakeholders, creating a scalable foundation that allowed the product to eventually be acquired by Hyland

Features:

  • Desktop-based interface allowing users to build automation workflows (bots) without coding knowledge
  • Implemented features and integrations based on customer requests and requirements.
  • Integrated Process Analysis Tool to identify automation opportunities
  • Optimized UX Workflows

My Role:

Architected and developed a full-stack Robotic Process Automation (RPA) desktop application from initial concept to market release, enabling enterprise customers to automate complex digital routine tasks autonomously.

C#XAMLWPF.NETAzure DevopsSQL Server
06/2022 - 07/2024

Modular Crypto Trading Suite

Personal Project
06/2022 - 07/2024

A suite of micro-tools designed to automate the full lifecycle of a crypto trade. The system architecture is split into specialized modules: a Scraper for candle data, a dedicated Indicator Calculator for technical analysis, and a Strategy Tester for execution logic. The system was designed to monitor market pairs in real-time, apply customized technical indicators, and execute buy/sell orders automatically when specific strategy thresholds are met.

Features:

  • Modular micro-service architecture
  • Real-time candle data scraping and processing
  • Extensible technical indicator calculation engine
  • Automated buy/sell signal triggering
  • Custom strategy testing framework

My Role:

Sole Architect & Developer in my own project. Designed the multi-project structure and implemented core trading logic.

C#.NETAsynchronous ProgrammingREST APIAlgorithmic Trading
12/2020 - 08/2021

Internal Performance Management System

Internal via Deloitte
12/2020 - 08/2021

As a Fullstack Engineer, I built an internal web application designed to digitize the employee performance review cycle. The system replaced legacy workflows with a modern Web Application, allowing managers to set, track, and evaluate annual target agreements seamlessly. My contribution spanned the entire stack. From designing the Angular frontend for optimal UX to implementing secure C# API endpoints, while also managing the projects Agile ceremonies to ensure alignment with business goals.

Features:

  • Interactive Dashboard for Management to view team targets
  • Digital workflow for setting and signing Annual Target Agreements
  • Role-based access control (Employee vs. Manager views)
  • Real-time status tracking of performance reviews

My Role:

Fullstack developer and Agile Lead, responsible for the frontend/backend implementation, UI/UX design, and facilitating stakeholder communication to define project requirements

C#ASP.NET CoreAngularTypeScriptAzure DevOpsEntity Framework
01/2026 - 01/2026
Slide 1

Quick Right-Click Image Converter

Personal Challenge
01/2026 - 01/2026

With this Project I gave myself a challenge: A one-shot creation via claude code. I wanted to test my skills on prompting and planning a project even before writing the first line of code (or to let code in this case). It ended up having some minor issues, including me being new to Microsoft store and it's requirements. From Idea to shipped project on Microsoft Store, it took me 10 days. With this tool the user is able to right-click an image file on windows and convert it to another format. Helpful if somebody is working with web technologies and has PNGs but needs WEBP format for example.

Features:

  • Top-Level Context Menu, not hidden under "show more options"
  • Multiple Format Support, PNG, JPG, WEBP, TIFF, BMP, SVG
  • Batch Conversion
  • Background Processing promissing silent work in the background
  • Toast Notifications informs you about errors etc.
  • Settings UI to configure your default values
  • System Tray icon for fast access to settings
  • Command Line Interface can be used to automate/script (Worker.exe)
  • Dual Image Engine (Magick.NET, best quality) or (SkiaSharp best performance)
  • Custom Naming Patterns to configure output filenames with prefix, suffix and pattern tokens
  • File Lock Handling
  • Cancellation Support
  • Smart Memory Management automatically adjusts parallelism based on available system RAM
  • GPU Acceleration for SkiaSharp engine

My Role:

Product Owner and Prompt Engineer on my own Project. The Goal was to create a one-shot software with claude code. From idea to publish on Microsoft Store.

C#WPF.NETxUnitMicrosoft Store
06/2017 - 05/2018

Steam Card & Trade Automation Suite

Personal Project
06/2017 - 05/2018

A automation suite designed to manage Steam accounts, automate "card farming" (idling games for drops), and handle incoming trade offers. The system is built on a modular architecture: the core engine handles the complex Steam protocol and 2FA authentication, while the dedicated UI allows for real-time monitoring and management of multiple bot instances simultaneously. A key feature is the "Transparent Idling" mode, which allows the bot to operate on a main account without interrupting the user's active sessions.

Features:

  • Multi-account management with concurrent idling
  • Automated trade offer handling and card farming logic
  • Integration with SteamKit2 for low-level protocol communication
  • 2FA support via SteamAuth integration
  • Non-intrusive "Main Account" background operation
  • Real-time status monitoring via dedicated WPF/WinForms UI

My Role:

Sole Engineer, designed the core automation logic and the multi-account management interface.

C#.NETSteamKit2SteamAuthNewtonsoft.JsonDesktop UI
2017 - 2018

Steam Market & Trading Aggregator

Personal Project
2017 - 2018

A comprehensive data-driven system designed to track and consolidate Steam item pricing from multiple external marketplaces (BitSkins, OpSkins). The backend consists of high-frequency scrapers that normalize data into a unified database, while the Web API handles item discovery and secure user sessions using Steam's OpenID authentication protocol.

Features:

  • Multi-source price scraping and data normalization
  • Consolidated SQL database for unified item tracking
  • Secure Steam OpenID authentication integration
  • RESTful Web API for real-time item retrieval
  • Cross-market price comparison logic

My Role:

Full Stack Engineer - built the scrapers, designed the unified database schema, and implemented the auth-secured API and website.

C#.NET CoreWeb APIEntity FrameworkSQL ServerSteam OpenID
07/2022 - 10/2022

AcrossMT Integration & Desktop Client

internal via Across
07/2022 - 10/2022

AcrossMT is a secure, custom-trainable machine translation engine designed for enterprises requiring strict data sovereignty. My role focused on the desktop client implementation, the critical interface where professional translators interact with this engine. I led the modular redesign of the application using C# and WPF, moving away from monolithic structures to a flexible architecture. This modernization allowed seamless integration of features and ensured the desktop client offered the same intuitive experience as the web counterpart, while maintaining the robustness of the underlying C++ core

Features:

  • Modular WPF/XAML Architecture for scalable UI development
  • Hybrid technology stack management (C# Frontend / C++ Backend)
  • Unified UX design ensuring consistency with the Across Web Client

My Role:

Took over the responsibility for UI/UX of the desktop application, coordinating the application in a suite of products and it´s implementations.

C#XAMLWPF.NETC++Azure DevopsSQL Server
01/2026 - 01/2026

KleinanzeigenPlugin

Personal Challenge
01/2026 - 01/2026

Looking for apartments on kleinanzeigen.de, I was annoyed by having to search trough the same Ads that I have seen the last sessions already. Not being able to instantly see which I contacted or not interested in. With the "KleinanzeigenPlugin", you are able to hide Ads to see which ones you are not interested in or to mark them as contacted, which adds a faded green background color. In the filterview you then can see the filtered entries, being able to restore them and to filter out whole keywords. With "KleinanzeigenPlugin" the user is able to filter out Ads in all categories on "Kleinanzeigen.de", making it a usecase for every "Kleinanzeigen.de"-User that wants to optimize his search experience.

Features:

  • Hide Ads on "Kleinanzeigen.de" you are not interested in
  • Keyword filtering hides ads containing keywords (e.g., "Tauschwohnung")
  • Contact Tracking by marking ads you have already contacted

My Role:

Sole Software engineer on my own Project. The goal was to optimize my and my brothers search experience on "Kleinanzeigen.de", planning to release as standalone plugin.

JavascriptCSSHTMLTampermonkey
01/2017 - 03/2017
Slide 1

Schneider Electric AR Application

Schneider Electric via VUCX
01/2017 - 03/2017

As the primary C#/Unity Engineer on this project, I took ownership of the technical implementation from the initial concept phase to the release of a functional iOS prototype. The goal was to modernize Schneider Electric's sales toolkit by adding a digital layer to their physical sample cases. I architected the application using the Unity Engine and the Vuforia AR Framework to enable real-time object recognition. When a sales representative scans a physical product, the app overlays custom 3D animations and technical data, allowing for a deeper exploration of product features. I was responsible for both the frontend visual logic and the backend data handling within Unity, ensuring a smooth, intuitive User Experience (UX) that aligned with the high design standards of the agency.

Features:

  • Real-time object recognition using Vuforia AR
  • Interactive 3D product overlays and animations
  • Digital visualization of technical specifications
  • Optimized iOS mobile performance
  • Seamless integration of physical and digital assets

My Role:

Lead software engineer for the AR prototype. Responsible for architecture, full-stack Unity development (C#), and iOS deployment to transform sales concepts into a working interactive product.

C#Unity EngineVuforia AR FrameworkVisual StudioiOSMobile Development
12/2022 - 12/2022

Advent of Code 2022

Personal Challenge
12/2022 - 12/2022

A collection of algorithmic solutions for the annual Advent of Code event. This project demonstrates core C# proficiency, focusing on efficient data processing, string manipulation, and logical problem-solving under constraints.

Features:

  • Algorithmic problem solving
  • Efficient data parsing and transformation
  • Application of various data structures (Stacks, Queues, Lists)
  • Clean, readable C# implementations

My Role:

Developer - implemented optimized solutions for daily logic puzzles.

C#.NETAlgorithms

Full Experience

My complete professional journey in software development.

08/2021 - 01/2026

paulabramov.com

Personal Projects & Traveling
08/2021 - 01/2026|paulabramov.com

Responsibilities:

Explored new interests and built new soft- and hardskills. On my travels, I strengthened my language skills, my interaction with people, my communication and thus got to know the many different ways of thinking of my fellow human beings. It allowed me to see many things from different perspectives and to expand my creativity.

Achievements:

  • Improved AI prompting via Prompt Engineering and one-shot projects
  • Published Tool on Microsoft Store
  • Modular Crypto Trading Suite - automated cryptocurrency analysis and algorithmic trade execution
  • Steam Card & Trade Automation - Multi-account automation suite for Steam marketplace trading
  • Steam Market & Trading Aggregator - Aggregating Steam item prices across multiple third-party markets

Tech Stack:

C#.NETREST APIAlgorithmic TradingSteamKit2Entity FrameworkSQL ServerWeb APIAI PromptingPrompt Engineerung

Soft Skills:

  • Self-Directed Learning
  • Cross-Cultural Communication
  • Adaptability
  • Creative Problem Solving
  • Independent Project Management
01/2023 - 07/2024

JaMoin GmbH

Senior FullStack C# Software Developer
01/2023 - 07/2024|jamoin.de

Responsibilities:

Worked as part of a development team building custom software solutions for the client Institut für Finanzdienstleistungen e.V.. Primarily focused on .NET desktop. Collaborated with a small dev team of 3 and clients to gather requirements, design solutions, and deliver high-quality software products.

Achievements:

  • Led the redevelopment of a 15+ year old legacy system "CAWIN", successfully migrating complex financial logic to a modern .NET Core/WPF architecture
  • Modernized the User Experience (UX) for debt advisors, resulting in more intuitive workflows that reduced processing time for insolvency cases
  • Significantly increased database transaction reliability and system stability using Entity Framework Core, resolving critical data consistency issues found in the legacy application
  • Established a transparent client relationship by leading stakeholder meetings, managing requirement scope, and translating legal/financial needs into technical specifications

Tech Stack:

C#WPFEF (Entity Framework) Core.NET CoreSQL ServerAzure DevOps

Soft Skills:

  • Remote Team Collaboration
  • Stakeholder Management
  • Agile/Scrum
  • Code Review
  • Technical Architecture
  • Technical Documentation
  • Client Consulting
  • Time and resource management
  • Decision making
  • Meeting Moderator

Related Projects:

07/2022 - 10/2022

Across Systems GmbH

C#/C++ Software Engineer
07/2022 - 10/2022|across.net

Responsibilities:

Engineered the modernization of the legacy translation desktop client, bridging the gap between high-performance C++ backend logic and a modern C#/WPF frontend. My work was pivotal in synchronizing the desktop user experience with the web platform, ensuring a cohesive product suite for enterprise customers

Achievements:

  • Orchestrated a modular redesign of the desktop application using C# and WPF, significantly reducing technical debt and improving future code maintainability
  • Harmonized the User Experience (UX) between the Desktop and Web client, eliminating workflow inconsistencies for hybrid users
  • Optimized cross-departmental development processes by establishing clear interface definitions with the Web Team, accelerating feature parity
  • Enhanced application performance and stability by refactoring legacy modules, directly contributing to a smoother translation workflow for end-users

Tech Stack:

C#WPFC++SQL ServerGitAzure DevOps

Soft Skills:

  • Cross-Platform Alignment
  • Remote Team Collaboration
  • Attention to Detail
  • Team Player
  • Clear Communication
  • Agile/Scrum

Related Projects:

12/2020 - 08/2021

Deloitte GmbH

Fullstack C# Developer
12/2020 - 08/2021|deloitte.com

Responsibilities:

Executed the end-to-end development of a critical internal HR platform tailored for performance management. I modernized the 'annual target agreement' process, shifting it from legacy workflows to a streamlined, intuitive web application, thereby increasing administrative efficiency for management across multiple departments

Achievements:

  • Architected and delivered a robust Fullstack solution (Angular & .NET Core) that digitized the employee target agreement cycle
  • Significantly reduced administrative friction for managers by designing a user-centric interface that simplified complex HR data entry
  • Ensured consistent project velocity by orchestrating weekly Sprint cycles, estimation sessions, and backlog management
  • Acted as the primary technical contact for business stakeholders, effectively translating complex functional requirements into actionable development tasks
  • Maintained high code quality standards through rigorous peer code reviews and automated CI/CD pipeline integration

Tech Stack:

C#ASP .NET CoreAngularGitAzure DevOps

Soft Skills:

  • Stakeholder Management
  • Process Digitization
  • Remote Team Collaboration
  • Attention to Detail
  • Planning
  • Team Player
  • Clear Communication
  • Meeting Moderation
  • Agile/Scrum
08/2020 - 12/2020

Alter Solutions GmbH

Consultant C# Software Engineer
08/2020 - 12/2020|alter-solutions.com

Responsibilities:

Thanks to my previous software development skills I developed products to ease routine work for the inhouse Consultants. In parallel I helped the cyber security team with some structural architecture and process optimization.

Achievements:

  • Enhanced the companys cloud service capabilities by applying Azure Cloud best practices to internal development projects
  • Engineered a custom C#/WPF internal tool that automated routine consultant workflows, significantly reducing manual administrative overhead
  • Directly supported business growth by authoring the technical scope and architecture sections of commercial proposals for high-value Cyber Security bids
  • Optimized inter-departmental collaboration between the Software Engineering and Cyber Security units through structural process improvements

Tech Stack:

C#Azure.NET CoreWPFGit

Soft Skills:

  • Cross-Team and tech Collaboration
  • Technical Sales Support
  • Proposal writing
  • Clear Communication
  • Critical planning and thinking
  • Time and resource management
  • Decision making
  • Agile/Scrum
08/2017 - 08/2020

Another Monday GmbH

Fullstack C# Software Engineer
08/2017 - 08/2020|hyland.com

Responsibilities:

Developed and maintained RPA Front-End-Assistance bots to automate routine work for Telekom. Developed RPA desktop application from beginning to release. A product, which allows the customer to automate his own digital routine work.

Achievements:

  • Generated ~€72,000 annual revenue per bot by optimizing execution logic to secure €0.05 per run across 4,000 daily executions
  • Achieved a 95% success rate on high-volume automation tasks, securing strict Service Level Agreements (SLAs) for Deutsche Telekom
  • Ensured operational continuity during critical software updates by leading a team of 7 engineers in the absence of the Product Owner
  • Transformed a greenfield concept into a market-ready Desktop Application, opening a new revenue stream for self-service automation

Tech Stack:

C#WPFAzure.NET CoreGitSVNGitFlowJIRARedmineSeleniumUIAutomation

Soft Skills:

  • Team Collaboration
  • Revenue-Driven Engineering
  • Crisis Management
  • Team Lead
  • Team Player
  • Critical planning and thinking
  • Clear Communication
  • Time and resource management
  • Decision making
  • Agile/Scrum

Related Projects:

04/2016 - 07/2017

SAE-Institute GmbH

C#/C++ Supervisor "Games Programming"
04/2016 - 07/2017|sae.edu

Responsibilities:

Technical mentor and operational lead for the Games Programming department. Bridged the gap between theoretical curriculum and practical application by guiding students through C# and C++ challenges. I ensured business continuity by maintaining IT infrastructure and streamlining administrative processes, such as resource booking and payment handling, to ensure a frictionless experience for customers and staff.

Achievements:

  • Accelerated student learning by helping with complex technical challenges in C#, C++, Logic, 3D, Unity and Unreal Engine
  • Ensured zero-downtime for classes by proactively maintaining workstations and software
  • Designed and administered practical programming exams
  • Supported recruitment by leading technical workshops at educational exhibitions
  • Streamlined facility operations by managing bookings, payments, and customer inquiries

Tech Stack:

C#C++Unreal EngineUnity Engine

Soft Skills:

  • Technical Mentorship
  • Operational Management
  • Problem understanding and solving
  • Teaching and guiding
  • Critical planning and thinking
  • Clear Communication
  • Time and resource management
  • Decision making
01/2017 - 03/2017

VISION UNLTD. CREATIVE WORX GmbH

C#/Unity Engine Software Engineer
01/2017 - 03/2017|vucx.de

Responsibilities:

Led the technical development of an Augmented Reality Showcase iOS application for a global industrial client. Operating as the core engineer, I translated conceptual designs into a functional software architecture using C# and Unity. I managed the complete development pipeline, from planning and prototyping to implementing AR interactions via Vuforia, ensuring the final delivery met strict UX and performance requirements.

Achievements:

  • From idea to fully functional AR prototype for iOS within tight 3-month timeframe
  • Successfully bridged physical sales tools with digital content, increasing engagement potential for sales teams
  • Solved complex object recognition challenges to ensure stable tracking of industrial parts
  • Provided intuitive User Exprience in brand language

Tech Stack:

C#Unity EngineVuforia AR FrameworkiOS Development

Soft Skills:

  • Rapid Prototyping
  • Project Ownership
  • UX Awareness
  • Cross-functional Collaboration
  • Problem understanding and solving
  • Fast learning of new technology
  • Critical planning and thinking
  • Clear Communication
  • Time and resource management
  • Decision making

Related Projects:

Interested in working together?

I'm always open to discussing new projects and opportunities. Let's create something great together.

Get in Touch