Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nag763/nag763


https://github.com/nag763/nag763

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

```rust
struct Profile {
pub firstname: String,
pub age: u8,
pub from: String,
pub favorite_languages : Vec,
pub speaks: Vec,
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 :blush: :

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