Skip to content

SystemVll/SystemVll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

πŸͺ Welcome To My Profile β˜„οΈ

pub struct Profile {
    description: String,
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
    servers: Vec<&'static str>,
}

impl Profile {
    pub fn new() -> Self {
        Self {
            description: String::from("Low-level programming enthusiast"),
            languages: vec!["Python", "PHP", "Rust", "C", "Go", "Perl", "Typescript"],
            tools: vec!["Docker", "Kubernetes", "Git", "Github Actions", "Travis CI", "Jenkins"],
            servers: vec!["Nginx", "Apache", "Caddy", "HAProxy"],
        }
    }
}

βš–οΈ Last Post

πŸ₯‡ Trophies

πŸ“Š Stats













πŸ“Œ Actual Projects




A decentralized digital signature platform that integrates with blockchain technology. Providing immutable proof of document signatures, ownership and integrity with Web3 verification.



This project aims to makes you no longer afraid and resistant to domain seizures using Ethereum & IPFS networks.



An Open-Source Unix like system that is made to run on ESP32 and STM32 micro-chips.


E2EDPS is an HTTP based protocol designed around a client-server architecture where the client is responsible for encrypting data before sending it to the server.




A desktop 2FA (OTP) manager for Windows, Linux and MacOS ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published