Best of Google ChromeJune 2021

  1. 1
    Article
    Avatar of gcgitconnected·5y

    Secret JavaScript tricks to compete with your fellow super fast senior dev’s debugging speed

    Secret JavaScript tricks to compete with your fellow super fast senior dev’s debugging speed. Using the Debugger Instead of Logging it Every Time. Logging an Array using console table and sorting the values. Live Expressions in Chrome Dev tool to value your JavaScript expressions real time.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    How to Detect Unused CSS or JavaScript

    Chrome DevTools is a powerful tool provided by Google. It can be used to help developers refactor large code bases. The tool can also be used by developers who have been working on the same codebase for a long time or who are new to the team. To use the tool, right click and inspecting using ‘Inspect’

  3. 3
    Article
    Avatar of thnThe Hacker News·5y

    New Chrome 0-Day Bug Under Active Attacks – Update Your Browser ASAP!

    Chrome users can update to the latest version (91.0.4472.101) by heading to Settings > Help > About Google Chrome to mitigate the risk associated with the flaw. The flaw stems from a type confusion issue in its V8 open-source and JavaScript engine. Google has addressed a total of seven zero-days in Chrome since the start of the year.

  4. 4
    Article
    Avatar of sdtimesSD Times·5y

    Next.js 11 now available with new live collaboration features

    Next.js 11 adds real-time feedback, live collaboration, and image optimizations. New tool helps developers migrate from Create React App to Next.js. Aurora team at Google Chrome has created Conformance, which provides solutions and rules for optimal loading. webpack 5 is now the default configuration for all Next.JS applications.

  5. 5
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    The Easiest Way to Build a Web Scraper Using JavaScript and Node.js

    The Easiest Way to Build a Web Scraper Using JavaScript and Node.js Dan Suciu shares his tips on building a web scraper using NodeJS. In the following section of this article, I will help you write your own web scraper application using Nodejs.