Should I implement slugs with my already fairly long URLs? [closed]
Closed 12 years ago.
How to go about designing an intermediate routing filter program to accept input and forward accordingly?
My predicament:
Why should I should url routes to the user in a single page application?
Why a single page application is a desktop client replacement why should I show certain url`s in the url bar of the browser.
bad practice to have actions in web api controllers
I was creating a new action for a WebApi
controller and tried to create a url using the following:
bad practice to have actions in web api controllers
I was creating a new action for a WebApi
controller and tried to create a url using the following:
Features of a routing system
I have been tinkering with the idea of creating a routing system as a learning experience and not for some production purpose.
What is the most efficient / fastest way to keep a list in order?
I implemented Dijkstra’s path finding algorithm in JavaScript and a big part of it involves storing the distances to nodes and fetching the smallest. The distances change often and the smallest is fetched a lot.
What is the most efficient / fastest way to keep a list in order?
I implemented Dijkstra’s path finding algorithm in JavaScript and a big part of it involves storing the distances to nodes and fetching the smallest. The distances change often and the smallest is fetched a lot.
URL routing for master detail pattern [closed]
Closed 9 years ago.
HTTP Query String vs URL Parameter for referral codes
I’m working with a Laravel app and am development a “referral” feature. A user clicks “refer friend” and a URL pops up that can be shared on Facebook etc, when another user clicks on the link they are taken to the site, a session parameter is set, and later if the user signs up, the original user gets credit.