Skip to content
View bartoszluka's full-sized avatar

Block or report bartoszluka

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

Hi, I'm Bartek

I'm a passionate software developer and I love to customize my tools. That's why I mainly use NeoVim as my text editor on NixOS (btw) running on a used ThinkPad. I also like to nerd about keyboards and keyboard layouts.

I enjoy exploring and learning new programming languages and also creating them.

My favorite programming languages are:

Available for hire

You can check out my résumé/CV here

Projects I'm proud of

  • missing C# analyzer: a C# analyzer that feels like it's missing from the base pack. It consistently reports "variable assigned but not used" warning is the code, which isn't always the case with the standard analyzers.
  • android dictionary generator: a Rust program that is a rewrite of a few bash + perl + python scripts to generate a dictionary for Android keyboards.
  • seal: a C-like programming language. The project consists of a parser, interpreter and a compiler to the LLVM intermediate representation
  • fsharp-algs: implementation of a few sorting algorithms in F#. The project also has benchmarks against the built-in sort function

Pinned Loading

  1. cs-analyzers cs-analyzers Public

    C# analyzers

    C#

  2. dictgen dictgen Public

    CLI tool for generating Android keyboard dictionaries

    Rust 2

  3. cv2 cv2 Public

    My CV was so good I made a sequel

    Typst 1

  4. seal seal Public

    C-like programming language

    Haskell 1

  5. aoc2022 aoc2022 Public

    Advent of Code 2022 in Rust

    Rust