Best of GoogleOctober 2021

  1. 1
    Article
    Avatar of honeypotHoneypot·5y

    13 Best Tech Documentaries For Developers

    There are hardly any documentaries out there about developers or software development. All you need is this personally curated list of ‘developer’ documentaries (I’m most excited about the last one!). Let’s jump in. Vue.js: The Documentary: The origins of the Progressive JavaScript Framework. GraphQL: The documentary traces the rise and rise of GraphQL from initial success.

  2. 2
    Article
    Avatar of bitBits and Pieces·5y

    Google Chrome Hidden Features For Developers

    Google Chrome Dev Tools is one of the most used tools among web developers. It has some amazing features that most developers are not aware of. In this article, I will discuss the top 5 Chrome DevTools experimental features every developer should try. Google Chrome Hidden Features Every Developer Should Know Google Chrome experiments you should try

  3. 3
    Article
    Avatar of devtoDEV·5y

    10 Google Chrome Extensions you should use as a developer

    Here are some of the best Google Chrome extensions for developers. Extensions that make life easier, make you more productive, or perform an essential task better than a dedicated tool. As the vast majority of us use Chrome, it makes sense to consider Chrome extensions. Other browsers are available but Chrome is used by 62.6% of internet users.

  4. 4
    Article
    Avatar of tcTechCrunch·5y

    Facebook changes its corporate branding to Meta – TechCrunch

    After 17 years of being called Facebook, the social networking parent company behind Facebook, Instagram, WhatsApp and Oculus has a new name. Facebook’s corporate entity is now Meta. Facebook had been laying the groundwork for this change for months, seemingly in an effort to move its core branding further from the negative headlines surrounding its most popular product.

  5. 5
    Article
    Avatar of dailydaily.dev·5y

    Next.js is turning 5. Join the celebration!

    Next.js Conf is a day dedicated to celebrating what we've accomplished as a community. Next.js was born and paved the way for a faster, more intuitive, and more freeing way to build for the web. Here are three reasons you won't want to miss the event on October 26.

  6. 6
    Article
    Avatar of devdojoDevDojo·5y

    API Design best practices

    Application Programming Interfaces (APIs) are interfaces that allow one application to use the data and resources of another. Many of your favorite apps would not work today if they were not for APIs. This blog post explains the best practices that you should think about when creating a web API.

  7. 7
    Article
    Avatar of hnHacker News·5y

    How I made Google’s data grid scroll 10x faster with one line of CSS

    Google’s “Top linking sites” data grid has major scroll lag. This happens when choosing to display a larger dataset (500 rows) Instead of the default 10 results, the data grid produces 16,000+ DOM elements to display just 500 rows. The DOM is not very performant when containing many elements. And laying out that many elements is costly.

  8. 8
    Article
    Avatar of devdojoDevDojo·5y

    Pro Tips to Search on Google 🔥

    Googling is the most important skill a developer. Most people don’t know how to google. Googling require a certain ingenuity and hack in order to find exactly what you are looking for. There are many tricks you can use and here you can find the pro tips.

  9. 9
    Article
    Avatar of devtoDEV·5y

    How to Turn Google Sheets into a REST API and Use it with a React Application

    Semantic UI is a framework used to design and develop beautiful and responsive layouts. It has components for Buttons, Containers, Lists, Inputs, and much more. Posting data to API's has never been easy. Have you ever used React to post form data to Google Sheets? If not, then this tutorial is for you.