Jeevang1nagarkar.hashnode.devยทJan 10, 2025๐ Setting Up a New Project? Hereโs Your Complete Checklist! ๐Being developers, we always wanted to start projects from scratch. When we get the opportunity, we keep thinking about where to start. In this article, I am collecting all the points that we want to remember while setting up the initial code setup. ...1 likeยท45 readsPythonsoftware development
Rahul guptaamrahulgupta.hashnode.devยทJan 3, 20252 Tier application with flask and MySQLFlask App with MySQL Docker Setup This is a simple Flask app that interacts with a MySQL database. The app allows users to submit messages, which are then stored in the database and displayed on the frontend. Prerequisites Before you begin, make sure...Flask
Pravesh Sudhapraveshstwt.hashnode.devยทJan 2, 2025Optimising Flask Dockerfiles: Best Practices for DevOps and Developers๐กIntroduction Welcome to the world of DevOps! ๐ Today, weโre diving into an essential skill for any DevOps engineer: optimizing Dockerfiles for Flask applications. While beginner DevOps engineers often focus on mastering basic Dockerfile syntax, ex...10 likesFlask Framework
Prem Choudharyprem14choudhary.hashnode.devยทNov 30, 2024Two-tier-flask-app deployment with docker๐ ...!!Firstly, we have to pull the mysql server. Steps to do this: Open your EC2 terminal. Run: docker pull mysql Then, clone the application to your EC2 server. Open your EC2 terimal. Run: git clone https://github.com/prem14choudhary/two-tier-flask-...10 likesยท28 readsFlask Framework
AbuBakar khan lakhweraabubakarkhanlakhwera.hashnode.devยทNov 25, 2024Week in Review: Python, PyTorch, and Building with Tkinter ๐This week, I took a deep dive into Python and PyTorch, while also exploring GUI development with Tkinter. It was an enriching journey where I not only learned core programming concepts but also applied them in a small project. Hereโs a summary of my ...Python
Soyuliasoyulia.hashnode.devยทNov 19, 2024[๋ฐฑ์๋] Nginx - Gunicorn - Flask์ฐ๊ฒฐGCP์์ Nginx - Gunicorn -Flask๋ฅผ ์ฐ๊ฒฐํ๋ ๊ฒ์ด ๋ชฉํ์ด๋ค! ์ ์ ์ด๋ฆ@์ธ์คํด์ค ์ด๋ฆ :~$ sudo apt update ํจํค์ง ์ ๋ฐ์ดํธ ์ํ ์์ ์ ์ ์ด๋ฆ@์ธ์คํด์ค ์ด๋ฆ :~$gsutil -m cp -r gs://๋ฒํท์ด๋ฆ /๋ณต์ฌํ ๊ฒฝ๋ก ๋ฒํท ๋ด์ฉ์ ์ธ์คํด์ค์ ๋ณต์ฌํ๋ค. ์ ์ ์ด๋ฆ@์ธ์คํด์ค ์ด๋ฆ:~/๋ฒํท$ll ๋ช ๋ น์ด๋ก ๋ฒํท์ ์๋ ํ์ผ ํน์ ํด๋๋ฅผ ์กฐํํ ์ ์๋ค. ์ ์ ์ด๋ฆ@์ธ์คํด์ค ์ด๋ฆ :~$ sudo apt ...nginx
AbuBakar khan lakhweraabubakarkhanlakhwera.hashnode.devยทNov 11, 2024Week in Review: Starting with Flask โ Learning and Teaching TogetherIntroduction This week, I took on the challenge of learning Flask, a lightweight and flexible Python framework for web development. Itโs been an exciting journey to start working with this new framework while also introducing the basics to my younger...Flask
Sai Prasanna Maharanasaimaharana.hashnode.devยทOct 21, 2024What is the difference between Flask API and Fast APIFlask and FastAPI are both popular web frameworks for building APIs in Python, but they differ in several key aspects such as performance, ease of use, and built-in functionality. Below is a comparison of the two based on various factors: 1. Performa...APIFastAPI
Walter John Salibayaiwalts.hashnode.devยทOct 20, 2024Activity #22: Research: Python FlaskFlask is a lightweight, yet powerful web framework written in Python. It is designed to be easy to use and extend, making it a popular choice for web developers who want to build web applications quickly and efficiently. Flask provides the basic tool...Flask
Monette Nicolasnet150.hashnode.devยทOct 18, 2024Activity 31: Python Flask Data StructureProject Structure The index.html file serves as the user interface for managing a student list within the web application. It features a form designed for adding new students, along with a table that displays the list of students, complete with head...Python