Tag

url routing

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Sep 26, 2018 · Backend Development

Understanding Flask URL Routing and View Functions

This article explains Flask's URL routing mechanisms, covering the route decorator and add_url_rule methods, static and dynamic routes, variable types, and how to use url_for for reverse URL generation and static file linking.

Dynamic RoutesFlaskadd_url_rule
0 likes · 4 min read
Understanding Flask URL Routing and View Functions
Architecture Digest
Architecture Digest
May 20, 2016 · Mobile Development

Evolution of Mobile App Architecture: From MVC to Modularization with CocoaPods, Middleman, and URL Routing

The article traces the progressive evolution of a mobile app's architecture—from an initial MVC structure that quickly becomes tangled, through modular designs using CocoaPods, to advanced decoupling techniques like the middleman pattern and URL routing—highlighting practical lessons for small teams and larger enterprises.

CocoaPodsModularizationiOS Development
0 likes · 8 min read
Evolution of Mobile App Architecture: From MVC to Modularization with CocoaPods, Middleman, and URL Routing