Tech notes
Useful code snippets and other little things
Preparing for DNS outages
DNS Servers of your hosting provider might go down unexpectedly. This protects against that inevitable eventuality
Extracting certificates from acme.json
For example when working with Traefik managed certs. For example when using Dokploy. For example when looking to have SSL in PostgreSQL. For example.
Setting up Redis
Use Redis for PubSub, Queues and a small lightweight DB. Try to be as close to Redis system as you can to reduce latency.