Status Available for hire Now Building backend services Time

const developer = {

Sergio Triana Escobedo.

I build reliable software with simple interfaces and strong engineering foundations.

  • role: "Full Stack Developer" ,
  • location: "Cuernavaca/Mexico" ,
  • experience: 8 + // years ,
  • repos: 141 // public on github ,
  • exploring: " Distributed Systems / Cloud Architecture / .NET Services / Rust Tooling / Automation / Backend Platforms / Developer Experience " ,
scroll

Work experience

commits 6 span 6y+ HEAD main
  1. 21c41e0 HEAD → main date 2022 — now tenure 3y 9mo active
    feat(career): Software Developer Engineer @ Apex Systems

    Builds scalable backend and cloud-facing solutions with a focus on reliability, operational clarity, and maintainable delivery.

    location Remote tag #engineering +3 files changed
    show diff
    • 01 Delivered production services with clean API boundaries.
    • 02 Improved cloud workflows and backend automation.
    • 03 Worked across distributed teams and release cycles.
    Apex Systems logo
    Signed-off-by: Sergio Triana <stescobedo>
  2. 9da423b feat/peraton date — — — tenure 1y 6mo
    feat(career): Full-Stack .NET Developer @ Peraton

    Implemented full-stack features and backend integrations with .NET, focusing on secure flows and clear service contracts.

    location Remote tag #fullstack +3 files changed
    show diff
    • 01 Built service features with .NET and modern frontend integrations.
    • 02 Supported cloud platform work and production delivery.
    • 03 Contributed to maintainable application architecture.
    Peraton logo
    Signed-off-by: Sergio Triana <stescobedo>
  3. d4b9f7a feat/kimia-group date — — — tenure 6mo
    feat(career): Backend Software Developer @ Kimia Group

    Developed backend components and integrations for high-throughput systems with pragmatic operational guardrails.

    location Remote tag #backend +3 files changed
    show diff
    • 01 Implemented backend services and API integrations.
    • 02 Worked on data flows and service reliability.
    • 03 Collaborated through iterative delivery cycles.
    Kimia Group logo
    Signed-off-by: Sergio Triana <stescobedo>
  4. 0f4e3e5 feat/gsoft-innovation date — — — tenure 1y 1mo
    feat(career): Software Developer Engineer @ GSoft Innovation

    Created business application features and backend modules with an emphasis on predictable delivery and team collaboration.

    location Remote tag #engineering +3 files changed
    show diff
    • 01 Developed application modules and backend workflows.
    • 02 Participated in code review and release preparation.
    • 03 Kept implementation scoped and maintainable.
    GSoft Innovation logo
    Signed-off-by: Sergio Triana <stescobedo>
  5. ab6e1f5 feat/mc-systems date — — — tenure 1y 1mo
    feat(career): Full-Stack Developer @ MC Systems

    Worked across frontend and backend surfaces for enterprise systems, connecting UI needs with service-level behavior.

    location Remote tag #fullstack +3 files changed
    show diff
    • 01 Built full-stack features for internal systems.
    • 02 Integrated APIs with user-facing workflows.
    • 03 Maintained clear implementation and testing habits.
    MC Systems logo
    Signed-off-by: Sergio Triana <stescobedo>
  6. e219ce5 feat/ntsprint date — — — tenure 11mo
    feat(career): Backend Software Developer @ NTSprint

    Delivered backend functionality and technical improvements for service-oriented applications.

    location Remote tag #backend +3 files changed
    show diff
    • 01 Implemented backend services and data handling logic.
    • 02 Supported production-oriented application work.
    • 03 Strengthened foundations for later full-stack delivery.
    NTSprint logo
    Signed-off-by: Sergio Triana <stescobedo>

Selected Work

                
//! .NET Version Manager
//! ========================
//!
//! Command-line tool that simplifies managing multiple .NET SDK versions on a development machine.
use std::process::Command;
use clap::Parser;
#[derive(Debug, Project)]
pub struct .netVersionManager {
/// status: active
pub status: Status,
/// distinguishing capabilities
pub highlights: [&'static str; 3],
}
impl .netVersionManager {
pub fn launch() -> ! {
// → github.com/stescobedo92/dotnet-version-manager
cli::run("Rust + .NET + CLI");
}
}
                
//! Keep Assets Protected Securely
//! ==================================
//!
//! Security-focused tool that blends cryptographic workflows with a simple command interface.
use std::process::Command;
use clap::Parser;
#[derive(Debug, Project)]
pub struct KeepAssetsProtectedSecurely {
/// status: shipped
pub status: Status,
/// distinguishing capabilities
pub highlights: [&'static str; 3],
}
impl KeepAssetsProtectedSecurely {
pub fn launch() -> ! {
// → github.com/stescobedo92/kaps
cli::run("Rust + Cryptography + Security");
}
}
                
//! apppass
//! ===========
//!
//! A command-line application for generating, managing, and securing passwords efficiently.
use std::process::Command;
use clap::Parser;
#[derive(Debug, Project)]
pub struct Apppass {
/// status: shipped
pub status: Status,
/// distinguishing capabilities
pub highlights: [&'static str; 3],
}
impl Apppass {
pub fn launch() -> ! {
// → github.com/stescobedo92/apppass
cli::run("Rust + CLI + Security");
}
}

workspace.toml

more crates from the same author

view archive →
  • 01 C++
    [package]
    [description]

    C++ utility for changing desktop wallpapers across Windows and Linux environments.

    [dependencies]
    • C++
    • CLI
    • Desktop
  • 02 Go
    [package]
    [description]

    Desktop application built with Go and Fyne for generating QR codes through a clean GUI.

    [dependencies]
    • Go
    • Fyne
    • GUI
  • 03 Rust
    [package]
    [description]

    Rust library inspired by C++ unique_ptr semantics for exploring unique ownership patterns.

    [dependencies]
    • Rust
    • C++
    • Library

Certifications

  1. 01 module 2018 now issued by Udemy learning

    Full Stack and Cloud Architecture

    Software Engineering Practice

    Continuous engineering practice across backend systems, cloud workflows, security, and developer tooling.

    • backend systems
    • cloud workflows
    • security
    • developer tooling
    uptime 8y

Stack

Daily drivers

8+ Years building
12 Languages & tools
Always learning
  • .NET .NET
  • Node.js Node.js
  • C/C++ C/C++
  • AWS AWS
  • GitHub Actions GitHub Actions
  • Linux Linux
  • Rust Rust
  • Python Python
  • TypeScript TypeScript
  • Docker Docker
  • PostgreSQL PostgreSQL
  • Git Git

Posts

cd ~/blog · ls --recent

Correspondence

cd ~/inbox · open contact.ts

</> contact.ts reply within 48h

/**

* Send a message - every dispatch lands directly in my inbox.

* Reply window: 48h · From: Cuernavaca/Mexico

*/

async function contact(message) {

const name =
const email =
const subject =
const body = `
`;

return deliver({ name, email, subject, body });

}

// or write directly:

TypeScript UTF-8 Ln 14, Col 18 git main © @stescobedo92