Skip to content

Latest commit

 

History

History
81 lines (70 loc) · 3.01 KB

File metadata and controls

81 lines (70 loc) · 3.01 KB

banner

program Profile;

type
  TProfile = record
    Description: string;
    Languages: string;
    Tools: string;
    Servers: string;
  end;

var
  Profile: TProfile;

begin
  Profile.Description := 'Low-level programming enthusiast.';
  Profile.Languages := 'C, C++, Go, C#, PHP, Python, TypeScript, Lua, Perl ...';
  Profile.Tools := 'Docker, Vite, Kubernetes, Git, Jenkins ...';
  Profile.Systems := 'Linux, FreeBSD, Windows';
end.

⚖️ Last Post

🥇 Trophies

📌 Actual Projects




Keep all your credentials safe in an elegant application.



An automated scanner document processor with Ai Vision, AI naming, and Nextcloud upload.



An Open-Source POSIX system that is made to run on Espressif System that contain its virtual machine.


Blindflare is an HTTP/HTTPS based protocol designed around a client-server architecture where the client is responsible for encrypting data before sending it to the server.