Skip to content
View rodgeraraujo's full-sized avatar
:octocat:
Rust Padawan in training!
:octocat:
Rust Padawan in training!

Organizations

@ifpb @pyro-code @reidopitaco @sigmages
Block or Report

Block or report rodgeraraujo

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

Hi, it me 🖖!

Github Badge Linkedin Badge Gmail Badge

#!/usr/bin/rustc

#[derive(Debug)]
struct SoftwareEngineer {
    name: String,
    role: String,
}

fn main() {
    let me = SoftwareEngineer {
        name: "Rogério Araújo".to_string(),
        role: "Software Engineer".to_string(),
    };
    
    println!("{:?}", me);
}

I'm a software engineer who like make things and sometimes break them.

Technologies & Tools

Learning...


GitHub Stats


👽 rogerioaraujo.dev

🌌 blog

Pinned

  1. minus.css minus.css Public

    A small and minimalistic css framework.

    CSS 13 10

  2. reddish reddish Public

    A Rust utility library, making easier by taking the hassle out of working. :octocat:

    Rust 11 2

  3. Pokedex Pokedex Public

    A simple Web Pokedex made using vuejs + vuex, router and more.

    Vue 8 2

  4. profanity profanity Public

    A filter of swear words. 🤬

    TypeScript 21 6

  5. uses-js uses-js Public

    A simple JavaScript file and module loader by namespace.

    JavaScript 3

  6. juno-api juno-api Public

    📦 Plain lib that permits bindings for the Juno API.

    JavaScript 7 1