Namrata Guptanamg.hashnode.dev·Sep 7, 2023Microservices-k8's flask-app Deployment on kubeadmSetting up Kubernetes Cluster using Kubeadm Master and Worker nodes created You can verify the same on the worker node You will see taskmaster container is running Building image of flask-app clone microservices k8's app: https://github.com/Londhe...Discuss·2 likes·59 readsMongoDB
Davit Tabidzedtabidze.hashnode.dev·Aug 13, 2023Building a Car Marketplace Web Application: A Full-Stack JourneyWelcome to my development journey in building a Car Marketplace Web Application from scratch! In this blog post, we'll dive into the technical aspects of user authorization, login, and session management in the backend, as well as the creation of a u...Discusslogin
Aditya Dhopadecodemyworld.hashnode.dev·Jul 31, 2023Creating CI Pipeline using GitHub Actions for Python ProjectWhy to choose GitHub Actions? Helps to Automate the workflow Highly Customizable; can create our own actions Smooth Integration with other GitHub features Active and Large Community Support Cost Associated; free for public repositories We will...Discuss·2 likes·39 readsEvery DevOps Novice must knowgithub-actions
Sameeksh Thakursameeksh.hashnode.dev·Jul 31, 2023From Novice to Web Developer: My First Web-application Journey with Flask1. Introduction Embarking on a journey to build my first-ever Flask-based web application using Python was a thrilling experience in the world of web development. In this blog post, I'll share my experiences, challenges, and triumphs throughout the d...Discuss·1 like·31 readsFlask Framework
David Jonesdjonesblog.hashnode.dev·Jul 13, 2023A Guide to Writing Class Models in Flask for BeginnersHello, and welcome to my blog about class models in Flask. In this blog, I will be discussing the basics of how to write class models in a way that is easy to understand for beginner and experienced coders alike. Where to Start? When writing out your...DiscussFlask
Ernest Akubuezeernestakubueze.hashnode.dev·Jul 10, 2023Python Flask: An easy microframework for Software EngineersPython programming language is a vastly used programming language in the world. Amongst the amazing features Python has to offer, Python can be used as a microframework for software engineering using the Flask module. This article highlights what Fla...Discuss·1 likePython
Davies Aniefioksoftwareninja.hashnode.dev·Jul 8, 2023Comparing Backend FrameworksIn the ever-evolving world of web development, choosing the right backend framework is crucial for building robust, scalable and efficient applications. Among the multitude of options available, flask, Django and express.js stand out as powerful tool...Discussframework
Shantanu Nimkarshantanunimkar.hashnode.dev·Jul 6, 2023Dockerize Your Flask App: A Comprehensive Guide to Containerize Your ApplicationIntroduction In today's rapidly evolving technology landscape, containerization has become a popular choice for developers and DevOps teams to streamline the deployment process and ensure consistent application performance across different environmen...Discuss·1 like·46 readsDocker
Biswaraj Sahoobiswaraj333.hashnode.dev·Jul 2, 2023DevOps(Day-17) : Docker Project - Flask Calculator AppSPEED1X TABLE OF CONTENTS DOCKER FILE PROJECT: Build a container for a Flask Calculator App Docker plays a major role in building the application by improving its efficiency. It containerizes the application by creating an image which is portable...Discuss·1 likeDocker
Yémalin AGBANGLAmomoagbangla.hashnode.dev·May 29, 2023Créez votre propre API en utilisant Flask (Partie 2 & fin)Hello 👋🏿, c'est Yémalin🤓. Dans la première partie de notre série d'articles, nous avons jeté les bases de notre projet en mettant en place la structure du projet, en créant une interface pour gérer nos contacts, et en définissant les endpoints de ...Discuss·1 like·34 readsFlask Framework