python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
calculate pacing for the below requirement
I have to calculate pacing for the below requirement:
#concurrent users: 5000
5 scripts - concurrent users split is 10%, 25%, 20%, 25% and 20%
Volume per hour: 15000, 25000, 2000, 40000, 30000
#transa...

Tanweer Alam
Votes: 0
Answers: 1
Refactor Controller using Extension method
I have been following this video and at minute 40 they suggest using extension method to clean up repeatable code in controller actions:
https://www.youtube.com/watch?v=h7TJ7eGeT7Q&t=693s
I have t...
grozdeto
Votes: 0
Answers: 1
Laravel : get only the clicked image to display, and not all of them
Yo everyone!
I'm actually working on a lil' project to learn laravel and here is the thing I struggle to achieve : I want the image I click on to be displayed in a view, but not all of my images (my i...
Sepulcherz
Votes: 0
Answers: 1
How to use one Route for a controller to hit all actions in Laravel 8
I switched to Laravel 8 from CakePhp and I would like to know if it's possible to use only one route for all the actions in a controller. I found "Implicit Controllers" for Laravel 4.2 but i...
devlogi
Votes: 0
Answers: 2