SSteveParadoxinbackops.hashnode.dev·Mar 21, 2023 · 6 min readHandling File Upload using flaskManaging file uploads with Flask refers to the process of allowing users to upload files (such as images, videos, or documents) to your Flask web application. In this article, we will go through the process of uploading files using the flask framewor...01M
SSteveParadoxinbackops.hashnode.dev·Mar 18, 2023 · 15 min readCaching in Web ApplicationsDo you use popular apps like Facebook, Instagram and Amazon? They are some of the most visited websites. Have you ever noticed that they load very quickly compared to new websites? Also, have you noticed that when you use a slow internet connection, ...00
SSteveParadoxinbackops.hashnode.dev·Feb 11, 2023 · 4 min readRecursion in PythonRecursion is a powerful technique in computer programming that involves breaking down a problem into smaller subproblems and solving them one by one, In this article we will explore recursion in Python and learn how to use it to solve complex problem...00
SSteveParadoxinbackops.hashnode.dev·Feb 9, 2023 · 6 min readService On KubernetesWhat are Services? Services are a fundamental part of the Kubernetes networking model and are used to expose pods and deployments to the network, allowing them to communicate with each other and with external clients by enabling network access to a s...00
SSteveParadoxinbackops.hashnode.dev·Feb 9, 2023 · 8 min readIntroduction To KubernetesKubernetes is an open-source orchestration framework, in less complicated terms, it's a tool for managing and automating containerized workloads within the cloud. Developed by Google in 2014, however, is presently being maintained by the Cloud Native...00