Skip to content
View emanuellima1's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@cadCAD-org
Block or Report

Block or report emanuellima1

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
emanuellima1/README.md

Hi there

My name is Emanuel Lima and I am a software engineer in love with low level and cloud computing. 👨‍💻

I'm a Brazilian 🇧🇷 currently living in Fortaleza 🌴🏖️

emanuel-bg

#[derive(Debug)]
struct EmanuelLima {
    twitter: String,
    working_on: String,
    interests: String,
}

impl EmanuelLima {
    fn new() -> Result<EmanuelLima> {
        Ok(EmanuelLima {
            twitter: "e_manuel1",
            working_on: "cadCAD and Kata Containers",
            interests: "Operating Systems, HPC, Compilers, Computer Architecture,\
            Confidential Computing, Cryptography, Release Engineering and DevSecOps",
        })
    }
}

Technologies I have experience with 💻

Static Badge Bash Static Badge C Static Badge C++ Static Badge Go Static Badge Julia Static Badge Python Static Badge Rust Static Badge x86 Static Badge
Static Badge Docker Static Badge Kubernetes Static Badge Linux Static Badge os Static Badge qemu Static Badge rh Static Badge
Static Badge ansible Static Badge argo Static Badge Git Static Badge actions Static Badge jenkins Static Badge terra Static Badge VSCode Static Badge

Pinned Loading

  1. cadCAD-org/cadcad-ri cadCAD-org/cadcad-ri Public

    The Reference Implementation

    Python 19 10

  2. cadCAD-org/CadCAD.jl cadCAD-org/CadCAD.jl Public

    cadCAD implementation in Julia

    Julia 10 1

  3. cadCAD-org/cadCAD cadCAD-org/cadCAD Public

    Design, simulate, validate, and operate within complex systems

    Python 537 271

  4. study-journal study-journal Public

    Book to organize my study notes

    1

  5. kata-containers/kata-containers kata-containers/kata-containers Public

    Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workl…

    Rust 5.3k 1k