Use console.log() like a pro

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • console.image

    The one thing Chrome Dev Tools didn't need.

  • On the other hand, you can abuse the %c format substitution to display images on your console: https://github.com/adriancooney/console.image

  • WHATWG HTML Standard

    HTML Standard

  • Technically JavaScript has the structured clone algorithm for deep copying objects, but it's only used in very limited cases and you can't directly call it (it's under active consideration), so if you want to make a structured clone of an object you have to do weird hacks like passing your object through a MessageChannel (the way data is passed between Workers, browser-based threads) or abusing the History or Notification APIs.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts