@loisbassey
Software & Infrastructure Engineer writing about systems, architecture, and building
Open to backend and infrastructure engineering opportunities, technical writing, speaking engagements, and collaborations on meaningful products.
It is not just recommended but crucial to create a new user separate from the default “root” user on provisioning a new Digital Ocean droplet. Why? For security reasons. Relying solely on the ‘root’ user for remote access is similar to leaving your ...

The newest Apple Silicon M1 chips are not compatible with some Docker images and end up throwing: no matching manifest for linux/arm64/v8 in the manifest list entries To fix this error, run the following: export DOCKER_BUILDKIT=0 export COMPOSE_DOCKE...
