Categories: Mantra

Google I/O 2018, Day 3 : Announcements and new kits for developers to build amazing products

The final day of Google I/O 18 consisted of a few talks including Node.js, Server less deployment, Tensorflow, Android Security, etc. It’s been an amazing three days of awesomeness with a lot of announcements and new kits for developers to build amazing products.  Let’s get to the highlights from Day 3 at Google I/O 2018.

Deploying Serverless Node.js Microservices

Myles Borins and Steren Giannini gave a talk on Deploying Serverless Node.js microservices.

They announced that in a couple of weeks, Node.js will start running on Google App Engine. Developers would be able to deploy a Node.js app easily to Google Cloud. The Node.js app would simply have an app.yaml file that specifies the runtime. And then the developer can run gcloud app deploy. That’s it!

TensorFlow without a PhD

This talk gave techniques about deep reinforcement learning with TensorFlow. There was a demo of a pong game driven by a neural network. There was also a demo of an animation character that learned how to move and jump via machine learning exposed by TensorFlow.

Related Post

The tools for the demo included were :

  • TensorFlow for the models
  • Google ML engine for the training
  • Tensorboard Visualization Kit

Search Friendly JavaScript-powered Websites

Several tips for building search-friendly JavaScript-powered websites were given in this talk. Tools such as Puppeteer and Rendertron were recommended for dynamic rendering. The rendering of JavaScript-powered websites in Google search is deferred until Googlebot has resources available to process that content.

The Key Tips

  • Add a robot.txt to the top level domain of the site which specifies the URLs to crawl and not to.
  • Use good URLs such as example.com/about rather than fragmented URLs such as example.com/#home.
  • Use consistent URLs for the same page.
  • Add the critical metadata such as canonical links, viewport, title and description of each page, etc.
  • Use href elements when linking between pages. Don’t use non-semantic elements such as <div >

With Google I/O 2018 coming to an end we are stoked for all the great things that will be rolled out in the coming months.

Share
By
Mikhail Mitra

Recent Posts

Smart Machines & Smarter Humans: AI in the Manufacturing Industry

We have all witnessed Industrial Revolutions reshape manufacturing, not just once, but multiple times throughout…

3 days ago

Will AI Be the Future’s Definition of Sustainable Manufacturing?

Governments worldwide are implementing strict energy and emission policies to drive sustainability and efficiency in…

5 days ago

Silent Drains: How Poor Data Observability Costs Enterprises Millions

Let’s rewind the clock for a moment. Thousands of years ago, humans had a simple…

3 weeks ago

The Pet Tech Boom You Can’t Ignore: How Smart Devices Are Revolutionizing Pet Care

What’s your first thought when you see a puppy strutting around in a tiny sweater…

1 month ago

From Keywords to Conversations: How AI is Redefining the Search Engines

Picture this: You're in your kitchen, staring at a random assortment of leftovers in your…

1 month ago

Design Systems: Building and Maintaining Consistent UI/UX

In the world of product design, consistency is the cornerstone of delivering a seamless user…

1 month ago

This website uses cookies.