Today I Learned - Rocky Kev

Tagged “stackoverflow”

  1. TIL software interoperability

    The term 'software interoperability' refers to the capability of different solutions to communicate with one another freely and easily. Systems that are interoperable exchange information in real-time, without the need for specialized IT support or behind-the-scenes coding.

  2. TIL of the difference between || and ??

    The difference between || or ??

  3. TIL about Negative Caching

    If you're ever working on a site and get a 'Server Not Found', then fix it (so that it totally works), and you STILL get a 'Server Not Found', that's negative catching!

  4. TIL end all node processing scripts

    killall node - a sure fire way to kill a node.js server that won't stop running.

  5. TIL difference between document.hidden vs document.hasFocus()

    Do you need to check if the tab is currently active/Visible?

See all tags.