Skip to content
View milewski's full-sized avatar
👽
👽
  • Brazil, São Paulo, China, Shanghai
  • 20:30 (UTC +08:00)

Organizations

@dcasia
Block or Report

Block or report milewski

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

👨‍💻 Rafael Milewski follow visitors

type Str = &'static str;

#[derive(Debug)]
enum Principle { SOLID, DRY, KISS, YAGNI, OPPA_GANGNAM_STYLE }

#[derive(Debug)]
struct Stack {
    languages: Vec<Str>,
    libs_and_frameworks: Vec<Str>,
    devops: Vec<Str>,
    databases: Vec<Str>,
}

#[derive(Debug)]
struct Profile {
    name: Str,
    from: Str,
    current_in: Str,
    principles: Vec<Principle>,
    tech: Stack,
}

fn main() -> () {

    let profile = Profile {
        name: "Rafael Milewski",
        from: "Brazil",
        current_in: "China",
        principles: vec![ Principle::SOLID, Principle::DRY, Principle::YAGNI, Principle::KISS ],
        tech: Stack {
            languages: vec![ "HTML/CSS", "Typescript", "PHP", "Dart", "Rust" ],
            databases: vec![ "Redis", "MySQL", "Meilisearch", "MongoDB", "SurrealDB" ],
            libs_and_frameworks: vec![
                "Vue.js", "React", "Svelte",
                "Webpack", "Vite", "Tailwind", "SASS",
                "Three.js", "Pixi.js",
                "Nuxt", "Next", "Nodejs",
                "Flutter", "NativeScript",
                "Laravel", "Nova", "GraphQL",
            ],
            devops: vec![
                "Linux", "Docker + Swarm", "Caddy", "Traefik", "Terraform",
                "CD/CI (Github Actions, Dagger, Drone)",
                "Monitoring (TICK Stack)",
                "Cloud Hosting (Alibaba Cloud, GCP, AWS, Vultr, DO)",
            ],
        },
    };

    println!("Hi, thanks for checking out my {:#?}", profile);

}

Pinned

  1. sensors-esp sensors-esp Public

    Personal walk through learning embedded systems with ESP32 in Rust.

    Rust 6

  2. dcasia/nova-filepond dcasia/nova-filepond Public

    A Nova field for uploading File, Image and Video using Filepond.

    PHP 47 28

  3. cross-os cross-os Public

    Allow adding OS-specific scripts in your package.json!

    TypeScript 42 4

  4. cross-port-killer cross-port-killer Public

    Kill the process running on a given TCP port on Windows, Linux and Mac.

    TypeScript 47 6

  5. dcasia/nova-mega-filter dcasia/nova-mega-filter Public

    Allows you to control the columns and filters shown on any Nova resource index

    Vue 79 17

  6. dcasia/column-toggler dcasia/column-toggler Public

    A Laravel Nova package that allows you to hide/show columns in the index view.

    Vue 35 6