Google Targets Mobile Back-End Development

Google Mobile Back End DevelopmentWith front-end mobile coding taken care of in the recent release of Android Studio 2.3, Google targeted cloud-based back-end development at its recent Google Cloud Next ’17 conference.

While the show addressed cloud development in general, Google’s mobile focus was exemplified by new serverless computing initiatives that provide back-end functionality for Android, iOS and Web apps.

These include an update to Google App Engine — its nine-year-old serverless runtime environment — and a public beta of the brand-new Google Cloud Functions, “a completely serverless environment to build and connect cloud services without having to manage infrastructure.”

Here’s a look at both.

Google App Engine

Launched in 2008, the promise of Google App Engine is to “build scalable Web and mobile back-ends in any language on Google’s infrastructure.”

It does that by providing a fully managed platform to which developers can bring their own language run times, frameworks and third-party libraries. Google said it completely abstracts the backing infrastructure functionality for apps — scaling for traffic, load balancing, health-checking and more — so developers can focus on the code.

Using the platform, developers can call APIs to provide managed services such as access to SQL and no SQL databases; monitoring and diagnostic tools; Cloud Pub/Sub messaging and streaming data; and other dev tools.

In a blog post, Google cloud exec Brian Stevens cited openness and developer choice in announcing an expansion to App Engine focused on the product’s promise to developers: “bring your code, we’ll handle the rest.” Now, that code can come in many more programming languages.

“App Engine now supports Node.js, Ruby, Java 8, Python 2.7 or 3.5, Go 1.8, plus PHP 7.1 and .NET Core, both in beta, all backed by App Engine’s 99.95 percent SLA,” Stevens said. “Our managed runtimes make it easy to start with your favorite languages and use the open source libraries and packages of your choice. Need something different than what’s out of the box? Break the glass and go beyond our managed runtimes by supplying your own Docker container, which makes it simple to run any language, library or framework on App Engine.”

Those Docker containers can also be used to deploy apps to any supported environment, even those not housed in the Google Cloud Platform.

App Engine SDKs are provided for Go, Java, PHP and Python. Developers can learn more about Google App Engine in the documentation and pricing sites.

Google Cloud Functions

Stevens characterized Google Cloud Functions as being “up one level from fully managed applications” handled by App Engine. The new server-less environment was launched as a public beta service.

Like App Engine, it’s based on serverless computing, wherein back-end services can spin up program logic on-demand, triggered by events that can originate from various sources.

“Cloud Functions provides a connective layer of logic that lets you write code to connect and extend cloud services,” its site says. “Listen and respond to events such as a file upload to Cloud Storage, an incoming message on a Cloud Pub/Sub topic, a log change in Stackdriver Logging, or a mobile-related event from Firebase. Cloud Functions augments existing cloud services and allows you to address an increasing number of use cases with event-driven code.”

In response to those changes or events, the service can do light data processing or handle extract, transform and load (ETL) jobs, for example. It lets developers leverage the micro-service approach of using one-function units of code below the level of entire applications, containers or virtual machines.

[Read More From ADT Mag]


Posted May 1, 2017 by & filed under Mobile Development, News.