Hi I am very new to database scaling. I was working on Monolithic, SOA and Hybrid microservice applications which can at most 1 master and 1 salve (To immediately recover from...
Hello! How can I type hint the return types in PHP for the following RECURSIVE function? function display(array $input) { foreach ($input as $key => $value) { ec...
Channaveer Hakari, [08-May-2021 at 1:55:48 PM (08-May-2021 at 2:11:56 PM)]: Hi in Laravel 8.12 I encountered a weired problem middleware routes not redirecing to login if user...
I have the following tables payments --------- id, user_id, payable_id, payable_type, status Payable can be of type User Subscriptions / Courses Registered and something ...
Which Cryptocurrency Wallet is good and supports most of the coins? I was planning for CoinBase. We want to integrate with one of the web app either the customer can pay via ...
Hi clould anyone help me understand what is the use of an VPN in Ubuntu Server (Digital Ocean) where we have deployed our code Does that make private tunneling between all o...
Is is even a git repo project?
VUEJS v-bind:class="[ item.purchased ? 'strike' : '', item.priority ? item.priority : '']" I want to use the item.priority as the value but the VueDev tools gets blank and ...
Why is my message getting auto deleted? If I paste anything the message gets autodeleted
Hi everyone. If my application is monolithic and has a single database then can we call that it's Highly Consistent and Highly Available?
Since I am playing on the frontend its there any similar library you know in Javascript?