Skip to content
View lukaszraczylo's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@telegram-bot-app
Block or Report

Block or report lukaszraczylo

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

Hi, I'm Lukasz

I'm London based, contractor, "Head of Magic and Wizardry" ( because job titles are overrated ). Dealing with the cloud, kubernetes, microservices, and all the other buzzwords on a daily basis. Responsible for architecture, development, and maintenance of the systems which are running on the edge of the technology. Most of my code is private ( either mine or business choice ) but bits which are public are free for grabs or contributions.

Bit of tech writing

You can also check out my other medium articles.

Selected public projects

  • Semantic Version Generator - Golang simple tool to generate semantic versioning based on the git history. It can be used as a standalone library or github action, simplifying the process.
  • Go Simple GraphQL library - Golang simple graphql library, optimised for the maximum speed and minimum allocations. Unlike the other libraries - the queries are passed as they are, without types assignment which makes it much easier to use from the development perspective. Projects using this library easily handle tens of thousands of requests per second with minimal resources.
  • Kubernetes Jobs Manager Operator - Golang kubernetes operator to manage jobs in the kubernetes cluster. Its sole purpose of existence is to allow for advanced workflows to be executed in user specified order and with interlocked dependencies on groups / jobs.
  • GraphQL monitoring proxy - Golang graphql proxy which allows for the generation of prometheus-friendly statistics on the execute queries. It allows for caching, the RO/RW separation, rate limiting, banning specific users, blocking schema introspection and so on - at the speed of light. It was developed as a protest against the Hasura team putting basic monitoring features behind the paywall, and extended with additional features from the paid version down the line. The proxy is hyper-optimised and running on the real-world production systems, serving tens of thousands of requests per second with 3cpu and 15mb of RAM on Raspberry Pi.

Contact me

You can find me on raczylo.com or on linkedIn.

Github statistics

GitHub Streak

Includes contributions within private repositories and projects

Pinned

  1. rpi-home-cluster-setup rpi-home-cluster-setup Public

    Automated way to set up your own kubernetes cluster on Raspberry Pi. Includes memory card preparation, nodes bootstrap and kubernetes services configuration

    Shell 114 20

  2. semver-generator semver-generator Public

    Semantic version generator using git commit keywords and overrides

    Go 33 5

  3. go-simple-graphql go-simple-graphql Public

    Simple graphql client in Golang. Supports Hasura, github API. Uses http2 for communication. Can cache responses as well.

    Go 3

  4. jobs-manager-operator jobs-manager-operator Public

    Kubernetes jobs management operator. Schedule long running tasks or jobs dependent on each other and groups.

    Go 40

  5. go-ratecounter go-ratecounter Public

    Go 1

  6. graphql-monitoring-proxy graphql-monitoring-proxy Public

    Graphql Monitoring Proxy adding monitoring, cache, read-only mode and role based rate limiting

    Go 14 2