How To Create Admin Subdomain In Cloudflare with Nginx Proxy using Docker with SSL
A guide to creating an admin subdomain in Cloudflare with Nginx reverse proxy running in Docker with SSL.
Technical essays, architectural deep-dives, and practical guides at the intersection of code and design.
Page 7 of 28
A guide to creating an admin subdomain in Cloudflare with Nginx reverse proxy running in Docker with SSL.
Learn Why it is important to implement Exponential Backoff in Rabbitmq or In Event-Driven Systems
Learn how to implement exponential backoff in rabbitmq by using amqp in node.js
Learn how to send HTML Email from Python Code with Authentication at SMTP server end.
In Python code to send email, we encounter error as Sender Address Rejected Not Owned By User. See, how we to solve this error.
While connecting to MongoDB from Nodejs code with Mongoose, the number of connections keep on increasing on MongoDB. They needs to be explicitly closed.
Learn how to build docker image for Django project and run it on Apache with Python 3.9
How to enforce code quality in Python projects by using pylint scores and unittest coverage thresholds in the build process.
Example of a Jenkin Groovy Pipeline Script for Building Python Projects with Git Events and Push to Artifactory after building it.
How to implement timed-function in python which gets timeout after specified maximum timeout value.
How to set a default Kubernetes namespace in your kubectl context so you do not need to specify it with every command.
How to configure Kubernetes to pull Docker images from a private repository by setting up an image pull secret.