lesson
What You Need to Know About AWS Lambda DeploymentsServerless Django with ZappaServerless projects sometimes need changes
lesson
How to Deploy a Django App to the Cloud with AWS LambdaServerless Django with ZappaReady to get into the cloud?
lesson
Setting Up a Zappa Development EnvironmentServerless Django with ZappaNow we set up our Zappa environment
lesson
Understanding the Basics of Django and Zappa DevelopmentServerless Django with ZappaA simple Django project to get started
lesson
How to Set Up an AWS Lambda-Like Environment with DockerServerless Django with ZappaLet's create a reliable development environment
lesson
Creating and Configuring an AWS Account for Zappa DeploymentServerless Django with ZappaWe establish the necessary AWS credentials
lesson
Why Go Serverless? Understanding Zappa's BenefitsServerless Django with ZappaLet's explore what Serverless is and isn't
lesson
Coding a Comments Section that Requires Manual Content ApprovalThe newline Guide to Full Stack Comments with Hasura and ReactRight now, all the comments are public instantly. However, we may want to review the comments before showing them to other users. This is what we'll cover in this lesson.
lesson
How to Publish a Custom React Hook as an NPM LibraryThe newline Guide to Full Stack Comments with Hasura and ReactThis lesson will teach you how to publish a React hook as an NPM library.
lesson
Adding Pagination to a Comments Section with Hasura and ReactThe newline Guide to Full Stack Comments with Hasura and ReactIn this lesson, we'll add pagination to both the hook and UI.
lesson
An Overview of Optimistic Updates for React HooksThe newline Guide to Full Stack Comments with Hasura and ReactWe'll learn about optimistic updates and add them to our hook's implementation to improve the user experience.
lesson
How to Use GraphQL to Add Comment Features to a Frontend AppThe newline Guide to Full Stack Comments with Hasura and ReactThis lesson will show how to extend the hook to handle adding new comment logic. It will cover adding a new GraphQL mutation and using it from the frontend application.