#include<Welcome!!.h>

This is a website entiring made with the C programming language!

Well, kind of... Let me explain! Everything you see on this page is loaded via

a C program on a droplet, the software is a "custom" HTTP server, that receive request from browsers and send back the response!

to start, there were no html, CSS and .js files, everything was a C string "callocated" and sent to this browser, then the browser did the job.


Now, it is more of a regular web server, loading html files and sending the content here!

click here to see the website source code


this are three projects that I am working on

...
Isam database

This is a filesystem database, inspired from the custom software of the company that I am currently working at.

Look at the Code
...
Libuser

A small library to add user programmatically, in your C programs, without exposing the shell or using fork().

Look at the Code
...
Mem safe

A library to make C a safer language, I'd like for C to have some cool feature like Rust, and I am working on a library that could henance memory safety in C.

Look at the Code