LingarajTechhub All About Programminglingarajtechhub.com·Oct 15, 2024Step-by-Step Guide to System Monitoring with Flask and UI DisplayHere is an improved version of the Flask app that displays system monitoring data using the Plotly JavaScript library for interactive charts. The app will have real-time updating graphs for CPU usage, memory usage, disk usage, and network activity. F...Discuss·1 likeFlask Framework
Ryan Murzynorian3737.hashnode.dev·Jul 30, 2024Navigating the Full-Stack Jungle: My Journey with React, Flask, and SQLAlchemySo originally I have been a front end oriented programmer. With my eye set on React and JS libraries, though I've always had a soft spot for Python. In the beginning when I was trying to find my path I defiantly dipped my toe into Python. Never into ...Discussfull stack
Ruthruthr.hashnode.dev·Jul 24, 2024API Template with Flask-SQLAlchemy-PostgreSQLBuilding an API from scratch is time consuming so I decided to create a template for more time building and less time configuring. Here's a run through of how it works. We will be working with Python, Flask, SQLalchemy, Marshmellow, PostgreSQL, and U...DiscussFlask
Mohit Bhattcodymohit.com·Jul 22, 2024How to Secure Your Python Flask Application with Best PracticesAre you tired of feeling anxious about the security of your Python Flask application? With cyber threats evolving daily, keeping your app safe can feel like a never-ending battle. In this blog, we're going to dive into the best practices for securing...Discuss·1 likePython
Ruthruthr.hashnode.dev·Jul 12, 2024Stripe With React And Flask_restfulStripe has a few way to get started, you can use stripe-hosted page, embedded form, or custom payment flow. I will be using the embedded form. While custom payment flow has the most flexibility and stripe-hosted page has none(it's a no code approach)...Discussflask_restful
sahil sauravsahilsaurav.hashnode.dev·Jun 14, 2024Starting With the Flask Web appFlask is a Python framework that stands out for its simplicity and ease of use. While Python offers several frameworks for web app development, Flask holds a special place. Web apps are composed of two essential components: the front end (including t...Discuss·26 readsFlask Framework
Erick Awinoawwyblog.hashnode.dev·Jun 12, 2024My Journey Developing CodersEnsembleBefore we even delve deeper, I would like to inform you that this was my first time ever building a full-stack project. I am elated because about a year ago, I would not have thought of myself building such. Completing CodersEnsemble has been a signi...DiscussFlask Framework
Adnan Wazwazadnanian-programming.hashnode.dev·May 9, 2024How to Create a DRY RESTful API in FlaskIntroduction If you have been learning how to build websites, then at some point, you may have come across terms like "API", "REST", and "backend". Learning how to build a backend is very important. But it's also important to do it in a standardized,...Discuss·1 like·63 readsFlask Framework
Jeremy Garcianomadlyfe.hashnode.dev·Apr 29, 2024Enhancing Real-Time Communication in Your React Flask Project with Socket.IOReal-time communication has become a crucial part of modern web applications, enabling users to interact seamlessly and stay updated with live information. Integrating Socket.IO into your React Flask project can enhance the user experience by providi...Discussflask-sqlalchemy
Vincent Revardvincentrevard.hashnode.dev·Apr 17, 2024Enhancing Code Quality: Refactoring Python Endpoints and JavaScript Fetch Methods through AbstractionIntroduction: In the ever-changing landscape of software development, the need for code refactoring remains constant. Similar to urban planning adapting to modern needs, codebases must evolve to meet new requirements and technological advancements. T...DiscussPython