Skip to content
View r314tive's full-sized avatar

Highlights

  • Pro

Block or report r314tive

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

Ilmar Yunusov

systems / databases / infra / code


about

i like understanding how things actually work

databases, distributed systems, backend code, infra, tooling — doesn’t really matter
if there is a system, i can get inside it, break it down, and make it behave

background:

  • mathematics
  • production systems
  • a lot of time spent debugging things that shouldn’t break

what i do

  • design and run systems that have to stay alive under load
  • debug performance issues (db / code / infra)
  • build tools to remove manual work
  • read code i didn’t write and figure out what’s wrong with it
  • make systems simpler and more predictable

areas

  • databases (mostly postgresql)
  • backend (python, go, sql)
  • infrastructure (kubernetes, automation, ci/cd)
  • observability and debugging
  • data / internal tooling

tools i use

postgresql, linux
go, python, bash
kubernetes
ansible, terraform
prometheus, grafana, loki

(and whatever is needed)


approach

  • prefer simple solutions over clever ones
  • test failure, not only success
  • automate everything that repeats
  • understand before changing

note

not tied to a specific stack
comfortable switching domains if needed


contacts

Popular repositories Loading

  1. OnlineGo OnlineGo Public

    Forked from acristescu/OnlineGo

    Repo for the OnlineGo Android app.

    Kotlin 1

  2. Machine-Learning-Specialization-Coursera Machine-Learning-Specialization-Coursera Public

    Forked from greyhatguy007/Machine-Learning-Specialization-Coursera

    Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG

    Jupyter Notebook

  3. r314tive r314tive Public

    Config files for my GitHub profile.

  4. dotfiles dotfiles Public

    my dotfiles

    Shell

  5. pg_sqitch_example pg_sqitch_example Public

    just an example of using this tool

    PLpgSQL

  6. sqitch sqitch Public

    Forked from sqitchers/sqitch

    Sensible database change management

    Perl