© 2026 Hashnode
I recently built a full-stack application called Via — a party and trip planning tool that helps users organize multi-day events with shared locations and scheduled activities. It’s designed for people who love planning — or are designated as the pla...

If you’re building a full-stack app with Flask, one of the first skills you’ll need is CRUD — Create, Read, Update, and Delete. These four operations form the foundation of any backend API, and with Flask-RESTful, you can organize your routes in a cl...

Flask is a very lightweight and flexible python web framework, designed to help developers to build web applications quickly and efficiently. Framework?A Framework is a software structure designed to simplify the process of developing web application...
