AJAmarjeet Jayanthiinqwertybunty.hashnode.dev·Jul 26, 2025 · 1 min readFilesystemsFile systems in Windows are based on four basic components: (i) files (ii) folders (iii) computers (iv) (a) device (b) (c) registry files. File system handling involves management algorithms. It also involves the use of webservers architecture and fu...00
AJAmarjeet Jayanthiinamarj.hashnode.dev·Oct 21, 2023 · 2 min readHow to create a webserver in Rust?To create a web server in Rust, you can use the popular web framework called "Actix" or "Rocket". Here's a step-by-step guide using Actix as an example: Set up a new Rust project: Create a new directory for your project and navigate to it in your t...00