Add DynamoDB to Go Serverless Backend with Terraform Learn how to use DynamoDB to persist the data in a Go serverless backend. We will walk you through creating a simple endpoint to store profile data in DynamoDB and integrate it with AWS Lambda.
Create and deploy a simple React memorize game Learn how to create and deploy a React memorize game from scratch in this step-by-step tutorial. Discover how to deploy the app on Netlify from Github.
Deploy AWS serverless API with Go and Terraform In the tutorial, we will explore how to deploy a simple API in a serverless manner using Go, Terraform, AWS API Gateway, and AWS Lambda. We will create an API Gateway and integrate it with our Lambda function, use Terraform to define our infrastructure as code and automate the deployment process.
Deploy Go AWS lambda function using Terraform Discover the power of Terraform for deploying AWS Lambda functions in Golang! In this tutorial, you'll learn how to automate the deployment process and manage your infrastructure with ease.
Deploying Go application on AWS with terraform Detailed tutorial on how to deploy a simple Golang service on AWS EC2 using Terraform as an Infrastructure as a Code tool.
Writing a simple AI-powered chrome extension for LinkedIn A tutorial on building a custom Chrome Extension for LinkedIn post commenting. Extract data from LinkedIn, generate comments using AI, and learn the essentials of Chrome extension dev.