Giter Club home page Giter Club logo
struct Profile {
  pub firstname: String,
  pub age: u8,
  pub from: String,
  pub favorite_languages : Vec<String>,
  pub speaks: Vec<String>,
  pub is_active: bool,
  pub contact: String,
}

let me = Profile {
  firstname : "Loïc",
  age: 26,
  from: "Paris 🗼, France🇫🇷".into(),
  favorite_languages: vec!["Rust 🦀".into(), "Java ☕".into(), "Python 🐍".into(), "Javascript".into()],
  speaks: vec!["French 🇫🇷".into(), "English 🏴󠁧󠁢󠁥󠁮󠁧󠁿".into(), "German 🇩🇪".into()],
  is_active: true
};

I just enjoy doing IT projects on my spare time, whatever the topic is. I try to make them open-source and deliver quality code that can be used by other developers, the way I sometimes inspire myself from existing projects.

I mostly work with Java and Javascript in my professional environment, however I prefer working with Rust in my spare time, hence why my profile mostly contains Rust projects.

Check out my most complete and best documented projects if you have some time 😊 :

  • verbihr : A tool to learn german verbs 📘
  • texas-snake : A simple Snake game running in the browser, playable here.
  • tchatche.rs : A chat web application based on axum, yew.rs, tailwind, nginx, postgres and redis.
  • doteur : A database schema renderer, based in Rust.
  • rat-rs : A lightweight yet powerful CLI schedule fetcher for IDF (Paris region) common transportation.
  • mptvfr : An android application written on Dart with purpose to get the TV schedule without any - annoying - ads.

Loïc's Projects

doteur icon doteur

Tool to automate the visualisation of SQL schemas from a SQL file

kikers icon kikers

kike.rs is a monolithic actix based web application whose purpose is to organize simple bets between the users

rat-rs icon rat-rs

A simple cli tool to fetch transports schedules on the Ile-de-France région

regex icon regex

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

tchatchers icon tchatchers

tchatchers is a blazing fast chat application built with Axum and Yew.rs

verbihr icon verbihr

A simple and straight forward German learning tool

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.