Blog

  1. Adding color to standard output in Rust

    How to add color to standard output in Rust.

    • Rust
  2. Should you use a form tag or a div tag for forms?

    Comparing the form tag and the div tag for form implementation

    • Frontend
  3. I became Einstein on Zoom

    How to use Avatarify to become Einstein on Zoom

    • Other
  4. Understanding ownership and borrowing in Rust

    Understanding ownership and borrowing in Rust.

    • Frontend
    • Rust
  5. HTTP response headers for web security

    HTTP response headers you should know about when thinking about security in frontend development.

    • Frontend
    • Security
  6. Let's try Deno

    Getting started with Deno

    • Deno
    • TypeScript
  7. Download a GitHub directory from the CLI

    How to download a specific directory from a GitHub repository using the CLI

    • Terminal
  8. Spoofing a MAC address

    How to spoof a MAC address

    • Security
  9. Learning Linux hacking with Metasploitable

    Learning Linux hacking by attacking a Metasploitable virtual environment

    • Security
    • Linux
  10. Environment variables not passed to sudo

    Environment variables defined in the user's shell are not passed when using sudo.

    • Shell