Blog
Adding color to standard output in Rust
How to add color to standard output in Rust.
- Rust
Should you use a form tag or a div tag for forms?
Comparing the form tag and the div tag for form implementation
- Frontend
I became Einstein on Zoom
How to use Avatarify to become Einstein on Zoom
- Other
Understanding ownership and borrowing in Rust
Understanding ownership and borrowing in Rust.
- Frontend
- Rust
HTTP response headers for web security
HTTP response headers you should know about when thinking about security in frontend development.
- Frontend
- Security
Let's try Deno
Getting started with Deno
- Deno
- TypeScript
Download a GitHub directory from the CLI
How to download a specific directory from a GitHub repository using the CLI
- Terminal
Spoofing a MAC address
How to spoof a MAC address
- Security
Learning Linux hacking with Metasploitable
Learning Linux hacking by attacking a Metasploitable virtual environment
- Security
- Linux
Environment variables not passed to sudo
Environment variables defined in the user's shell are not passed when using sudo.
- Shell