Skip to content
View Azgrom's full-sized avatar
🦀
Lost in love with Rust
🦀
Lost in love with Rust

Block or report Azgrom

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.

Content in all repositories owned by your account will be closed.
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
Azgrom/README.md

Software Engineer · Engineering judgment for critical systems

I work on software systems where technical decisions have material consequences for reliability, cost, operational risk, and the people who depend on them.

My focus is turning ambiguity into explicit constraints, reviewable decisions, and systems that remain understandable and reliable under real-world conditions. I am particularly interested in what technical choices commit a system to: its failure modes, operating cost, maintenance burden, dependency exposure, recovery paths, and capacity to evolve without becoming opaque.

What I work on

My engineering work tends to concentrate on problems where architecture and implementation have operational consequences:

  • System architecture — defining boundaries, contracts, dependencies, failure modes, and viable evolutionary paths;
  • Reliability — understanding recurring failures, recovery paths, observability, and the structural changes that prevent repetition;
  • Cost and risk — evaluating technical choices against operating cost, service requirements, change risk, and long-term maintenance;
  • Technical direction — making assumptions, constraints, alternatives, and trade-offs explicit enough to be reviewed and revised;
  • Delivery — carrying those decisions through implementation, validation, deployment, and production operation.

The tools depend on the problem. My current work is primarily around C#, Rust, Python, distributed backend systems, relational databases, cloud infrastructure, and Linux.

Engineering notes

I write about the reasoning surrounding the code: problem framing, rejected alternatives, dependency boundaries, architecture trade-offs, reliability, and the consequences that become visible after a system reaches production.

Website: azgrom.com LinkedIn: Rafael Lúcio

The website is the canonical record of longer-form engineering notes and case studies. GitHub contains the corresponding implementation artifacts and technical evidence.


The highest function of engineering is adaptation to requirements

Pinned Loading

  1. RustyShield RustyShield Public

    RustyShield is a comprehensive cryptographic library implemented in Rust. This project implements a wide range of cryptographic algorithms, each expanding the Hash and Hasher traits of the Rust lib…

    Rust 18

  2. nushell/nushell nushell/nushell Public

    A new type of shell

    Rust 40.5k 2.3k

  3. PlummersSoftwareLLC/Primes PlummersSoftwareLLC/Primes Public

    Prime number projects in 100+ programming languages, to compare their speed - and their programmer's cleverness

    C 3k 606