Code Monkey home page Code Monkey logo

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

Rogério Araújo's Projects

reactjs-omnistack-week icon reactjs-omnistack-week

Repo with files from OmniStack 8.0 Week from RocketSeat, working with Node JS, React JS and React Native.

realtime_vwap icon realtime_vwap

a real-time VWAP (volume-weighted average price) calculation engine for different trading pairs.

reddish icon reddish

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

sd-chat-smb icon sd-chat-smb

https://medium.com/@rogerio.araujo/comunica%C3%A7%C3%A3o-por-meio-do-estilo-arquitetural-centrado-em-dados-compartilhados-69e3ba847072

sd-exercicio icon sd-exercicio

Exercício da disciplina de Sistemas Distribuídos onde foi implementado uma exemplo de Maquina de Assincronicidade

sd-multithreading icon sd-multithreading

Implementação do código disponível no artigo "Turbinando suas aplicações com Multithreading"

sd-projeto icon sd-projeto

Comunicação Indireta e Assíncrona com Garantia de Entrega de Mensagem

sgd-atividade-generatewords icon sgd-atividade-generatewords

Algorithm that generates all combinations of words using A = {0,1,2,3,4,5,6,7} and B = {a, e, i, o, u} and C = {b, c , d, f, g, h, j, l, m, n, p, q, r, s, t, v, x, z, k, y}, create words formed by 3 pairs of consonants vowels (B) and 2 numbers of A.

sgd-atividade-wordlist icon sgd-atividade-wordlist

Atividade da disciplina Segurança de Dados, onde foi proposto a criação de um algorítimo que liste todas as senhas que podem ser formadas mesclando 5 elementos de A={0,1,2,3,4,5,6,7} com 2 elemento de B= {a,b,c}, sem que haja repetição dos números ou letras na mesma senha.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.