MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Nerdpress.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Nerdpress.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Nerdpress.org most likely does not offer any adult content.
Audience
-
Gender
Men
99%
Women
N/A
Popular pages
-
Nerdpress.org
...talking about nerd stuff we do in and outside the office.
-
Recreate pruned docker networks with docker-compose | Nerdpress.org
So here is nice chain of docker errors and its solution.1. Docker has reached its maximum of created networks and errors like this: ERROR: could not find an available, non-overlapping IPv4 address poo...
-
Show kubernetes secrets with k9s | Nerdpress.org
If you want to show decrypted secrets of your kubernetes (k8s) deployment with k9s try this: First choose the namespace you want to check the secrets in by typing a colon and namespace :namespace Then...
-
Sqlite Administration in IntelliJ IDE | Nerdpress.org
Sometime ago I tried to use Adminer in Docker to administrate a sqlite database, which was not as easy as expected.If you are a happy user of IntelliJ IDE like PHPStorm or IntelliJ Ultimate like me :)...
-
Migrating from gulp to esbuild | Nerdpress.org
Esbuild is the new cool kid in the bundler world.It is super fast since its written in Go and comes with a lot of builtin features for modern frontend development. So i wanted to try it myself and mig...
-
Import data into MySql with docker-compose | Nerdpress.org
Having a docker-compose setup which involves a Database like Mysql or MariaDB, then at some point you might want to import data into those Databases. There are several ways to import the data in your ...