Best of Google Cloud PlatformSeptember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Building a chatbot with DialogFlow, Node.js, and React

    DialogFlow is an end-to-end tool powered by NLU to design and integrate chatbots into our interfaces. It translates natural language into machine-readable data using machine learning (ML) models trained by the language we provide. We are going to build our chatbot using Google’s NLU platform, Dial To act, sometimes we need to extract some data from the query.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Comparing the 7 best ORM packages in Go

    The GORM (Go-ORM) package is the most popular ORM package in the Go ecosystem. The SQLC package provides database queries, transactions, configurations, and functionalities. The Beego ORM is a powerful ORM inspired by popular Python ORMs, like the Django ORM and SQLAlchemy.

  3. 3
    Article
    Avatar of hrbHEARTBEAT·4y

    Is there a Data Engineering Roadmap?

    Data Engineering is the discipline in the 'Data World' which drives us to design and build things. Data Engineers need to know how to manage, create, and design databases being relational or non-relational, how the data on them can be normalized, and understand the Entity-Relationship model, normalization and scaling patterns.