Resume

Projects I've worked on

A closer look at some of the projects and features I've built throughout my career. Each one brought unique challenges and valuable learning experiences.

Refako.dk

refako.dk

One of the biggest online retailers for auto parts in Denmark, with 300,000+ products. A complex B2C/B2B e-commerce setup with RESTful APIs, SQL and Postgres databases.

Delivery Time Calculation Module

Built a module that calculated "package in hand" date for customers based on supplier delivery times, warehouse working hours and deadlines, courier delivery times, holidays, and weekends. The end result showed customers "Order now and have the product delivered on X" — a challenging assignment with a lot of factors and heavy database querying.

Supplier Comparison Report

When ordering auto parts, customers can provide their license plate number to find products matching their specific vehicle, powered by the massive TecDoc API. Built a system that could take supplier IDs, compare their products to find duplicates, and generate an Excel report showcasing the duplicate products from their respective suppliers. Provided deep insight into navigating a massive RESTful API.

Baltic Finance

A large underwriting agency — essentially an insurance company for insurance companies. Insurance companies use Baltic Finance to get their policy offers approved before finalising the sale to the end customer. One of the biggest and most complex back office systems I've worked on.

Insurance Policy Offer System

Built a back office system where workers from different insurance companies could log in, create insurance policy offers across various categories (car, home, liability, etc.), and submit them for review. Baltic Finance would then approve, deny, or request changes. Approved offers could be mailed directly to the final customer.

Insurance Policy Clause Module

Built a module integrated into the existing policy offer creation system for creating and attaching clauses to policy offers — e.g. "Your car costs more than €1,000,000, so our policy requires a GPS tracker." The module dynamically altered the offer price based on insured item values, calculating from fixed percentages across different value intervals. Heavily used Stimulus and Turbo Streams for real-time clause attachment without page refreshes, providing a smooth and intuitive experience for the insurance workers.

Monetumo.com

monetumo.com

A startup company dealing with header bidding services. Monetumo helps ad publishers automate ad publishing and increase the revenue they get from clicks and impressions. Currently working with this client as a freelance consultant.

Onboarding System

Built the complete onboarding system for new customers — from sign-up to the dashboard where they manage their domains. The flow involves adding a domain, validating it, analysing what CMS and ad publishing system the website uses, and then generating the correct files with the right source code for uploading to automatically integrate Monetumo's ad publishing. Gained significant experience with web scraping during the domain analysis phase.

Placement Module

Built a module where ad publishers can specify available content spaces on their domains (max width and height). The system generates a production-ready JSON file with these specifications that publishers upload to their website, telling ad providers exactly what ad sizes to serve. Gained experience with controller-based rendering of production-ready JSON files with proper formatting for developer readability.