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

Why Netflix Broke Itself: Was It Success Rewritten Through Platform Engineering?

Let’s take a trip back in time—2008. Netflix was nothing like the media juggernaut it…

5 days ago

What If the Sun Took a Day Off?

Ever wondered what life would be like if the Sun took a day off? Picture…

4 weeks ago

Beyond the Click: The Art of Interaction Design

The Importance of Interaction Design Principles In the ever-evolving landscape of digital experiences, interaction design…

4 weeks ago

When Data Meets the Heart: A Tale of Sentiments and Science

Do you think technology will advance to a point where people rely on it for…

1 month ago

From Ghosting Leads to Closing Deals: The Tech Revolution in Sales Agent Apps

If you think Mark Zuckerberg is just a tech genius who stumbled upon success, think…

2 months ago

The Importance of User-Centered Design: Putting Users First

In today’s digital landscape, where users are bombarded with options, creating a product that stands…

2 months ago

This website uses cookies.