Category: Javascript Development

  • Logger Tagged Template Literal

    In his GitHub book You Don’t Know JS Kyle Simpson talks about tagged template literals. In Front End Master course he also gives an example of a useful console logger tagged template literal shown below: Here is how to use the function above: Here’s the output: References You Don’t Know JS Frontend Masters course JavaScript:…

  • Logger Setup with Winston

    A simple setup with winston logger: