Skip to content
View ishkabar's full-sized avatar
Waiting for 15:58 to push to prod
Waiting for 15:58 to push to prod

Sponsors

@trejderowskiolaf-commits

Block or report ishkabar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
ishkabar/README.md

Dominik Karczewski

Senior .NET Developer specializing in ERP system integrations and low-level system development.

Tech Stack

Currently:

  • C# / .NET 6-8, WPF, DevExpress
  • MSSQL, Firebird, PostgreSQL, MySQL with LinqToDB
  • Docker, Traefik, GitHub Actions
  • NetCord (Discord bot framework)

Learning & Exploring:

  • C++ for performance-critical components
  • C and Assembly for runtime development
  • OS development and low-level system programming

Projects

Business Automation & Integration

  • Data synchronization systems between ERP databases (Comarch ERP XL, Streamsoft Prestiż, PCBiznes)
  • CSV/XML import/export pipelines for multi-system data flows
  • Payment processing automation (PayPal transaction imports, reconciliation)
  • Sales order workflow automation and processing acceleration
  • WPF desktop applications, Windows Services, Web APIs for enterprise clients

Ogur Ecosystem - Discord bot management with WPF desktop app, API services, worker components for gaming automation and real-time notifications

Development Tools - Metin2 bot framework, game server management, fishing automation, startup control utilities

Coding Stats


Portfolio | ogur.dev | LinkedIn

Pinned Loading

  1. ogurbot-hub ogurbot-hub Public

    Centralized management hub for Ogur applications with license tracking and device management. ASP.NET Core backend with SignalR real-time communication and DevExpress admin panel.

    C#

  2. ogurbot-fishing ogurbot-fishing Public

    Metin2 fishing automation bot with automatic chat buffer detection. Clean Architecture implementation with WPF host and Ogur.Hub integration.

    C#

  3. Web Web Public

    Personal portfolio and gaming project showcase. Next.js 15 monorepo with Magic Portfolio template and ogur.dev gaming portfolio.

    TypeScript

  4. TerrariaManager TerrariaManager Public

    WPF desktop application for managing Terraria dedicated servers via SSH. Features real-time console output, Docker container attachment, and button-based command interface.

    C#

  5. ogurbot-sentinel ogurbot-sentinel Public

    Centralized boss respawn timer system with Discord voice alerts for Metin2. DevExpress WPF client with real-time synchronization and color-coded warnings.

    C#

  6. http-server-asm http-server-asm Public

    Full-featured HTTP/1.1 web server implemented from scratch in x86-64 assembly language (NASM). A learning project exploring low-level socket programming, HTTP parsing, concurrency, and security—no …

    Assembly