About
I started programming at the age of seven, creating text-based RPGs with my older brother on an ancient PASCAL computer. Computers and technology have always fascinated me, but it wasn't until many years later that I turned my passion into a profession.
Over the years, I have had the opportunity to work with a diverse range of organizations, including a fintech company, an online casino platform, a security company, a highly innovative startup, and one of the world’s most visited websites.
Currently seeking new opportunities, I am passionate about software development and am eager to bring my expertise to a new team.
Please feel free to contact me on LinkedIn or via email to discuss potential collaborations or job openings.
Experience
2023 — 2024 Senior Software Engineer·Nira
California, US (Remote)Helping companies take control over their documents, enhancing the transparency of both internal and external access to company records.
- TypeScript
- React
- NextJs
- tRPC
- GraphQL
- ElasticSearch
- AWS
2022 — 2023 Software Engineer·Stack Overflow
New York, US (Remote)Part of the Awareness team, primarily involved in optimizing ads and metrics to improve click-through rates, automation, and impressions.
- TypeScript
- Webpack
- C#
- SQL
- Redis
- ElasticSearch
- Google Ads
April — Oct 2022 Senior Software Engineer·Yubico
California, US (Remote)Responsible for maintaining an e-commerce website built on React and overseeing the migration of its functionality to a new Svelte-based application.
- TypeScript
- React
- NextJs
- Svelte
- TailwindCSS
- MySQL
- Docker
2020 — 2022 Software Engineer·Gamesys
Skövde, Sweden (Hybrid)Developed payment APIs and mocking solutions for the online gambling platform.
- JavaScript
- Vue
- PHP
- Java
- Docker
2015 — 2020 Software Engineer·Asitis
Skövde, Sweden (Hybrid)Served as a front-end development team leader for a cloud-based project called Cloudware.
- JavaScript
- React
- Redux
- Webpack
- Microsoft Azure
- C#
- SQL
Projects
Cooking with Fralle
Your go-to recipe app for all your favorite dishes. Easily adjust portions and ingredients on the fly, and explore a wide range of recipes, from mouth-watering pizzas and fluffy muffins to refreshing drinks.
- TypeScript
- NextJs
SwiftPaste
A Chrome extension optimizing text inputs by providing quick access to a categorized text storage, based on context.
- TypeScript
- Chrome API
- React
Disney+ Unblur
A Chrome extension that removes the blur overlay from Disney+ controls.
- TypeScript
- Chrome API
Articles
Using OpenAPI to detect breaking changes in tRPC
Medium - 2023Keep your API in check with OpenAPI and schema validation
- API
- tRPC
- OpenAPI
- Automation
Mocking tRPC Routes with Type Safety in TypeScript
Medium - 2023Ensure your mocks always align with your original routes using advanced TypeScript patterns
- API
- tRPC
- Mock
- Testing
- TypeScript
Overengineering the Fibonacci Sequence in JavaScript
Medium - 2023From a straightforward approach towards more sophisticated and optimized versions
- Memoization
- Closure
- Algorithms
- JavaScript