To improve the performance of databases serving applications involving a huge volume of data here are a few concepts you can use to improve the...
After personally reviewing some codes this year, I paused at a point to ask myself what more I need to pay attention to when next I review someone's...
Python arguments are variables passed into a function at the point of declaration/definition. The function eventually works on the arguments to...
What is Infrastructure as Code? Infrastructure as code is a concept in the operations side of application development and delivery. It borders round...
Managing Images and Image delivery on the web · I was just browsing the web and I came across this tool that can help deliver good image experience on...
Running application components in containers · In the previous article I introduced docker to you and showed how it can be used with a Django project. We...