Code Monkey home page Code Monkey logo

Hello, I am Carlo!

CodeWars

𝗖𝘂𝗿𝗿𝗲𝗻𝘁𝗹𝘆 𝘄𝗼𝗿𝗸𝗶𝗻𝗴 𝗼𝗻

  • 💻 consolemania: a cloud native playground with Spring boot
  • 💻 trenako: website with rust and actix web for model railways collectors

trophy

  • 𝗜 𝗮𝗺 𝗮 lead engineer
  • 𝗜 ❤️ 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴!
#[derive(Debug)]
struct AboutMe {
    pronouns: Vec<String>,
    languages: Vec<String>,
    hobbies: Vec<String>,
    fun_fact: Vec<String>,
}

impl AboutMe {
    fn new(
        pronouns: Vec<String>,
        languages: Vec<String>,
        hobbies: Vec<String>,
        fun_fact: Vec<String>,
    ) -> Self {
        AboutMe {
            pronouns,
            languages,
            hobbies,
            fun_fact,
        }
    }
}

fn main() {
    let carlo = AboutMe::new(
        vec!["He".to_owned(), "Him".to_owned()],
        vec![
            "C#".to_owned(),
            "Kotlin".to_owned(),
            "Java".to_owned(),
            "Rust".to_owned(),
        ],
        vec![
            "mountain bike".to_owned(),
            "reading".to_owned(),
            "trekking for dummies".to_owned(),
            "model railways".to_owned(),
        ],
        vec![],
    );

    println!("{:#?}", carlo);
}

𝗪𝗵𝗮𝘁 𝗜 𝗨𝘀𝗲

𝗖#


Kotlin


Java


Rust


Intellij Idea


𝗚𝗶𝘁


𝗩𝗶𝘀𝘂𝗮𝗹 𝗦𝘁𝘂𝗱𝗶𝗼 𝗖𝗼𝗱𝗲


Ubuntu


𝗠𝘆 𝗦𝘁𝗮𝘁𝘀

Github stats

Show ❤️ By Starring My Repos!


⭐️ From munific

Carlo Micieli's Projects

carlomicieli.github.io icon carlomicieli.github.io

:sparkles: Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll

console-wars icon console-wars

Implementing the same web api using different back-end technologies

fpinscala icon fpinscala

My answers to "Functional Programming in Scala" book exercises

hascalator icon hascalator

Reimplementing the Haskell prelude in Scala (for fun)

rustlings icon rustlings

:crab: Small exercises to get you used to reading and writing Rust code!

theneogeoarchive icon theneogeoarchive

A playground application ".NET core all the things" - a tribute/archive to the best gaming console of all time.

trenako icon trenako

A website for model railway collectors.

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.