FileMood

Download Udemy - Build scalable apps on Google App Engine

Udemy Build scalable apps on Google App Engine

Name

Udemy - Build scalable apps on Google App Engine

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.7 GB

Total Files

126

Hash

6D47DAD9423D12943C15C7EA5E9D917B150B0DAA

/

Tracker List.txt

0.4 KB

/01 Introduction/

002 Anatomy of a URL.mp4

11.8 MB

001 How the web works.mp4

9.4 MB

006 How App Engine solves those complexities.mp4

11.6 MB

005 The many complexities of a real-life application.mp4

24.6 MB

003 Requests and Responses.mp4

4.1 MB

004 Headers in requests and responses.mp4

22.4 MB

/06 Logging in users/

004 Implementing cookie signing and cookie validation functions.mp4

24.3 MB

002 Implementing the Password checking functionality.mp4

25.4 MB

001 Creating our Login Screen.mp4

23.6 MB

007 Finishing and testing the Login Required wrapper.mp4

15.8 MB

006 Creating a Login Required wrapper.mp4

31.9 MB

005 Writing cookie sending and cookie reading functions.mp4

13.2 MB

003 Some theory on cookies and security.mp4

26.7 MB

/09 Building our Parser/

009 Parsing Recipe Titles.mp4

28.7 MB

010 Parsing Recipe Image URLs.mp4

20.3 MB

008 Adding the BeautifulSoup library to our project.mp4

18.9 MB

002 Fetching 1.5 million URLs to load into our parser.mp4

56.4 MB

003 Setting up our Parser, assigning dedicated resources to it.mp4

33.3 MB

011 Parsing Prep Times and Cook Times.mp4

37.0 MB

012 Parsing Recipe Ingredients.mp4

49.5 MB

007 Figuring out how to extract information from the source site.mp4

88.5 MB

015 Saving the image to our Google Cloud Storage bucket.mp4

43.3 MB

014 Fetching or downloading the Recipe Images.mp4

31.5 MB

013 Parsing Recipe Directions.mp4

24.9 MB

004 Launching our App with the parser module.mp4

21.6 MB

001 Introduction to Parsing.mp4

33.2 MB

005 Loading the URLs into a Queue.mp4

17.6 MB

021 Debugging the Prep Time and Cook Time functions.mp4

31.0 MB

023 Debugging the Prep Time and Cook Time functions again.mp4

37.2 MB

024 Debugging the HTTP redirects case.mp4

43.8 MB

025 Testing our Search Engine.mp4

23.2 MB

020 Debugging the ingredients function.mp4

37.9 MB

022 Debugging the Photo Fetch function.mp4

8.1 MB

006 Picking up tasks form the queue.mp4

29.5 MB

019 Loading a batch of 1000 URLs into queue and testing parser.mp4

16.5 MB

016 Saving and indexing the parsed recipe.mp4

44.3 MB

017 Debugging our save process.mp4

64.4 MB

018 Couple of cosmetic changes.mp4

19.7 MB

/04 Writing the HTML of our pages/

017 About storing Passwords.mp4

30.1 MB

016 Creating the data Model in the DataStore.mp4

20.2 MB

018 Implementing Password encryption with salts.mp4

43.9 MB

015 Making jQuery change the modal content according to what the server returns.mp4

16.2 MB

021 Preparing to change the modals body dynamically with jQuery.mp4

15.4 MB

014 Abstracting our JSON response to our Custom Request Handler.mp4

13.3 MB

022 Changing the modals HTML according to the response returned back from the AJAX.mp4

8.1 MB

019 About regular expressions and email validation.mp4

18.1 MB

020 Checking whether the email already exists, or not.mp4

6.3 MB

004 Adding more inputs to the form.mp4

6.5 MB

005 Finishing the modal HTML.mp4

10.7 MB

002 Implementing a Bootstrap Modal.mp4

13.0 MB

001 Implementing a top Navigation Bar.mp4

58.2 MB

013 Implementing form validations.mp4

14.6 MB

006 Adding a click listener to our button using jQuery.mp4

20.9 MB

003 Creating a Register form inside a Modal.mp4

13.5 MB

007 Using AJAX in our form.mp4

7.2 MB

009 Part 2 of changing the Button UI according to if the site is still working.mp4

3.7 MB

011 Creating our Register Request Handler.mp4

7.2 MB

010 Implementing error messages if the form didnt validate appropriately.mp4

17.0 MB

008 Changing the Button depending on if the request has been received or is pending.mp4

18.8 MB

012 Learn about if statements in Python.mp4

18.1 MB

/08 Querying the Full Text Search Index/

006 Creating the Recipe Page Request Handler.mp4

11.6 MB

007 Implementing the Recipe Page HTML and template.mp4

36.3 MB

005 Fixing a small error.mp4

3.9 MB

002 Displaying the results on the Account Page.mp4

37.9 MB

003 Building queries for the Search Results Page.mp4

29.9 MB

004 Creating the Search Results Page.mp4

34.8 MB

008 Testing the image resizing functionality App Engine provides.mp4

12.7 MB

011 Finishing the Recipe Page.mp4

18.0 MB

009 optional Installing the Pillow library.mp4

16.5 MB

012 Finishing the Home Page.mp4

21.7 MB

001 Querying the Search API, filtering by current User.mp4

28.7 MB

010 Serving resized images.mp4

12.9 MB

/05 Sending automatic Emails in App Engine/

001 Creating an Email Object.mp4

17.9 MB

003 Sending out our first email with App Engine.mp4

28.7 MB

002 Finishing the send_mail function.mp4

19.7 MB

/11 Monitoring and performance testing our app/

006 Fixing, redeploying and redirecting traffic to the new version of the app.mp4

3.4 MB

005 Finding a performance issue on our Recipe Page.mp4

10.0 MB

008 Course wrap-up.mp4

4.9 MB

004 Analyzing the performance of our Searches.mp4

14.6 MB

007 Comparing performance of old and new version.mp4

19.7 MB

003 Exploring Traces.mp4

12.8 MB

001 Exploring the logs and debugging.mp4

27.0 MB

002 How to use the Traces to improve our app performance.mp4

3.1 MB

/03 Structuring our Recipe Search Engine project/

004 Creating our project directories.mp4

4.5 MB

005 Importing Twitter Bootstrap framework.mp4

19.4 MB

003 Creating the app.yaml file.mp4

6.5 MB

002 Creating our project on the Google Developer Console.mp4

2.7 MB

001 Preview of what were going to build.mp4

52.3 MB

006 Creating our Router.mp4

6.1 MB

008 Finishing our custom Request Handler.mp4

7.2 MB

007 Building our custom Request Handler.mp4

27.8 MB

009 Implementing Bootstrap in our base template.mp4

13.5 MB

010 Abstracting our templates into a more reusable architecture.mp4

11.3 MB

/10 Deploying our app and configuring a custom domain/

002 Configuring a domain name to point to our app.mp4

31.1 MB

001 Deploying our app and getting to know the admin developer console.mp4

41.5 MB

/02 Getting started Guest Book app in Google App Engine/

004 About Classes in Python.mp4

15.5 MB

015 Refactoring our app implementing Jinja2 templates.mp4

28.9 MB

016 Understanding dictionaries in Python.mp4

10.3 MB

017 Adding Greetings to the template.mp4

13.3 MB

014 Showing the Greetings on our Home Page.mp4

10.2 MB

013 Fetching Greetings from our Data Store.mp4

17.7 MB

010 Saving Greetings to our Data Store.mp4

23.3 MB

011 Lists in Python.mp4

14.3 MB

012 Breaking up our form HTML.mp4

7.3 MB

018 Refactoring the Greetings Data Store Model.mp4

13.1 MB

019 Finishing our refactor and our project.mp4

12.3 MB

003 Understanding how App Engine works.mp4

13.3 MB

002 Creating and running your first App Engine app.mp4

27.2 MB

001 Installing Google Cloud SDK.mp4

31.8 MB

005 Responses in App Engine.mp4

7.3 MB

006 Quizz .mp4

1.4 MB

008 Building our Guest Book form in HTML.mp4

31.0 MB

007 More on Routing paths in App Engine.mp4

18.5 MB

009 Implementing our Greet Handler.mp4

13.0 MB

/07 Full Text Search - Searching through documents using keywords/

003 Creating the post recipe template.mp4

11.5 MB

005 Creating the Recipe data model.mp4

18.0 MB

004 Building out the recipe form to add new recipes and index them.mp4

57.2 MB

002 Creating the Account Page.mp4

15.4 MB

001 Introduction to Full Text Search.mp4

11.7 MB

006 Creating the Add Recipe class method to add and index new recipes.mp4

29.3 MB

007 Indexing recipes into our Full Text Search Index.mp4

25.9 MB

010 Implementing the Add Recipe function in the Post Recipe Request Handler.mp4

12.4 MB

009 Saving the photo uploaded by the user.mp4

40.5 MB

008 Picking up the data sent by the user.mp4

15.1 MB

011 Finishing and fixing some bugs.mp4

34.8 MB

 

Total files 126


Copyright © 2025 FileMood.com