Available for the right opportunity

Mehdi
Varse_

Senior Java Engineer / Backend & FinTech Systems

I build resilient backend systems that move real money, orchestrate complex workflows, and remain dependable when scale gets serious.

TransactionService.java ×

1package com.mehdivarse.fintech.service;

2

3@Service

4public class TransactionService {

5

6 private final LedgerRepository ledger;

7 private final EventPublisher events;

8

9 @Transactional

10 public Result credit(AccountId id, Money amount) {

11  var account = ledger.findForUpdate(id);

12  account.credit(amount);

13  events.publish(new AccountCredited(id));

14  return Result.success();

15 }

16}

TERMINALbash⌄ + ×
mv@portfolio:~$
10+ years experience
</>Java / Spring Boot
FinTech & distributed systems

01 / EXPERIENCE

Systems built for
the real world.

Senior Software Engineer

@ Azki Vam

  • Build and evolve FinTech services and high-volume business workflows.
  • Design REST APIs, distributed backend systems, and Camunda BPMN processes.
  • Mentor engineers, review code, and improve engineering standards.

Software Engineer

@ SkillPeers

  • Contributed to backend and frontend architecture in an international remote team.

Full Stack Java Developer

@ Ofogh

  • Built sensor-network platforms with Java, Spring MVC, and AngularJS.
  • Developed desktop clients on the NetBeans Platform.

Java Developer / Researcher

@ Telecommunication Research Institute

  • Created Java prototypes for Persian linguistic analysis and transliteration research.

02 / EXPERTISE

A backend-first
engineering toolkit.

01Java 17+
02Spring Boot
03Spring Security
04JPA / Hibernate
05Distributed Systems
06Microservices
07Camunda / BPMN
08Kafka
09MySQL
10Redis
11Docker
12CI/CD

03 / ABOUT

Complexity in.
Clarity out.

I turn high-stakes business complexity into calm, maintainable systems.

My work spans FinTech, real-time platforms, workflow orchestration, and engineering leadership. I care about architecture that teams can evolve—not diagrams that only look good in meetings.

EDUCATIONM.Sc. Software EngineeringIran University of Science and Technology

04 / PROJECTS

Useful systems,
built to ship.

Persian to Finglish

@ Varse

A production-ready API for converting Persian names and words into readable Finglish. It combines a curated pronunciation dictionary, spelling normalization, and phonetic fallbacks to provide reliable results for real-world applications.

Read the API documentation ↗

05 / LET'S TALK

Have a hard backend
problem? Let's solve it. ↗

GitHub ↗LinkedIn ↗Email ↗