Best of GoogleDecember 2021

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build a Custom CRM

    A Customer Relationship Management (CRM) is a system that helps businesses organize and manage their customer relationships. In this course you will learn how to build a CRM using the Retool low-code platform. Watch the full course below or on the freeCodeCamp.org YouTube channel (2-hour watch).

  2. 2
    Article
    Avatar of flutterFlutter·4y

    Announcing Flutter 2.8

    Flutter aims to change how apps are built. It unites mobile, web, desktop, and embedded development into a single toolkit. The latest update makes it easier than ever to connect apps to back-end services, such as Firebase and Google Cloud. It adds production-quality support for Google Ads and major upgrades to the camera and embedded web plugins.

  3. 3
    Article
    Avatar of hnHacker News·4y

    My Path to Financial Independence as a Software Engineer

    After 12 years in the corporate world, I am ecstatic that I have finally attained my goal. This article is about the nuts and bolts of my journey in case anyone else finds it useful in charting their own course. There are many steps in my journey that would be hard or impossible for others to replicate. But there are others that you would find more useful and applicable in your own life.

  4. 4
    Article
    Avatar of angularAngular·4y

    Thank you, Angular

    Igor Minar is leaving Google to take up a role with Uber Tech Lead Jeremy Elbourn. He will be transitioning to the role of Lead Tech Lead (TL) for the project. Minar has been working on the project since 2009, when he first met Miško Hevery. He says the project has grown to become much bigger and more influential than he ever imagined.

  5. 5
    Article
    Avatar of dzDZone·4y

    Google Action With Node.js

    Google Actions can be developed using Firebase Cloud functions or a REST API endpoint. We will use the Google Actions Command Line Interface (Google actions CLI) to create, build, deploy and manage our Hello World Google Action. This post contains materials from different resources that can be seen in the Resources section. In this post, we will implement a Google Action for Google Assistant by using Node.js, yarn, and Firebase.

  6. 6
    Article
    Avatar of hnHacker News·4y

    Google Maps

  7. 7
    Article
    Avatar of stackovStack Overflow Blog·4y

    What I wish I had known about single page applications

    A single-page app is a web page with no real content, just a handful of JavaScript files and some links to other files. This is the heart of the single page app, but it can be very difficult to build and maintain. This article is the tenth in a series on the top ten posts of the year.

  8. 8
    Article
    Avatar of sitepointSitePoint·4y

    How To Write Shell Scripts in Node with Google’s zx Library

    In this article, we learn what Google’s zx library provides, and how we can use it to write shell scripts with Node.js. We’ll then learn how to use the features of zx by building a command-line tool that helps us bootstrap configuration for new projects.