Skip to content
View Iakirmon's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report Iakirmon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Iakirmon/README.md

Hi, I'm Wojciech

ERP implementation consultant · system integrations · KSeF / FA(3) e-invoicing
wojciech.wypych@pollub.edu.pl

Profile viewsFollowStar my reposFA(3) checker demoEmail


🧾 About

I work as an ERP implementation consultant, focused on system integrations — especially KSeF / FA(3) structured e-invoicing. When an integration needs more than a black-box check, I build tools that stay auditable: every finding ties back to an official source.

  • Structured e-invoicing: FA(3) / KSeF schemas, validation, error diagnosis
  • ERP integrations: document exchange, master-data mapping, interface contracts
  • Auditable validation: each rule cites its source, each finding explains how to fix it
  • Requirement analysis → implementation → acceptance, with the paper trail intact
  • Side projects where I get to measure things properly (algorithms, embedded, graphics)

🛠 Stack

  • Languages: Python, SQL, C++, Swift, Kotlin
  • Data formats: XML / XSD, JSON, CSV, structured invoice schemas
  • Integrations: REST APIs, file & document exchange, batch interfaces
  • Domain: ERP implementations, e-invoicing (KSeF / FA(3)), regulatory compliance
  • Tooling: Git / SVN, pytest, matplotlib, GitHub Pages

🚀 Public Highlights

ksef-fa3-checker
FA(3) / KSeF invoice validator.
Auditable MF source quotes.
live demo
sortlab
Sorting algorithm measurement lab.
Instrumentation, complexity fits, charts.
ios-obd2-ble-diagnostics
Native iOS OBD-II over BLE.
Live telemetry, session recording.
platformer-2d
2D SFML/C++ platformer.
4 levels, lava, shield, boss.
headunit-obd2-logger
OBD-II on Android head unit.
Hyundai i40 trip logging.
More in
repositories →

PythonSQLXML / XSDC++SwiftKotlin

SwiftUISFMLpytestGitGitHub Pages


📊 GitHub Activity

Contribution activity graph

Total stars

Repositories at a glance

RepositoryLanguageStarsLast commit
ksef-fa3-checkerPythonstarslast commit
sortlabPythonstarslast commit
ios-obd2-ble-diagnosticsSwiftstarslast commit
platformer-2dC++starslast commit
headunit-obd2-loggerKotlinstarslast commit

Every rule cites its source. Every finding explains how to fix it.

Pinned Loading

  1. ksef-fa3-checkerksef-fa3-checkerPublic

    FA(3) / KSeF structured invoice validator — every rule cites its source, every finding explains how to fix it

    Python 1

  2. ios-obd2-ble-diagnosticsios-obd2-ble-diagnosticsPublic

    Native iOS OBD-II diagnostics over BLE — live telemetry, session recording, SwiftUI + CoreBluetooth

    Swift 1

  3. headunit-obd2-loggerheadunit-obd2-loggerPublic

    OBD-II diagnostics on the Android head unit of a Hyundai i40 — a port of i40-check that records every trip by itself.

    Kotlin 1

  4. sortlabsortlabPublic

    Measurement lab for sorting algorithms in Python

    Python 1

  5. platformer-2dplatformer-2dPublic

    2D SFML/C++17 platformer — 8-level campaign with coins, lava, checkpoints, shield, and boss

    C++ 1

  6. weather_apiweather_apiPublic

    Simple Python weather API

    Python