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: 140 // 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>

Featured Work

                
// vscode-binary-coffee — JavaScript / HTML
// Binary Coffee snippets for write articles
const vscode_binary_coffee = {
repo: "stescobedo92/vscode-binary-coffee",
languages: ["JavaScript", "HTML"],
open() {
return source("https://github.com/stescobedo92/vscode-binary-coffee");
}
};
                
// ScheduleYourTask — C#
// ScheduleYourTask is a package that allows the scheduling of tasks.
const scheduleyourtask = {
repo: "stescobedo92/ScheduleYourTask",
languages: ["C#"],
open() {
return source("https://github.com/stescobedo92/ScheduleYourTask");
}
};
                
//! apppass
//! ===========
//!
//! Command-line application that allows you to generate, manage, and secure passwords efficiently. With advanced features like temporary passwords (OTP), memorable passwords, import/export, and auto-lock, apppass takes password management to the next level. ✨
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 + PowerShell + Ruby");
}
}
                
// OpenWeatherPlace — C++ / CMake
//
// application allows you to get the current weather for any city using the OpenWeatherMap API. This project is written in C++ and leverages modern libraries for integration with external APIs.
#include <iostream>
#include "platform/desktop.hpp"
namespace stescobedo {
class Openweatherplace {
public:
static void apply();
// + C++ codebase
// + CMake codebase
};
}
                
//! unique_ptr
//! ==============
//!
//! library in Rust is inspired by the unique_ptr smart pointer in C++. Both implementations share the same fundamental purpose: providing unique ownership of dynamically allocated objects and ensuring proper deallocation.
use std::process::Command;
use clap::Parser;
#[derive(Debug, Project)]
pub struct UniquePtr {
/// status: shipped
pub status: Status,
/// distinguishing capabilities
pub highlights: [&'static str; 2],
}
impl UniquePtr {
pub fn launch() -> ! {
// → github.com/stescobedo92/unique_ptr
cli::run("Rust");
}
}
                
// wallpaper — C++ / CMake
//
// This C++ project provides a straightforward utility for changing the desktop wallpaper on both Windows and Linux operating systems. The program takes a command-line argument, which should be the file path to the desired image.
#include <iostream>
#include "platform/desktop.hpp"
namespace stescobedo {
class Wallpaper {
public:
static void apply();
// + Cross-platform behavior
// + Small native utility
};
}

Education

2018 - Present

Full Stack and Cloud Architecture

Software Engineering Practice

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

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