وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

GO on AWS – Coding, Serverless and Infrastructure as Code

سرفصل های دوره

Learn the GO (golang) to create serverless and other architectures on AWS (SDK, CDK, TDD)


1. Introduction to GO on AWS
  • 1.1 L1-Intro.pdf
  • 1.2 Website.html
  • 1. Introduction to GO on AWS

  • 2. GO - the language
  • 1.1 m1-c1-s1.pdf
  • 1.2 Website.html
  • 1. Setup your Environment
  • 2. Why GO
  • 3.1 Code.html
  • 3.2 exercise-1.pdf
  • 3.3 Website.html
  • 3. Exercise 2-1 Hello world

  • 3. Basic Data Types
  • 1.1 m1-c3-s1.pdf
  • 1. Primitive variable types
  • 2.1 exercise-3-1.pdf
  • 2. Exercise 3-1 Variable declaration
  • 3.1 L7-scopes.pdf
  • 3. Variable Scopes
  • 4.1 exercise-1-3.pdf
  • 4. Exercise 3-2 Variable scopes
  • 5.1 Documentation.html
  • 5.2 Pointers in go-on-aws.html
  • 5.3 Source.html
  • 5. Pointers

  • 4. Advanced Data Types
  • 1.1 Arrays on go-on-aws.html
  • 1.2 L10-arrays.pdf
  • 1.3 Source.html
  • 1. Advanced data types arrays
  • 2.1 L11-slices.pdf
  • 2.2 Slices on go-on-aws.html
  • 2.3 Source.html
  • 2. Advanced data types slices
  • 3.1 L12-maps.pdf
  • 3.2 Maps on go-on-aws.html
  • 3.3 Sources.html
  • 3. Advanced data types maps

  • 5. Complex Data Types
  • 1.1 L13-structs.pdf
  • 1.2 Source.html
  • 1. Simple structures
  • 2.1 L14-structs-json.pdf
  • 2.2 Source.html
  • 2. Complex structures
  • 3.1 L15-exercise-5-1.pdf
  • 3.2 Source.html
  • 3. Exercise 5-1 Structures
  • 4.1 L16-interfaces-any.pdf
  • 4.2 Source.html
  • 4.3 Website.html
  • 4. Interfaces and Any

  • 6. Modules
  • 1.1 go-on-aws.html
  • 1.2 L17-modules.pdf
  • 1.3 Source.html
  • 1. GO modules
  • 2.1 L18-exercise-6-1.pdf
  • 2.2 Source.html
  • 2. Exercise 6-1 Modules

  • 7. Functions
  • 1.1 go-on-aws.html
  • 1.2 L19-functions.pdf
  • 1.3 Source.html
  • 1. Functions
  • 2.1 go-on-aws.html
  • 2.2 L20-exercise-7-1.pdf
  • 2.3 Source.html
  • 2. Exercise Function basics
  • 3.1 L21-not-oo.pdf
  • 3.2 Source.html
  • 3. Not object oriented
  • 4.1 go-on-aws.html
  • 4.2 L22-s3-event-json.pdf
  • 4.3 Source.html
  • 4. S3 Event JSON
  • 5.1 go-on-aws.html
  • 5.2 L23-more-about-interfaces.pdf
  • 5.3 Source.html
  • 5. More on Interfaces

  • 8. Control Flow
  • 1.1 go-on-aws.html
  • 1.2 L24-if-statements.pdf
  • 1.3 Source.html
  • 1. If statements
  • 2.1 go-on-aws.html
  • 2.2 L25-switch-statements.pdf
  • 2.3 Source.html
  • 2. Control flow with switch
  • 3.1 L26-loops.pdf
  • 3.2 Source.html
  • 3. For loops

  • 9. The AWS GO SDK Version 2
  • 1.1 AWS CLI Python source.html
  • 1.2 go-on-aws.html
  • 1.3 L27-the-go-sdk.pdf
  • 1.4 Source.html
  • 1. AWS GO SDK V2
  • 2.1 EC2 API DescribeInstances.html
  • 2.2 GO SDK EC2 DescribeInstances.html
  • 2.3 go-on-aws.html
  • 2.4 L28-first-program.pdf
  • 2.5 S3 API.html
  • 2.6 Source List Instances.html
  • 2.7 Source ListBuckets.html
  • 2. The first program
  • 3.1 L29-exercise-list-ec2-instances.pdf
  • 3.2 Source.html
  • 3. Exercise List EC2 instances
  • 4.1 API PutObject.html
  • 4.2 L30-write-objects.pdf
  • 4.3 SDK Doc PutObject.html
  • 4.4 Source.html
  • 4. Write Objects

  • 10. Simple Service Examples with the GO SDK V2
  • 1.1 go-on-aws.html
  • 1.2 L31-cloudformation-stackcounter.pdf
  • 1.3 Source.html
  • 1. Stackcounter
  • 2.1 L32-exercise-stack-resource-lister.pdf
  • 2.2 Similar app.html
  • 2.3 Source.html
  • 2. Exercise stack-resource-lister
  • 3.1 L33-s3-share.pdf
  • 3. Share objects with presinged URLs
  • 4.1 L34-exercise-presign.pdf
  • 4.2 Source.html
  • 4. L34-exercise-presign

  • 11. S3 - handling storage with GO
  • 1.1 AWS Code Examples S3.html
  • 1.2 L35-the-s3-service.pdf
  • 1. The S3 service
  • 2.1 go-on-aws.html
  • 2.2 L36-s3-many-objects.pdf
  • 2.3 Source goroutines starter.html
  • 2.4 Source s3 30k.html
  • 2. Create many files
  • 3.1 L37-upload-large-files.pdf
  • 3.2 Source.html
  • 3. Upload large files
  • 4.1 AWS event definitions.html
  • 4.2 L38-s3-event-options.pdf
  • 4. S3 Event options

  • 12. DynamoDB
  • 1.1 L39-dynamodb.pdf
  • 1.2 Source.html
  • 1. The DynamoDB service
  • 2.1 L40-tables-and-keys.pdf
  • 2.2 Source.html
  • 2. Tables and Keys
  • 3.1 L41-attribute-values.pdf
  • 3.2 Source.html
  • 3. From AttributeValue to struct
  • 4.1 L42-expressions.pdf
  • 4.2 Source.html
  • 4. Using the expression package

  • 13. STS - Secure Token Service
  • 1.1 L43-assume-role.pdf
  • 1.2 Source.html
  • 1. Cross account access with STS - Security Token Service

  • 14. AWS Infrastructure in GO
  • 1.1 L44-IAC.pdf
  • 1.2 Source.html
  • 1. Infrastructure as GO AWS CDK GO
  • 2.1 L45-IAC-hello-world.pdf
  • 2.2 Source.html
  • 2. Hello CDK
  • 3.1 L46-superpowers.pdf
  • 3.2 Source complex fargate architecture.html
  • 3. CDK Superpowers
  • 4.1 L47-cdk-init.pdf
  • 4.2 Source.html
  • 4. CDK init - create a CDK app from scratch
  • 5.1 L48-cdk-dynamodb.pdf
  • 5.2 Source.html
  • 5. CDK DynamoDB

  • 15. AWS Lambda in GO
  • 1.1 go-on-aws.html
  • 1.2 L49-serverless.pdf
  • 1.3 Source.html
  • 1. Serverless Compute with Lambda
  • 2.1 go-on-aws.html
  • 2.2 L50-deployment.pdf
  • 2.3 Source.html
  • 2. Lambda Deployment Options
  • 3.1 go-on-aws.html
  • 3.2 L51-serverless-architecture.pdf
  • 3.3 Source.html
  • 3. Standard Serverless Architecture
  • 4.1 go-on-aws.html
  • 4.2 L52-exercise-serverless-walkthrough.pdf
  • 4.3 Source.html
  • 4. Exercise Standard Serverless Architecture walkthrough

  • 16. Testing GO on AWS
  • 1.1 go-on-aws.html
  • 1.2 L53-automated-testing.pdf
  • 1. Automated Testing
  • 2.1 go-on-aws.html
  • 2.2 L54-testing-go.pdf
  • 2.3 Source.html
  • 2. GO Testing
  • 3.1 go-on-aws.html
  • 3.2 L55-testing-aws-events.pdf
  • 3.3 Source.html
  • 3.4 The cuckoo egg testing lambda.html
  • 3. Testing AWS events
  • 4.1 L56-aws-test-interface.pdf
  • 4.2 SDK V2 AWS Unit Test.html
  • 4. Test AWS SDK with interfaces
  • 5.1 L57-aws-test-mock.pdf
  • 5.2 Sources.html
  • 5. Test AWS SDK with awsmock

  • 17. Test Pyramid
  • 1.1 go-on-aws.html
  • 1.2 L58-cdk-unit-test.pdf
  • 1.3 Source CDK Testing.html
  • 1.4 Source hellocdk.html
  • 1. Unit Test of CDK
  • 2.1 L59-cdk-integration-test.pdf
  • 2.2 Source.html
  • 2. Integration Test with CDK
  • 3.1 L60-end2end-serverless.pdf
  • 3.2 Source.html
  • 3. Serverless test all Levels

  • 18. Tools
  • 1.1 L61-task.pdf
  • 1.2 taskfile.dev.html
  • 1. Task - a better Makefile
  • 2.1 D2 lang web.html
  • 2.2 Icons.html
  • 2. d2 - declarative diagrams

  • 19. Wrap-Up
  • 1. Wrap-Up
  • 179,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 18249
    حجم: 4592 مگابایت
    مدت زمان: 733 دقیقه
    تاریخ انتشار: ۳ شهریور ۱۴۰۲
    طراحی سایت و خدمات سئو

    179,000 تومان
    افزودن به سبد خرید