diff --git a/pages/projects.md b/pages/projects.md index 179f443..c7b7aa3 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -542,7 +542,7 @@ arduino electronics contraptions

D Language

-The [D language](https://dlang.org) is a recent language much similar to C++ in term of features, but with a much cleaner syntax. +The [D language](https://dlang.org) is a recent language very similar to C++ in term of features, but with a cleaned syntax and better compile-time features. I like the D language because it makes possible to write nice and robust applications within a very short time. @@ -570,7 +570,7 @@ Here are some small projects I have done using D: Served is a __lightweight file-sharing web service__ (a bit like _Google Drive_) written using the web server library [vibe.d](https://vibed.org). -It is designed to be __quick and easy__ to deploy. Its default configuration serves the folder given by command line and uses UNIX users/passwords (via __PAM Authentification__) to upload/view files respecting file permissions. +It is designed to be __quickly deployed__ as a __web file server__ that can also be used to __upload files__ to a directory. Its default configuration serves the folder given by command line and uses UNIX users/passwords (via __PAM Authentification__) to upload/view files respecting file permissions. By default, the file named `index.md` gets rendered atop of the file list. @@ -814,6 +814,7 @@ embedded systems linux beaglebone electronics sensor data acquisition

Courses on Git

+