Tips & Tricks JavaScript: the Good Parts in 2020 This is a personal list of the stuff that I like about JavaScript and that I believe should be used today.
postgres Setup a Free PostgreSQL Database Do you want to learn Postgres? Today you can spin up your database completely for FREE and start experimenting with one of the best database tools ever.
Tips & Tricks Online IDEs for Learning how to Code This is the best possible time to become a developer. Follow me and learn how to use FREE ONLINE RESOURCES to build a full-stack app that persists data in Postgres, exposes REST APIs with Fastify, and a sleek frontend with React and Ionic Framework.
postgres Per-User Encryption with Postgres In this article you learn how to apply per-user encryption to the data you store in Postgres. It is quite easy and it will allow you to guarantee the highest level of security and privacy to your users.
Tips & Tricks How to run Postgres for testing in Docker Running E2E integration tests often require your Postgres to be up and running, here are few tricks and suggestions how to do just that.
free A 100% Free Website with Gatsby and Gitpod.io Yes, I am working and hosting this website 100% for free thanks to GatsbyJS and Gitpod.io - here is how you can do the same
Tips & Tricks How to keep your server clean of clutter with Docker Vacuum Do you need a smart tool to clean up Docker images after a new deployment? Maybe DOCKER SYSTEM PRUNE is not always enough? Read on!
Tips & Tricks AWS S3 File Names - Troubleshooting How to delete S3 files that contains spaces or non ASCII characters
Tips & Tricks Docker Compose Healthcheck How to monitor containers' status and create a deterministic boot order for your services.
Tips & Tricks Gatsby Begins And so I tried out Gatsby and promptly decided to turn my WordPress-based blog into a static generated website.
organization Best Practices for a Good Team Experience A few tricks I've learned that make collaboration easier.
Tips & Tricks How to optimize Postgres for SELECT COUNT(*) on massive tables How to (slightly) optimize SELECT COUNT(*) performance on PostgreSQL using partial indexes.
Tips & Tricks WordPress on Thin Air How to squeeze WordPress/MySql to the bare minimum memory consumption, and survive.
Tips & Tricks Docker Stats with Containers Names There is a way to get container's names out of `docker stats`, and Docker Humble makes it ridicolously easy for you.
Tips & Tricks Dockerized MySQL Crashes a Lot! Have you ever experienced a dockerized MySQL to stuck in low memory VPS? I did and luckily I found a solution! (yes, I googled it)"