Business process automation

Automation that gives your time back.

I help businesses simplify and automate the repetitive parts — from integrations and data flows, through interactive maps and data visualization, to web apps and infrastructure.

  • Automation
  • Integrations
  • Web apps
  • Interactive maps
  • Programming

What I do

From idea to a system that runs

01

Process automation

I connect the tools you already use and automate the manual steps: forms, emails, reports, moving data between systems.

02

Integrations & APIs

I wire your apps, shops, CRM and databases into one coherent flow of information.

03

Web applications

Websites and apps with logins, dashboards and data — tailored to your process, not the other way around.

04

Infrastructure & hosting

Domains, hosting, email and servers that run reliably and stay out of your way.

How it works

Four steps, zero chaos

No big-bang rollouts. Small steps that pay off right away.

  1. 1

    Conversation

    I listen to what slows you down. No jargon — you tell me how your business works.

  2. 2

    Process map

    I map what happens by hand and what can be automated. You get a clear plan and a quote.

  3. 3

    Build

    I build and plug the automation into your workflow — in steps you can see working right away.

  4. 4

    Support

    I stay in touch: tweaks, growth and care for what is already running.

Experience

Clients & projects

Over a decade of software engineering across financial services and technology consulting — before I started helping businesses directly. Expand a project for the details.

letsweb.biz

Own practice 2025 — now

After a decade in corporate projects — automation, web apps and infrastructure for businesses, directly.

Luxoft / DXC

Technology consulting 2023 — 2025

Modernising mature enterprise systems — from JBoss → WildFly migrations to security and integrations.

JBoss 6 → WildFly 26.x Migration 10.2023 — 05.2025

WildFly 26.x · JBoss 6 (domain mode) · RESTEasy 4.7.7 · Elytron · Azure AD · JAX-RS · Spring Boot · Vaadin

Migration of an application suite from the legacy JBoss 6 platform to WildFly 26.x for a client running multiple JBoss servers in domain mode — all requiring adaptation for WildFly compatibility, including configuration adjustments and application-code updates driven by dependencies on outdated libraries.

  • Upgraded RESTEasy from the 2.x bundled with JBoss to 4.7.7 in WildFly, with the corresponding application-code changes.
  • Replaced the Elytron module with a patched version enhanced for Azure AD integration — contributed upstream (GitHub PR #2193) and opened a Red Hat support ticket.
  • Restructured the security model, moving custom application-level security logic into standardized WildFly configuration.
  • Developed JAX-RS REST endpoints exposing APIs for legacy applications (Apache Struts 1.x, Eclipse RCP) being modernized with Spring Boot, Vaadin and other contemporary libraries.

ITMAGINATION

Tech consulting 2021 — 2023

A cloud streaming-platform backend — Java and Spring Boot on GCP, monolith to microservices.

Streaming Platform 08.2021 — 04.2023

Java 11 · Spring Boot 2.2 · Gradle · Hystrix · Jenkins · GCP: GKE, Spanner, BigTable, Pub/Sub, MySQL

Streaming-service backend: user registration and accounts, payments and content engagement. The US version had a dedicated team in the States; 100% remote with quarterly meetings in Warsaw (team grew from 4 to ~10).

  • Analysing existing component interoperability and bug-fixing; refactoring and building new features.
  • Encapsulating features into Java packages to migrate them from the monolith to microservices.
  • Improving code quality (Sonar, Spotless) and test coverage; reducing technical debt.
  • Daily scrum, including daily syncs with the US part of the team.

GFT

Digital transformation 2019 — 2021

Banking microservices — security, configuration and cutting technical debt.

Web Application for Customer Profiling 08.2020 — 08.2021

REST API · Single Page Application

Web application supporting a bank relationship manager to profile a client and discuss customised products.

  • Co-designing a REST API backend for an SPA frontend and the surrounding services.
  • Implementing new features, testing and deploying to the available environments.
  • Taking part in consultation sessions run by the client.
Maintenance & Reduction of Technical Debt 08.2019 — 08.2020

Spring Boot · Spring Cloud Config · CyberArk · microservices

Improving configuration and security across a suite of 30+ microservices — relocating file-based config to a config server and integrating with CyberArk.

  • Initial implementation of microservices↔CyberArk integration.
  • Liaising with client units to enrol sensitive data into CyberArk.
  • Migrating configuration from files to a Spring Cloud Config Server.
  • Handling the development lifecycle of the microservices.

Softfin

Fintech / banking 2017 — 2019

Fintech integrations — synchronisation and data consistency between legacy and new systems.

Porting Web Apps to On-Premise JBoss 07.2019 — 08.2019

Spring Boot · SOAP CXF · REST · Hystrix · DB2 · Jenkins/Bamboo · Nexus · JBoss

Taking over web services from a partner software house and launching them on an on-premise JBoss platform.

Synchronization of Systems 07.2017 — 07.2019

Java 8 · Spring Boot · Apache Camel · SOAP CXF · MyBatis · Oracle 11g CDC · Jenkins

A synchronization mechanism keeping data integrity between a legacy and a new system: every N minutes it polls 11 views fed by Oracle CDC, with Apache Camel EIP components (multicast, aggregator, splitter, seda) structuring the async pipeline. Also optimised in-house document-management SOAP clients and built scripted Jenkins CI/CD pipelines.

Mobica

Engineering services 2011 — 2017

The early years building production systems — from Java EE to set-top boxes.

Payment Tokenization 08.2016 — 07.2017

Spring · REST · Oracle · Docker · JBoss · LDAP/Kerberos

New features for a mobile payment platform per customer spec; Dockerizing JBoss and testing Kerberos-based authentication.

Mobile Products Management App 04.2016 — 08.2016

Spring Boot REST · MongoDB · Google Cloud Messaging · RabbitMQ

Back-end for a platform releasing and controlling IoT products for a major mobile provider.

Web Portal 05.2015

Spring · Spring Boot · MVC · REST · Tomcat · Maven

Back-end for a web portal, as part of a team.

Oracle SOA Orchestration 03.2014

SOAP · SOA · BPEL · OSB · XML/XSLT · WebLogic · JDeveloper

An orchestration layer over Spring web services on Oracle’s SOA platform — file read/write and binary↔XML↔CSV transformations using Enterprise Integration Patterns.

File Download 11.2013

Spring · JAX-RS · Postgres · JS/jQuery · Tomcat

Front and back-end for on-the-fly report downloads: the user picks criteria, JS validates and AJAX-posts to a Spring controller that streams CSV back to the browser.

Map Updates 08.2013

Java SE · JAXB · Postgres · Shapefile/DBF/XML · multithreaded

A tool applying XML-described map changes (road and maneuver attributes) onto the Shapefile format. A reactive engine on a JAXB listener spawns a Callable thread per change.

Liquibasing SQL Scripts 08.2013

Maven · Jenkins · Liquibase

Bringing Liquibase into the CI pipeline — converting SQL scripts to parameterized changelogs (two reworked schemas, 9+ tables each), packed in jars.

Code Quality Monitoring in Jenkins 07.2013

Java SE · Sonar API · Freemarker · Jenkins

An app pulling code-quality data (test coverage, critical/blocking issues) from the Sonar API for selected Jenkins projects and rendering health graphs via Freemarker.

Integration Test Framework 05.2013

Java SE · JAX-RS · Embedded Tomcat · Maven Surefire/Failsafe · Jenkins

A framework testing web-service interoperability — it deploys Nexus snapshots/releases to Embedded Tomcat and cross-fires requests; wired into the CI pipeline via the Maven test goal.

XML-Poster 04.2013

Java SE · JAX-RS · Postgres

An HTTP client reading gzipped XML files from designated locations, unpacking and streaming them to a web service that loads them into Postgres.

Toolkit Applications 03–12.2013

Java SE · JAX-RS · JAXB · Postgres · Liquibase · Jenkins · TDD

Full-cycle (requirements → maintenance) toolkit apps for the client; as a Scrum team member, championing TDD practices.

Set-Top Box Front-end 10–12.2012

JavaScript · Ant

UI development for a major set-top-box (STB) vendor using the client’s own JS framework, as part of a team.

STB Test Harness 03–10.2012

JavaScript · QUnit · Ant · YUI Compressor

A JavaScript test harness running on the STB before the UI loads, exercising the Qt back-end — automating volume, channel changes and other specified operations.

Java EE Web Application 2011

Java EE · JSF/Facelets · EJB · GlassFish · MySQL

A Java EE application with JSF/Facelets and EJB on a GlassFish container, backed by MySQL.

About

Tomasz Kuśmierczyk

I build automations, apps and infrastructure.

For years I've helped businesses turn tedious, manual tasks into processes that just happen. I combine a developer's experience with a systems administrator's practice — so I don't just build a solution, I keep it alive.

I work directly, with no corporate middlemen. You talk to the person who actually builds your system.

  • Automation
  • Integrations / API
  • Full-stack
  • Geovisualization / maps

Contact

Tell me what's slowing you down.

Write a couple of sentences about your process. I'll reply with first ideas — no strings attached.

or email me directly at
tomasz.kusmierczyk@letsweb.biz