LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game
Home » Ebooks & Tutorials » Technical » .Net & Java » Udacity – Developing Scalable Apps with Java with Google App Engine (2014) [184 mp4, 180 srt, 2 pdf]

Udacity – Developing Scalable Apps with Java with Google App Engine (2014) [184 mp4, 180 srt, 2 pdf]

14/04/2015 Learning for Life Leave a Comment

Udacity – Developing Scalable Apps with Java with Google App Engine (2014) [184 mp4, 180 srt, 2 pdf]
English | Size: 2.50 GB (2,681,612,901 bytes )
Category: Tutorial


You will learn about challenges of building applications that can serve hundreds of thousands of users, and how you can prepare for them as a developer. And more importantly – you will learn how to harness the power of App Engine – Platform as a Service, run by Google, so you can focus on your application’s features, not on managing infrastructure that runs your app. Let Google run and scale the infrastructure and do what you do best – write code!

Developing Scalable Apps with Java
with Google App Engine

Level: Advanced
Duration: Approx. 2 months – Assumes 6hr/wk (work at your own pace)

However, to use App Engine effectively, you have to learn how it works, and this is exactly what this course will teach! You will also learn the best practices of using Cloud Endpoints that allow you to easily create RESTful services and make them accessible to iOS, Android and javascript clients. They allow you to automatically generate client libraries to make wiring up the frontend easy. And there are some nifty built-in features, like denial-of-service protection and OAuth 2.0 support.

Why Take This Course?

Cloud computing is one of the fastest growing fields right now. And no wonder – it provides an easy and affordable way to run your applications. However, the traditional way of hosting and scaling applications on Virtual Machines in the Cloud comes with a cost – even if the infrastructure is virtual, you still have to manage it – do load balancing, bring instances up and down, take care of patching your software and in general spend a lot of your time and resources on just the infrastructure.

Google is one of the pioneers in the business of scaling, and now you can use their infrastructure, and let them do all the scaling work so that you can focus on the unique features your app provides.

Project

There will be an overarching project throughout the course, starting from Lesson 2. You will develop an application for organizing conferences, similar to sites like meetup.com or eventbrite.com. We have provided the frontend of the app, and all your effort will go into making the backend.

And because you will be using Cloud Endpoints, it’s really easy to hook up your backend with a native mobile app. We have created an Android app that uses the same backend as the web frontend. You will able to recompile it against your backend, if you so wish!

At the end of the course you will do a final project, where you will have to expand the functionality of the same app.

Prerequisites and Requirements

You should be fairly comfortable programming in Java, preferably with some experience developing web applications and working with databases for at least a year. You will be developing the backend of a sample app, so you don’t have to worry about HTML or javascript.

You should have sufficient permissions to install new software on your computer, and comfortable configuring it, including setting up system variables.

We will be using Maven and Eclipse for this course, and we strongly suggest that you use them as well.

See the Technology Requirements for using Udacity.

What Will I Learn?

Projects

You will work on the Conference Central app throughout the course, with every lesson adding more functionality, and harnessing more of the power of Cloud App Engine.

Syllabus

Overview

This course consists of 6 lessons. First one is an overview of cloud computing and the benefits of Platform as a Service. Lessons 2-5 will cover important theoretical concepts of Google App Engine and also plenty of hands-on exercises implementing what you have learned. Lesson 6 will be a short intro on an easy way to create native mobile apps that talk to your backend.

Lesson 1: Scalability Basics

Do you know how and why server racks were invented years ago? Have you realized all of the problems that you have to solve if you will try to scale your app by yourself? Learn about a better way.

Lesson 2: Getting Started

Set up your first App Engine project and learn how to define Cloud Endpoints.

Start the course project app – Conference Central and add authentication and user profiles.

Lesson 3: Storing and Retrieving Data

One of the most important things you want to do in your app is storing data. In this lesson you will learn what is Google App Engine Datastore, how is it different from RDBMS and how you can use it in your applications.

Add the ability to store and retrieve user profiles and conferences to the course project app.

Lesson 4: Advanced Datastore Concepts

Learn more about how Datastore works, including queries, filters, indexes and transactions.

Add different ways to query conferences.

Lesson 5: Advanced App Engine Topics

There are a lot of things you might want your application to do in background, without making the user wait, or even initiate the process. Learn about task queues and cron jobs and how you can use them to add advanced functionality to your app. You will also learn about Memcache, and get an overview of topics like Edge Caching, AppStats and other methods of optimising your apps performance.

Add a push queue, cron job and a customised Memcache entry to your app.

Lesson 6: App Engine and Mobile Apps

You have been using Cloud Endpoints in the app, and now it’s time to see how you can use them in a mobile app. Learn how to generate native libraries for Android and iOS that can talk to your backend. You can even recompile the Android app we provide with our course, to work against your own project. How cool is that?

Generate mobile client libraries for your app.

Instructors & Partners

INSTRUCTOR – Magnus Hyttsten
Magnus Hyttsten works as a Developer Advocate at Google. He is an uncompromising software technologist and product marketing fanatic who likes to work in fast-paced environments. Prior to joining Google, he worked for a company in the Telecommunications Industry that he co-founded and worked as CTO for since 2000. He enjoys the datacenter, statically-typed programming languages, evangelizing about technology, and doing things that have not been tried before. Right now, he is extremely passionate about connecting mobile devices with the Cloud.

INSTRUCTOR – Jocelyn Becker
Jocelyn Becker wrote the developer documentation for the very first external Google API, the Adwords API, back in 2004, and she’s been documenting Google APIs and training developers to use them ever since. For the past couple of years she’s been developing and delivering training courses for Google Cloud products, and she wants to help others learn just how easy it is to get your web apps running when you use App Engine.

COURSE DEVELOPER – Gundega Dekena
Once upon a time Gundega was a Udacity student. In a way she still is, because she is learning new things from instructors she works with and her Udacity coworkers every day.

If you occasionally want to read fun news about robotics, science and games, follow her on G+ – https:// plus.google.com/+GundegaDekena.

https:// www.udacity.com/course/ud859

Buy Long-term Premium Accounts To Support Me & Max Speed

DOWNLOAD:


http://uploaded.net/file/go1mms4g/Developing%20Scalable%20Apps%20with%20Java.part1.rar
http://uploaded.net/file/1a010bkz/Developing%20Scalable%20Apps%20with%20Java.part2.rar
http://uploaded.net/file/j0voaadh/Developing%20Scalable%20Apps%20with%20Java.part3.rar
http://uploaded.net/file/z4pwart3/Developing%20Scalable%20Apps%20with%20Java.part4.rar
http://uploaded.net/file/hticl0ti/Developing%20Scalable%20Apps%20with%20Java.part5.rar
http://uploaded.net/file/hej2du7w/Developing%20Scalable%20Apps%20with%20Java.part6.rar


http://rapidgator.net/file/69e29ef0e5fa404be2f0be20c5231cf8/Developing_Scalable_Apps_with_Java.part1.rar.html
http://rapidgator.net/file/c636260a451f17e84d3f5b07e11fc259/Developing_Scalable_Apps_with_Java.part2.rar.html
http://rapidgator.net/file/92234d2a9657cda0acb739af4f566270/Developing_Scalable_Apps_with_Java.part3.rar.html
http://rapidgator.net/file/4416d18e5f592c423a93879bc4e548b8/Developing_Scalable_Apps_with_Java.part4.rar.html
http://rapidgator.net/file/c6776defcd46a6e649b8d9badfeea080/Developing_Scalable_Apps_with_Java.part5.rar.html
http://rapidgator.net/file/4cd414ec531ae30eda928dcb60f617cb/Developing_Scalable_Apps_with_Java.part6.rar.html

If any links die or problem unrar, send request to http://goo.gl/aUHSZc

.Net & Java Developing, Google App Engine, Java, Scalable Apps, Udacity

← Scott Britton – Business Development For Startups and Tech Companies [Udemy] Your Way to Success 50 Success Classics, 50 Self-Help Classics, 50 Prosperity Classics [3 PDF, 35 MP3] →

About Learning for Life

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Udemy – IoT Application Development with Matter and the ESP32
  • CBT Nuggets – Fortinet FortiGate 7.6 Administrator (FCP)
  • Linkedin Learning – Kotlin Multiplatform Development
  • Udemy – Corporate Culture & Employee Engagement: The Complete Guide
  • Evil Genius – Electronic Circuits for the Evil Genius (Second Edition): 64 Lessons with Projects – Dave Cutcher

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in