Skip to content
View flyaroundme's full-sized avatar

Block or report flyaroundme

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

Hola 👋

Mi nombre es Alex.

I am currently working as a senior software engineer at @epam, focusing on backend development with Python and Go, as well as engineering team leading and mentoring.

My open-source interests are currently revolving around Rust and Python tooling.

Recently rediscovered some joy in life overall and programming and digging in things in particular yet again (after all this time), so now I'm happy to collaborate on various topics!

Occasionally I commit somewhere.

Some stats (for my own fun)

Alexander Gherm profile views

reimaginedreadme

Pinned Loading

  1. uv uv Public

    Forked from astral-sh/uv

    An extremely fast Python package installer and resolver, written in Rust.

    Rust

  2. rye rye Public

    Forked from astral-sh/rye

    a Hassle-Free Python Experience

    Rust

  3. omymodels omymodels Public

    Forked from xnuinside/omymodels

    O!My Models (omymodels) is a library to generate Pydantic & GinoORM Python Models from SQL DDL.

    Python

  4. pudb pudb Public

    Forked from inducer/pudb

    Full-screen console debugger for Python

    Python

  5. zabbix_entity.py zabbix_entity.py
    1
    import abc
    2
    import socket
    3
    import struct
    4
    import time
    5
    from typing import Union, Optional, Type, Any
  6. pandas_df_like_idea.py pandas_df_like_idea.py
    1
    from functools import partial
    2
    
                  
    3
    class Field:
    4
        def __eq__(self, other):
    5
            def eq_filter(container_obj, other):