amit
Mon Dec 09 2019
use Event,isTrusted to know whether the triggered event is authentic(user triggered) or through a script: https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted
akshay
Wed Nov 27 2019
Protocol buffers are a lightweight alternative to JSON format to share data between systems. You get the advantage of not having to write out serializers and deserializers by making use of a schema like contract file
.proto
. This file can be shared and used by protobuf compilers that de/serialize data into language of our choice.akshay
Wed Nov 27 2019
Protocol buffers are a lightweight alternative to JSON format to share data between systems. You get the advantage of not having to write out serializers and deserializers by making use of a schema like contract file
.proto
. This file can be shared and used by protobuf compilers that de/serialize data into language of our choice.revath
Mon Nov 11 2019
privacy.firstparty.isolate
. This feature restricts cookies, cache and other site data so it can only be accessed by the first party domain name.goromlagche
Tue Oct 29 2019
in mysql we can run
https://dev.mysql.com/doc/refman/8.0/en/show-slave-status.html
SHOW SLAVE STATUS
, in a replica connection, and then use Seconds_Behind_Master
to get the replica lag, if any. If the replica lag is high enough, we can failover to master.https://dev.mysql.com/doc/refman/8.0/en/show-slave-status.html
revath
Fri Oct 11 2019
adb shell input text "RR"
to reload react native app from laptop instead of shaking the devise.revath
Fri Oct 11 2019
adb shell input text "RR"
to reload app from laptop instead of shaking the devise.amit
Thu Sep 26 2019
amit
Thu Sep 26 2019
amit
Thu Sep 26 2019
Showing 43 to 45 of 73 results