Skip to content
View dgawlik's full-sized avatar

Block or report dgawlik

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
dgawlik/README.md

👋 Hi, I’m Dominik Gawlik, Software Developer from Germany.

💻 At work I do backend stuff on JVM. After work I experiment with new technologies.

👀 Currently I'm following trends in Software and preparing to write own toy language.

Check out my hobby projects:

JavaParsec

link

I learned Haskell on intermediate level in 2025 it was partly painful partly fun. I wanted to bring this experience to Java so this library tries be REPL friendly and mimick doing fast iterations on parser combinators with JBang and Java24 implicit class main files. It is a self contained collection of parser functions ready to be used on advanced use cases. Check out the examples directory.

Spring Professional Certification Notes

link

My preparation notes for Spring Professional certification. Warning - it is very very detailed.

GoIoc

link

Dependency Injection container for Go, doing injection based on type aliases.

Spiral

link

Translation of idea (from Kakoune editor) of selecting and moving cursor in one time in VSCode plugin.

Octapus

link

Modelling concurrency issues by auto-ennumerating all concurrent runs, with pretty printing.

JsonCV

link

Fun project in Kotlin extending Json syntax with computed expressions.

Ginger

link

Efficient log browser for very large files in Node.js and Electron.

Popular repositories Loading

  1. go-ioc go-ioc Public

    Dependency injection for Go

    Go 1

  2. powershell-distilled powershell-distilled Public

    Powershell from the perspective of linux user

    PowerShell 1 1

  3. digit-recognizer digit-recognizer Public

    Kaggle Digit Recognizer

    Python

  4. diffy diffy Public

    Fast diff for Java 🗲

    Java

  5. collections collections Public

    Data structures in Java

    Java

  6. parallel-sorting parallel-sorting Public

    Parallel Radix Sort implementation in Java

    Java