Skip to content
View itedya's full-sized avatar

Organizations

@GrupaDomanscy

Block or report itedya

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 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
itedya/README.md

Bartłomiej Domański

Rust Software Engineer

achievements at work:

  • Created & rolled out from A to Z rust-based webapp replacing Jira in ~400 employee company on crazy small 2CPU/2GB machine (realistically 350MB of RAM usage at peak)
  • Built and configured GPU AI server with couple RTX6000 pro's (hardware + software).
  • Created a microservice in rust that functions as a connector between CRM and the fulfilment company.
  • Created database query throttling program in Rust for a legacy analytics system written in PowerBI, preventing overload-related DB replication rebuilds.
  • Created internal analytics software in Rust for MSSQL Trace logs.
  • Created Linux images from the ground up that functioned as IoT display panel testers. Based on Openbox and X11 with custom rust-based software that connected to API handling I2C-based communications with low-level peripherals. The tester then can read/write stuff to the steering microcontrolers, so the Engineer can see the defects.

contact: bdomanski@domanscy.group

Pinned Loading

  1. plt_macros plt_macros Public

    Rust

  2. allocators allocators Public

    Two allocators for C language

    C

  3. basichashmap basichashmap Public archive

    String to pointer value hashmap implementation based on linked-list data structure

    C

  4. basicvector basicvector Public archive

    Pointer value only vector implementation.

    C