Best of LoggingMarch 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    What's new in ES2022? 🤔

    The new version of ECMA Script will become standard in few months. Let's take a glimpse at the features that will be part of ES2022. Features include method .at() of indexable values. RegExp match indices. Top-level await modules. New members of classes via public fields.

  2. 2
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·4y

    CSS Tools, Databases, JSON, SVG

    There are a number of different ways to remove empty items from an array in JavaScript. To remove blank values alone is something more specific, but there are a few ways to do it. You can find all the above examples in this CodePen. Now on to this week's tools!

  3. 3
    Article
    Avatar of bitBits and Pieces·4y

    9 JavaScript Console Tips That Will Improve Your Debugging Skills

    There’s more to using console.log() to debug code. Learn more about the different JS console methods available. Take your CSS skills using them in the console to add styling to any log statement. 9 JavaScript Console Tips That Will Improve Your Debugging Skills.

  4. 4
    Article
    Avatar of quastorQuastor Daily·4y

    How to Design Better APIs

    Ronald Blüthl wrote a great blog post on how to design better REST APIs with 15 language-agnostic tips. Use ISO 8601 UTC dates Version the API Pagination Provide a health check endpointPlus some tech snippets on How Netflix tests for performance regressions How gifs work How Medium does code review

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    5 Secret features of JSON you didn't know about 🤯

    The default stringifier also minifies the JSON, which looks ugly. It can do cool stuff like revive data, use a custom format to encode/decode data, hide certain properties in stringified data, and format your data. Let's dive into some of the cool features.

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Understanding the Dependency Inversion Principle in TypeScript

    The Dependency Inversion Principle is a principle that helps us couple software modules loosely. The principle states that both high-level and low-level modules should not import anything from each other. It also states that abstractions should not depend on concrete implementations. Click here to see the full demo with network requests.

  7. 7
    Article
    Avatar of phProduct Hunt·4y

    Logger - The development console for Shortcuts

    Logger makes developing complex shortcuts a breeze. Log text or images to the console & see them appear in realtime, as your shortcut runs. Drill down into the output and filter by search, content type, category, date, device or even custom tags. Click here for more information.

  8. 8
    Article
    Avatar of tcTechCrunch·4y

    Spotify and Discord go down, forcing Tuesday upon us – TechCrunch

    Spotify and Discord both appear to be down. TechCrunchers and the Twittersphere alike are experiencing difficulty logging in to Spotify. Folks are reporting on Twitter that opening the Spotify app on mobile leads to a log in flow, but even the correct username and password results in a failed attempt to in fact log in.