Download link
File List
-
Tracker List.txt 436 B
01 Introduction/002 Anatomy of a URL.mp4 11.23 MB
01 Introduction/001 How the web works.mp4 8.94 MB
01 Introduction/006 How App Engine solves those complexities.mp4 11.08 MB
01 Introduction/005 The many complexities of a real-life application.mp4 23.43 MB
01 Introduction/003 Requests and Responses.mp4 3.91 MB
01 Introduction/004 Headers in requests and responses.mp4 21.35 MB
06 Logging in users/004 Implementing cookie signing and cookie validation functions.mp4 23.18 MB
06 Logging in users/002 Implementing the Password checking functionality.mp4 24.27 MB
06 Logging in users/001 Creating our Login Screen.mp4 22.48 MB
06 Logging in users/007 Finishing and testing the Login Required wrapper.mp4 15.02 MB
06 Logging in users/006 Creating a Login Required wrapper.mp4 30.42 MB
06 Logging in users/005 Writing cookie sending and cookie reading functions.mp4 12.54 MB
06 Logging in users/003 Some theory on cookies and security.mp4 25.47 MB
09 Building our Parser/009 Parsing Recipe Titles.mp4 27.35 MB
09 Building our Parser/010 Parsing Recipe Image URLs.mp4 19.4 MB
09 Building our Parser/008 Adding the BeautifulSoup library to our project.mp4 17.99 MB
09 Building our Parser/002 Fetching 1.5 million URLs to load into our parser.mp4 53.74 MB
09 Building our Parser/003 Setting up our Parser, assigning dedicated resources to it.mp4 31.75 MB
09 Building our Parser/011 Parsing Prep Times and Cook Times.mp4 35.31 MB
09 Building our Parser/012 Parsing Recipe Ingredients.mp4 47.21 MB
09 Building our Parser/007 Figuring out how to extract information from the source site.mp4 84.38 MB
09 Building our Parser/015 Saving the image to our Google Cloud Storage bucket.mp4 41.26 MB
09 Building our Parser/014 Fetching or downloading the Recipe Images.mp4 30.06 MB
09 Building our Parser/013 Parsing Recipe Directions.mp4 23.73 MB
09 Building our Parser/004 Launching our App with the parser module.mp4 20.59 MB
09 Building our Parser/001 Introduction to Parsing.mp4 31.67 MB
09 Building our Parser/005 Loading the URLs into a Queue.mp4 16.74 MB
09 Building our Parser/021 Debugging the Prep Time and Cook Time functions.mp4 29.57 MB
09 Building our Parser/023 Debugging the Prep Time and Cook Time functions again.mp4 35.5 MB
09 Building our Parser/024 Debugging the HTTP redirects case.mp4 41.8 MB
09 Building our Parser/025 Testing our Search Engine.mp4 22.17 MB
09 Building our Parser/020 Debugging the ingredients function.mp4 36.19 MB
09 Building our Parser/022 Debugging the Photo Fetch function.mp4 7.71 MB
09 Building our Parser/006 Picking up tasks form the queue.mp4 28.11 MB
09 Building our Parser/019 Loading a batch of 1000 URLs into queue and testing parser.mp4 15.74 MB
09 Building our Parser/016 Saving and indexing the parsed recipe.mp4 42.23 MB
09 Building our Parser/017 Debugging our save process.mp4 61.44 MB
09 Building our Parser/018 Couple of cosmetic changes.mp4 18.83 MB
04 Writing the HTML of our pages/017 About storing Passwords.mp4 28.74 MB
04 Writing the HTML of our pages/016 Creating the data Model in the DataStore.mp4 19.23 MB
04 Writing the HTML of our pages/018 Implementing Password encryption with salts.mp4 41.88 MB
04 Writing the HTML of our pages/015 Making jQuery change the modal content according to what the server returns.mp4 15.5 MB
04 Writing the HTML of our pages/021 Preparing to change the modals body dynamically with jQuery.mp4 14.73 MB
04 Writing the HTML of our pages/014 Abstracting our JSON response to our Custom Request Handler.mp4 12.69 MB
04 Writing the HTML of our pages/022 Changing the modals HTML according to the response returned back from the AJAX.mp4 7.69 MB
04 Writing the HTML of our pages/019 About regular expressions and email validation.mp4 17.23 MB
04 Writing the HTML of our pages/020 Checking whether the email already exists, or not.mp4 5.98 MB
04 Writing the HTML of our pages/004 Adding more inputs to the form.mp4 6.18 MB
04 Writing the HTML of our pages/005 Finishing the modal HTML.mp4 10.21 MB
04 Writing the HTML of our pages/002 Implementing a Bootstrap Modal.mp4 12.44 MB
04 Writing the HTML of our pages/001 Implementing a top Navigation Bar.mp4 55.55 MB
04 Writing the HTML of our pages/013 Implementing form validations.mp4 13.95 MB
04 Writing the HTML of our pages/006 Adding a click listener to our button using jQuery.mp4 19.9 MB
04 Writing the HTML of our pages/003 Creating a Register form inside a Modal.mp4 12.91 MB
04 Writing the HTML of our pages/007 Using AJAX in our form.mp4 6.85 MB
04 Writing the HTML of our pages/009 Part 2 of changing the Button UI according to if the site is still working.mp4 3.49 MB
04 Writing the HTML of our pages/011 Creating our Register Request Handler.mp4 6.88 MB
04 Writing the HTML of our pages/010 Implementing error messages if the form didnt validate appropriately.mp4 16.26 MB
04 Writing the HTML of our pages/008 Changing the Button depending on if the request has been received or is pending.mp4 17.93 MB
04 Writing the HTML of our pages/012 Learn about if statements in Python.mp4 17.22 MB
08 Querying the Full Text Search Index/006 Creating the Recipe Page Request Handler.mp4 11.02 MB
08 Querying the Full Text Search Index/007 Implementing the Recipe Page HTML and template.mp4 34.63 MB
08 Querying the Full Text Search Index/005 Fixing a small error.mp4 3.71 MB
08 Querying the Full Text Search Index/002 Displaying the results on the Account Page.mp4 36.18 MB
08 Querying the Full Text Search Index/003 Building queries for the Search Results Page.mp4 28.54 MB
08 Querying the Full Text Search Index/004 Creating the Search Results Page.mp4 33.23 MB
08 Querying the Full Text Search Index/008 Testing the image resizing functionality App Engine provides.mp4 12.12 MB
08 Querying the Full Text Search Index/011 Finishing the Recipe Page.mp4 17.2 MB
08 Querying the Full Text Search Index/009 optional Installing the Pillow library.mp4 15.73 MB
08 Querying the Full Text Search Index/012 Finishing the Home Page.mp4 20.71 MB
08 Querying the Full Text Search Index/001 Querying the Search API, filtering by current User.mp4 27.41 MB
08 Querying the Full Text Search Index/010 Serving resized images.mp4 12.34 MB
05 Sending automatic Emails in App Engine/001 Creating an Email Object.mp4 17.09 MB
05 Sending automatic Emails in App Engine/003 Sending out our first email with App Engine.mp4 27.34 MB
05 Sending automatic Emails in App Engine/002 Finishing the send_mail function.mp4 18.8 MB
11 Monitoring and performance testing our app/006 Fixing, redeploying and redirecting traffic to the new version of the app.mp4 3.27 MB
11 Monitoring and performance testing our app/005 Finding a performance issue on our Recipe Page.mp4 9.53 MB
11 Monitoring and performance testing our app/008 Course wrap-up.mp4 4.69 MB
11 Monitoring and performance testing our app/004 Analyzing the performance of our Searches.mp4 13.97 MB
11 Monitoring and performance testing our app/007 Comparing performance of old and new version.mp4 18.75 MB
11 Monitoring and performance testing our app/003 Exploring Traces.mp4 12.23 MB
11 Monitoring and performance testing our app/001 Exploring the logs and debugging.mp4 25.79 MB
11 Monitoring and performance testing our app/002 How to use the Traces to improve our app performance.mp4 2.97 MB
03 Structuring our Recipe Search Engine project/004 Creating our project directories.mp4 4.33 MB
03 Structuring our Recipe Search Engine project/005 Importing Twitter Bootstrap framework.mp4 18.48 MB
03 Structuring our Recipe Search Engine project/003 Creating the app.yaml file.mp4 6.15 MB
03 Structuring our Recipe Search Engine project/002 Creating our project on the Google Developer Console.mp4 2.62 MB
03 Structuring our Recipe Search Engine project/001 Preview of what were going to build.mp4 49.84 MB
03 Structuring our Recipe Search Engine project/006 Creating our Router.mp4 5.8 MB
03 Structuring our Recipe Search Engine project/008 Finishing our custom Request Handler.mp4 6.89 MB
03 Structuring our Recipe Search Engine project/007 Building our custom Request Handler.mp4 26.5 MB
03 Structuring our Recipe Search Engine project/009 Implementing Bootstrap in our base template.mp4 12.85 MB
03 Structuring our Recipe Search Engine project/010 Abstracting our templates into a more reusable architecture.mp4 10.75 MB
10 Deploying our app and configuring a custom domain/002 Configuring a domain name to point to our app.mp4 29.7 MB
10 Deploying our app and configuring a custom domain/001 Deploying our app and getting to know the admin developer console.mp4 39.62 MB
02 Getting started Guest Book app in Google App Engine/004 About Classes in Python.mp4 14.79 MB
02 Getting started Guest Book app in Google App Engine/015 Refactoring our app implementing Jinja2 templates.mp4 27.54 MB
02 Getting started Guest Book app in Google App Engine/016 Understanding dictionaries in Python.mp4 9.78 MB
02 Getting started Guest Book app in Google App Engine/017 Adding Greetings to the template.mp4 12.68 MB
02 Getting started Guest Book app in Google App Engine/014 Showing the Greetings on our Home Page.mp4 9.74 MB
02 Getting started Guest Book app in Google App Engine/013 Fetching Greetings from our Data Store.mp4 16.85 MB
02 Getting started Guest Book app in Google App Engine/010 Saving Greetings to our Data Store.mp4 22.23 MB
02 Getting started Guest Book app in Google App Engine/011 Lists in Python.mp4 13.68 MB
02 Getting started Guest Book app in Google App Engine/012 Breaking up our form HTML.mp4 6.99 MB
02 Getting started Guest Book app in Google App Engine/018 Refactoring the Greetings Data Store Model.mp4 12.45 MB
02 Getting started Guest Book app in Google App Engine/019 Finishing our refactor and our project.mp4 11.76 MB
02 Getting started Guest Book app in Google App Engine/003 Understanding how App Engine works.mp4 12.64 MB
02 Getting started Guest Book app in Google App Engine/002 Creating and running your first App Engine app.mp4 25.91 MB
02 Getting started Guest Book app in Google App Engine/001 Installing Google Cloud SDK.mp4 30.34 MB
02 Getting started Guest Book app in Google App Engine/005 Responses in App Engine.mp4 6.95 MB
02 Getting started Guest Book app in Google App Engine/006 Quizz .mp4 1.32 MB
02 Getting started Guest Book app in Google App Engine/008 Building our Guest Book form in HTML.mp4 29.6 MB
02 Getting started Guest Book app in Google App Engine/007 More on Routing paths in App Engine.mp4 17.62 MB
02 Getting started Guest Book app in Google App Engine/009 Implementing our Greet Handler.mp4 12.43 MB
07 Full Text Search - Searching through documents using keywords/003 Creating the post recipe template.mp4 11.01 MB
07 Full Text Search - Searching through documents using keywords/005 Creating the Recipe data model.mp4 17.19 MB
07 Full Text Search - Searching through documents using keywords/004 Building out the recipe form to add new recipes and index them.mp4 54.53 MB
07 Full Text Search - Searching through documents using keywords/002 Creating the Account Page.mp4 14.71 MB
07 Full Text Search - Searching through documents using keywords/001 Introduction to Full Text Search.mp4 11.16 MB
07 Full Text Search - Searching through documents using keywords/006 Creating the Add Recipe class method to add and index new recipes.mp4 27.96 MB
07 Full Text Search - Searching through documents using keywords/007 Indexing recipes into our Full Text Search Index.mp4 24.72 MB
07 Full Text Search - Searching through documents using keywords/010 Implementing the Add Recipe function in the Post Recipe Request Handler.mp4 11.78 MB
07 Full Text Search - Searching through documents using keywords/009 Saving the photo uploaded by the user.mp4 38.59 MB
07 Full Text Search - Searching through documents using keywords/008 Picking up the data sent by the user.mp4 14.36 MB
07 Full Text Search - Searching through documents using keywords/011 Finishing and fixing some bugs.mp4 33.19 MB
Download Info
-
Tips
“Udemy - Build scalable apps on Google App Engine” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.