bulding a debian docker base build for a flask app
Start by pulling down a debian base build. docker pull debian:8.0 .Creating a Dockerfile for a base build to a python flask app. based on debian 8 FROM …
infrastructure // code // systems
Start by pulling down a debian base build. docker pull debian:8.0 .Creating a Dockerfile for a base build to a python flask app. based on debian 8 FROM …
I have been looking on a way to auth rest api endpoints that needs to have auth. I will be using Python with flask, flask-restful, yaml, pymongo and passlib. …
I have recently started to use a productivity theory called Pomodoro. The principe with Pomodoro is that you work focused on something for 25 min, having a …
Common pitfalls when using template files/support files in the working dir of the script, is easy to miss when you are writing command line tools. In this case …
I what to show a api template i did to generate api post tests with a random varible lenght hex value as the payload in a http post request. In this case i am …
Keeping up with tech. I like read and be aware of what is going on in tech, security, apple, linux, development, testing, and some devops related topics. I have …
Brew some easy and good cold brew coffee. This can be used for just plain ice coffee, ice latte, and many more. A note it that it will be high in caffeine. What …
So what do i mean with control temptation @ work. When working with development you have to get it to a problem and try to solve it. Doing that requires that …