Skip to content
View AleksdemSA's full-sized avatar

Block or report AleksdemSA

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

Hi there! I'm Alexey

Build Engineer | Radio Amateur (73!) | Photographer

I build bridges between code and users. My mission is to make software delivery fast, reliable, and painless. But when the terminal is closed, I'm likely tuning my SDR or capturing the world through a lens.


What I do:

  • DevOps & Build Ops: Tinkering with CI/CD pipelines, automation, and making sure "it works on my machine" becomes "it works everywhere."
  • Radio Engineering: Exploring the spectrum, working with SDR, and building community-driven radio projects.
  • Photography: Visual storytelling and finding beauty in the mundane.

Beyond GitHub:

  • Mastodon: mst.ramsdr.ru/@mstadmin — My digital shack. Tech rants, radio spots, and SDR experiments.
  • Gallery: ramphoto.ru — My visual archive. Photos from the fields and the streets.

I’m always open to a chat about radio waves, clean builds, or photography gear. If my scripts helped you — drop a star or say hi in Mastodon!
Good luck and 73!

Pinned Loading

  1. metabaseDeploy metabaseDeploy Public

    Deploy Metabase in Kubernetes

    Jinja

  2. v2file v2file Public

    Go 1

  3. yggdrasil-exporter yggdrasil-exporter Public

    Exporter for yggdrasil network

    Go

  4. ffc ffc Public

    Folder File Count

    Go

  5. update gitea update gitea
    1
    #!/bin/bash
    2
    
                  
    3
    GITEA_FOLDER='/opt/gitea'
    4
    RELEASE=`curl --silent "https://api.github.com/repos/go-gitea/gitea/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed -E 's/v//g'`
    5
    
                  
  6. createMongoUser.go createMongoUser.go
    1
    /*
    2
    export MONGO_URI="mongodb://admin:passwd@localhost:27017"
    3
    export USER_YAML="filename"
    4
    createMongoUsers
    5