Tagged articles
3 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2024 · Backend Development

Master Django URL Routing: Regex Groups, Reverse Lookup, and Namespaces

This article explains Django’s URL routing mechanics, covering regex‑based route matching, unnamed and named groups, reverse URL resolution, route distribution across apps, namespaces, and related concepts such as pseudo‑static URLs, providing code snippets and practical guidance for backend developers.

DjangoReverse LookupURL routing
0 likes · 8 min read
Master Django URL Routing: Regex Groups, Reverse Lookup, and Namespaces
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 RoutesFlaskURL routing
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.

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