Purpose This post we sharing our experience building web app with Flask server backend and CSS Bulma frontend. The source code of application will be explained in detail needed to illustrate technical concept. The business concept is to have an appl...
One of the ways to log Docker containers is to use the logging drivers. These drivers log the stdout and stderr output of a Docker container to a destination. The awslogs driver allows you to log your containers to AWS CloudWatch, which is useful if ...
Why do we care? During web development project we use Django's management command named fixtures to backup and restore data. Command dumpdata to save data to json file and loaddata to restore/load from json file. We restore (or load) data into the ap...