⎇mainC#UTF-8LFspaces: 4 no release shippedLn 10, Col 1
1//! apppass
2//! ===========
3//!
4//! 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. ✨
5
6usestd::process::Command;
7useclap::Parser;
8
9#[derive(Debug, Project)]
10pub structApppass{
11/// status: shipped
12pub status:Status,
13
14/// distinguishing capabilities
15pub highlights:[&'static str; 3],
16}
17
18implApppass{
19pub fnlaunch() -> !{
20// → github.com/stescobedo92/apppass
21cli::run("Rust + PowerShell + Ruby");
22}
23}
24
⎇mainRustUTF-8LFspaces: 4 v1.0.0 shippedLn 23, Col 1
1// OpenWeatherPlace — C++ / CMake
2//
3// 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.
4
5#include<iostream>
6#include"platform/desktop.hpp"
7
8namespacestescobedo{
9classOpenweatherplace{
10public:
11static voidapply();
12// + C++ codebase
13// + CMake codebase
14};
15}
16
⎇mainC++UTF-8LFspaces: 4 no release shippedLn 15, Col 1
1//! unique_ptr
2//! ==============
3//!
4//! 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.
5
6usestd::process::Command;
7useclap::Parser;
8
9#[derive(Debug, Project)]
10pub structUniquePtr{
11/// status: shipped
12pub status:Status,
13
14/// distinguishing capabilities
15pub highlights:[&'static str; 2],
16}
17
18implUniquePtr{
19pub fnlaunch() -> !{
20// → github.com/stescobedo92/unique_ptr
21cli::run("Rust");
22}
23}
24
⎇mainRustUTF-8LFspaces: 4 no release shippedLn 23, Col 1
1// wallpaper — C++ / CMake
2//
3// 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.
4
5#include<iostream>
6#include"platform/desktop.hpp"
7
8namespacestescobedo{
9classWallpaper{
10public:
11static voidapply();
12// + Cross-platform behavior
13// + Small native utility
14};
15}
16
⎇masterC++UTF-8LFspaces: 4 wallppaper-linux-0.0.1 shippedLn 15, Col 1
Education
2018 - Present
Full Stack and Cloud Architecture
Software Engineering Practice
Continuous engineering practice across backend systems, cloud workflows, security, and developer tooling.