Best of LoggingOctober 2020

  1. 1
    Article
    Avatar of dailydaily.dev·6y

    Stop Using console.log()!

    console.log() forces you to select which information to log before the debugging consciously. What you display in the first place is not sufficient or even completely irrelevant sometimes. You usually don’t yet have any idea of what’s going on. As a workaround, you will need to either clone the information or serialize snapshots of it.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·6y

    How to Use Git Aliases to Increase Your Productivity

    Leonardo Faria: How to Use Git Aliases to Increase Your Productivity. How to use GitAliases to increase your Productivity with these tips and tricks. How do you use Git to increase productivity? Share your tips in the comments below or email us at luardo.faria@mailonline.co.uk.

  3. 3
    Article
    Avatar of hashnodeHashnode·6y

    Circuit Breaker Pattern: Build better software

    Circuit Breaker Pattern is a Node.js circuit breaker that executes asynchronous functions and monitors their execution status. When the number of consecutive failures crosses a threshold, the circuit breaker trips, and for the duration of a timeout period all attempts to invoke the remote service will fail immediately.

  4. 4
    Article
    Avatar of itnextITNEXT·6y

    Fullstack Flutter and MongoDB Cloud Mini-Course | FREE TO WATCH!!!

    Build an contacts app with Flutter, Serverside Dart and MongoDB Cloud Atlas. Jermaine Oppong's fullstack Flutter and MongoDb Cloud mini-course. We will build a contacts list application that manages contacts in MongoDB. This app will be built for both Flutter mobile and web platforms.

  5. 5
    Article
    Avatar of hashnodeHashnode·6y

    How to log user activities using the Beacon Web API?

    The Beacon API is a relatively unknown, lightweight, and efficient way to log web page activities to a server. It is a JavaScript API that helps the developer to send a small amount of data from the browser to the server. The Beacon API has wide browser support. It works on most of the browsers except the older internet explorer versions.