Laravel Tip ⚡️
Use a “Terminable Middleware” to perform some tasks after a response has been sent to the browser. All you have to do is add a "terminate()" method on the middleware.
Example use cases:
• Track page views
• Send notifications
• Update user's last activity
who agrees with me that in incoming 2/3 centuries there will only be aliens (a future version of humanity with so many assistive technologies)
#walowmeer
I just completed "A Practical Guide to Algorithms with JavaScript" by @BiancaGando on @FrontendMasters! https://t.co/lxbnKKP9aW
wonderful course nicely explained each and every step especially the call stack game.. this game has taken the fear of recursion off from my mind now.