Skip to content
View nag763's full-sized avatar
🎯
Focusing
🎯
Focusing
  • France
Block or Report

Block or report nag763

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

Popular repositories

  1. tchatchers tchatchers Public

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

    Rust 173 15

  2. doteur doteur Public

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

    Rust 99 6

  3. texas-snake texas-snake Public

    A simple 2D snake game built with Bevy and WASM

    Rust 10

  4. rat-rs rat-rs Public

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

    Rust 6 1

  5. electron-football-app electron-football-app Public archive

    Simple Electron app, used to display football results.

    SCSS 2

  6. kikers kikers Public

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

    Rust 2