Skip to content
View arkgast's full-sized avatar
  • Bolivia
  • 14:02 (UTC -04:00)

Block or report arkgast

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

Arnold Gandarillas Castillo

Senior Software Engineer working at the intersection of systems-level Rust, blockchain engineering, and correctness-driven design.

I’ve spent 10+ years building and shipping production systems (microservices, integrations, CI/CD, reliability). My current focus is going deeper into the engineering that powers protocols and distributed systems: deterministic state modeling, concurrency, performance, and security tradeoffs.


Current focus

  • Systems-level Rust: ownership/lifetimes, memory model, concurrency
  • Deterministic state machines and invariant enforcement
  • Blockchain program architecture (Solana / EVM ecosystems)
  • Performance-aware and safety-oriented engineering

Selected work

🦀 RustyLab

A structured lab for exploring Rust as a systems language: mechanics, constraints, and experiments around correctness and concurrency.

https://github.com/arkgast/rustylab

⛓ Solana Program Exploration

Hands-on Anchor/Solana work with small programs and TypeScript tests, focusing on account constraints, safe arithmetic, and runtime realities.

https://github.com/arkgast/solana-course

🎲 Foundry Lottery (EVM)

Solidity + Foundry project exploring testing, deployment scripting, and secure smart contract patterns (CEI, validation, edge cases).

https://github.com/arkgast/foundry-lottery


Engineering approach

  • Make invalid states unrepresentable.
  • Prefer compile-time guarantees over runtime checks when possible.
  • Design explicit state transitions.
  • Measure performance instead of assuming it.
  • Treat documentation and tests as part of the system.

Professional background

  • Senior Software Engineer – Orangepill
  • Software Engineer – Minka (Fintech)

Contact

Pinned Loading

  1. commitgeniecommitgeniePublic

    AI-powered CLI that crafts Conventional Commit-style messages from your staged Git diffs using Ollama

    TypeScript

  2. rustylabrustylabPublic

    Rust

  3. JCIOriente/luminovaJCIOriente/luminovaPublic

    Membership recognition platform for JCI chapters: QR attendance, participation points, leaderboards, admin

    TypeScript

  4. foundry-lotteryfoundry-lotteryPublic

    Solidity