Skip to content
View erickcestari's full-sized avatar
☁️
coding...
☁️
coding...

Block or report erickcestari

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
erickcestari/README.md

// Erick - Bitcoin Developer
struct Dev {
    age: &'static str,
    work: &'static str,
    learning: Vec<&'static str>,
    tech_stack: Vec<&'static str>,
}

fn main() {
    let erick = Dev {
        age: "20",
        work: "Bitcoin Open Source Developer, Vinteum Fellow",
        learning: vec!["bitcoin", "Lightning Network"],
        tech_stack: vec!["Rust", "TypeScript", "JavaScript", "Go", "C#"],
    };
    
    // Building the future of Bitcoin...
}


My Skills

Erick-Typescript Erick-Js Erick-Go Erick-Rust Erick-Rust Erick-C# Erick-DotNet Erick-NextJs Erick-Redux Erick-ReactJs Erick-Tailwind Erick-Sass/Scss Erick-ThreeJs Erick-Git Erick-Github Erick-RabbitMQ

Erick-NodeJs Erick-Express Erick-Nest Erick-Vitest Erick-Prisma Erick-Firebase Erick-MySql Erick-PostgreSql Erick-MongoDb Erick-Docker Erick-Prometheus Erick-GitLab Erick-AWS Erick-Vercel Erick-VisualStudioCode Erick-VisualStudioCode
Github Stats

^ This Github Stats is one of my projects!

Contacts

Pinned Loading

  1. rust-bitcoin/rust-bitcoin rust-bitcoin/rust-bitcoin Public

    Rust Bitcoin library

    Rust 2.4k 827

  2. bitcoinfuzz/bitcoinfuzz bitcoinfuzz/bitcoinfuzz Public

    Differential Fuzzing of Bitcoin protocol implementations and libraries

    C++ 50 33

  3. lightning/bolts lightning/bolts Public

    BOLT: Basis of Lightning Technology (Lightning Network Specifications)

    Markdown 2.2k 506

  4. rs-web-server rs-web-server Public

    Rust Book Final Project: Building a Multithreaded Web Server.

    Rust 3 1

  5. mining-bitcoin mining-bitcoin Public

    This repository provides a Rust-based proof-of-work simulation for mining a Bitcoin block

    Rust 2

  6. rslox rslox Public

    👻 | Rust version of the Lox interpreter

    Rust 2