Articles tagged with "Flask"
Vibe Coding: Building a Flutter App Entirely with AI Prompts
Apr 3, 2025
LabelScan, a real-time AI price scanning app built with Flutter, demonstrates "vibe coding" – using AI prompts (Cline/Gemini 2.5 Pro) to construct an entire application in an unfamiliar tech stack, showcasing AI-assisted development workflows.
How to Deploy a Flask REST API on Google Cloud Run
Mar 2, 2025
Deploying a Flask REST API to Google Cloud Run allows you to run your application in a fully managed serverless environment. This guide will walk you through deploying a Flask API from a source directory using the gcloud command-line tool.