#Engineering

engineering
/ɛndʒɪˈnɪərɪŋ/

noun

1.
the branch of science and technology concerned with the design, building, and use of engines, machines, and structures.
    a field of study or activity concerned with modification or development in a particular area.
    "software engineering"

2.
the action of working artfully to bring something about.
"if not for his shrewd engineering, the election would have been lost"

Posts in the Engineering category

Executing a bash command in the container with the full environment

May 24, 2023—
Whenever automating something while working with Docker containers, you might want to execute some script inside one of your containers.

The Personal Vault Project

Apr 15, 2023—
I have a long term itch that I kept wanting to scratch. Now it’s finally worth it.

Perkeep, IPFS, and other storage options

Mar 16, 2023—
There are so many storage options out there that it’s very easy not only to store your files, but also to loose track of them.

Why are one-time-passwords so long?

May 11, 2022—
I do understand the need for OTPs (One Time Password). It’s a very easy way to confirm the identity of a user using a different medium. And the key here is the word confirm, because it’s not an actual password, just a simple way to confirm an existing authentication.