AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
PHP
"( , , ) , ( ), , ( ) . . , . , , . . ""PHP "" php. ."
Price: 19.99

LINQ
"LINQ (Language Integrated Query) - Microsoft , SQL, .NET Framework. C# Visual Basic .NET. , LINQ, Microsoft C.LINQ Visual Studio 2008 2007 . ""LINQ "" LINQ C#. :- LINQ- LINQ- - XML LINQ- JOIN- Take(), Skip(), Any(), All()- LINQ - LINQ"
Price: 24.99

"AWS CodeCommit CodeBuild CodeDeploy CodePipeline Hands On"
"DescriptionWelcome to this Amazing course on AWS Developer Tools - CodeCommit, CodeBuild, CodeDeploy & CodePipeline. We will learn by practically implementing all these AWS Developer Tools1. Implement AWS CodeCommit Service practically and understand in detail about its features.2. Implement AWS CodeBuild Service practically, run builds, understand about artifacts and its storage, implement build notifications. 3. Implement AWS CodeDeploy Service practically by deploying a spring boot rest services application to EC2 Instance. Understand and implement notifications.4. Implement AWS CodePipeline Service practically by using other 3 AWS Services (CodeCommit, CodeBuild & CodeDeploy)5. Understand the Continuous Integration and Continuous Delivery/Deployment process in AWS by using these 4 AWS tools. ***************Section wise course details**********************Introduction01 Step 01: Introduction01 Step 02: Course slides and files for DownloadAWS CodeCommit Service02 Step 01: Introduction to AWS CodeCommit Service02 Step 02: Create a simple Rest Application using Spring Boot02 Step 03: Create Local & Remote Repositories and Check-in Code02 Step 04: AWS CodeCommit Features02 Step 05: AWS CodeCommit ConclusionAWS CodeBuild Service03 Step 01: AWS CodeBuild Introduction03 Step 02: Create AWS CodeBuild Project03 Step 03: Create buildspec.yml and start build03 Step 04: Create AWS CodeBuild Notifications03 Step 05: AWS CodeBuild ConclusionAWS CodeDeploy Service04 Step 01: AWS CodeDeploy Introduction04 Step 02: Create pre-requisite roles required for CodeDeploy04 Step 03: Create a EC2 VM and associate IAM Instance profile role04 Step 04: Create Application, Deployment Group and Deployment04 Step 05: Create appspec.yml and scripts required for CodeDeploy Life Cycle Events04 Step 06: Create new build and deployment04 Step 07: Verify the Deployment04 Step 08: New Application Release Deployment04 Step 09: AWS CodeDeploy ConclusionAWS CodePipeline Service05 Step 01: AWS CodePipeline Introduction05 Step 02: Create Pipeline05 Step 03: Verify the Deployment05 Step 04: Make a change to Spring Boot Application and check-in  code and verify Pipeline.05 Step 05: AWS CodePipeline ConclusionAWS CodePipeline Service  - Deploy to Production with Manual Approval06 Step 01: Introduction about Deploy to Prod with Manual Approval06 Step 02: Create Production EC2 Instance & Production Deployment Group in CodeDeploy06 Step 03: Add Manual Approval Stage and Production Deployment Stage06 Step 04: Trigger CodePipeline by making a change to Spring Boot Rest Application 06 Step 05: Conclusion about Deploy to Production with Manual Approval"
Price: 19.99

"AWS CloudFormation - Simplified Hands On with YAML"
"******* Course Overview *******Welcome to this Amazing course on AWS CloudFormation Simplified. We will learn by practically implementing all the CloudFormation concepts with multiple examples. AWS CloudFormation is a core Service in AWS which allows us to automate the Infrastructure and Application Deployments. We can achieve Continuous Integration, Continuous Delivery and Infrastructure as Code when using AWS CloudFormation in combination with AWS Developer Tools like AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy and AWS CodePipeline. There are two parts to this course. In the first part of the course you will learn all the AWS CloudFormation concepts by practically implementing them. Below are the sections for part one. Part-1: AWS CloudFormation 01. Introduction to CloudFormation02. YAML Essentials03. Stack Features04. Resources05. Parameters06. Mappings07. Conditions08. Outputs09. Metadata10. EC2 UserData11. Metadata cfn-init & Helper Scripts (cfn-init, cfn-signal and cfn-hup)12. Metadata cfn-init - Config Sets13. Nested StacksIn the second part of the course, you will implement the below listed three concepts using AWS CloudFormation & AWS Management Console.  You will write cloud formation templates for AWS Developer tools (AWS CodeCommit, CodeBuild, CodeDeploy & CodePipeline) to implement the CI, CD and IAC.01. Continuous Integration (CI)02. Continuous Delivery (CD)03. Infrastructure as Code (IAC)Part-2: AWS Continuous Integration, Continuous Delivery and Infrastructure as Code using AWS CloudFormation & AWS Management Console14. Continuous Integration & Continuous Delivery using CloudFormation15. Infrastructure as Code using CloudFormationDuring the learning process, you will write 45+ cloud formation templates written in YAML. This course also provides 45+ pre-built templates which you can use them during the learning process.  In addition this course comes with 190 slides in a PDF document.Each of my courses come withAmazing Hands-on Step By Step Learning ExperiencesReal Implementation ExperienceFriendly Support in the Q&A section30 Day ""No Questions Asked"" Money Back Guarantee!***************Section wise course details**********************Introduction01 Step 01: Introduction to AWS CloudFormation01 Step 02: AWS CloudFormation Templates and SlidesYAML Concepts02 Step 01: YAML ConceptsStack Features03 Step 01: Pre-requisites  03 Step 02: Create Stack03 Step 03: Update Stack03 Step 04: Create Change Set - KeyName03 Step 05: Create Change Set - Instance Type03 Step 06: Update Rollback03 Step 07: Create Stack - Invalid TemplateResources04 Step 00: Resources Introduction04 Step 01: Create a Resource - EC2 Instance04 Step 02: Create a Resource - Security Group04 Step 03: Create a new rule in existing Security Group04 Step 04: Create a new resource - Elastic IP04 Step 05: Perform CloudFormation Template - Case Sensitivity TestParameters05 Step 00: Parameters Introduction05 Step 01: Add Keyname as Parameter - AWS Specific Parameter05 Step 02: Add Availability Zone as Parameter - Parameter Type String05 Step 03: Add InstanceType as Parameter - Parameter Type String05 Step 04: Add InstanceType as Parameter - Parameter Type SSMMappings06 Step 00: Mappings Introduction06 Step 01: Pseudo Parameters06 Step 02: Create a Map for AMI's06 Step 03: Create a Map for EnvironmentsConditions07 Step 00: Conditions Introduction 07 Step 01: Conditions - Intrinsic Function Fn::Equals07 Step 02: Conditions - Intrinsic Function Fn::If and Pseudo Parameter AWS::NoValue07 Step 03: Conditions - Intrinsic Function Fn::If (Additional usecase)07 Step 04: Conditions - Intrinsic Function Fn::Not07 Step 05: Conditions - Intrinsic Function Fn::Or07 Step 06: Conditions - Intrinsic Function Fn::AndOutputs08 Step 00: Outputs Introduction08 Step 01: Outputs - Base Template Overview08 Step 02: Outputs - InstanceId as Output08 Step 03: Outputs - Intrinsic Function Fn::GetAtt08 Step 04: Outputs - Intrinsic Function Fn::Sub and Exports Feature and Pseudo Parameter AWS::StackName08 Step 05: Outputs - Cross Reference Stacks using Exports feature and Intrinsic Function Fn::ImportValue08 Step 06: Outputs - For Master Stack - Test Delete Stack and Modify Stack08 Step 07: Outputs - Conditions in Outputs section of a template08 Step 08: Outputs - Intrinsic Function Fn::JoinMetadata09 Step 00: Metadata Introduction09 Step 01: Metadata - Designer Metadata Introduction09 Step 02: Metadata - Designer Metadata Demo09 Step 03: Metadata - Interface Metadata Introduction09 Step 04: Metadata - Interface Metadata Base Template Overview09 Step 05: Metadata - Interface Metadata DemoEC2 UserData10 Step 00: EC2 UserData Introduction10 Step 01: EC2 UserData -  Base Template Overview10 Step 02: EC2 UserData - DemoMetadata cfn-init & Helper Scripts (cfn-init, cfn-signal and cfn-hup)11 Step 00: Metadata cfn-init - Introduction11 Step 00: Metadata cnf-init - Base Template Overview 11 Step 01: Metadata cfn-init - Metadata Format11 Step 02: Metadata cfn-init - Packages11 Step 03: Metadata cfn-init - Groups11 Step 04: Metadata cfn-init - Users11 Step 05: Metadata cfn-init - Sources11 Step 06: Metadata cfn-init - files11 Step 07: Metadata cfn-init - commands11 Step 08: Metadata cfn-init - Services11 Step 09: UserData - Update Helper Scripts - aws-cfn-bootsrap11 Step 10: UserData - cfn-init11 Step 11: UserData - cfn-signal11 Step 12: Outputs & Create Stack11 Step 13: Creation Policy & Create Stack11 Step 14: UserData - cfn-hup & Update the v2 version of App - Update Stack Demo11 Step 15: Metadata cfn-init - ConclusionMetadata cfn-init - Config Sets12 Step 00: ConfigSets Introduction12 Step 01: Single ConfigSet - Demo12 Step 02: Multiple ConfigSets - Demo 112 Step 03: Multiple ConfigSets - Demo 2 - Configset in Configset12 Step 04: Multiple ConfigSets - Demo 3 - default ConfigSetNested Stacks13 Step 00: Nested Stacks Introduction13 Step 00: Nested Stacks - S3 Pre-requisites13 Step 01: Nested Stacks - Manual VPC Creation13 Step 02: Create Nested Stack VPC Template - Create VPC13 Step 03: Create Nested Stack VPC Template - Create Subnet13 Step 04: Create Nested Stack VPC Template - Create Route Table13 Step 05: Create Nested Stack VPC Template - Associate Subnet to Route Table13 Step 06: Create Nested Stack VPC Template - Create Internet Gateway and Associate it13 Step 07: Create Nested Stack VPC Template - Add Route for Internet Access13 Step 08: Create Nested Stack VPC Template - Parameterize CidrBlocks13 Step 09: Create Nested Stack VPC Template - Create Interface Metadata13 Step 10: Create Nested Stack VPC Template - Create Outputs13 Step 11: Create Nested Stack VPC Template - Test and Upload to S313 Step 12: Create Root Stack Template - Create Base Template13 Step 13: Create Root Stack Template - Nest VPC stack in Root Stack13 Step 14: Nested VPC Stack - Demo13 Step 15: Create Nested Security Group Stack Template13 Step 16: Update Root Stack Template - Nest Security Group stack in Root Stack13 Step 17: Nested Security Group Stack - Demo13 Step 18: Update Nested Security Group Stack with new Inbound Security Rule13 Step 19: Delete Nested StacksContinuous Integration & Continuous Delivery using CloudFormation14.00.00: Introduction to Continuous Integration & Continuous Delivery14.01.00: Introduction to EC2 Apps Stack14.01.01: EC2 Apps Stack - Create Security Group14.01.02: EC2 Apps Stack - Create VM Instances, Parameters and Outputs14.01.03: EC2 Apps Stack - Create Instance Profile Role and Instance Profile14.01.04: EC2 Apps Stack - Create Stack and Verify14.02.00: CodeCommit - Introduction14.02.01: CodeCommit - Create a Simple Rest Application14.02.02: CodeCommit - Create Repo in CodeCommit and check-in code14.02.03: CodeCommit - Additional CodeCommit Features14.03.00: Introduction to CodeBuild with AWS Web Console & CloudFormation14.03.01: CodeBuild - Introduction14.03.02: CodeBuild - Create Project14.03.03: CodeBuild - Create buildspec.yml and start buil14.03.04: CodeBuild - Create Build Notifications14.03.05: CodeBuild CFN - CloudFormation Introduction14.03.06: CodeBuild CFN - Update buildspec.yml with Runtime Version14.03.07: CodeBuild CFN - Create CodeBuild CloudFormation Template14.03.08: CodeBuild CFN - Create CodeBuild Stack and Test14.04.00: Introduction to CodeDeploy with AWS Web Console & CloudFormation14.04.01: CodeDeploy - Introduction14.04.02: CodeDeploy - Create CodeDeploy Service Role14.04.03: CodeDeploy - Create a Test VM14.04.04: CodeDeploy - Create Application & Deployment Group14.04.05: CodeDeploy - Create appspec.yml and scripts14.04.06: CodeDeploy - Create New Build & Deploymen14.04.07: CodeDeploy - Verify the new Deployment14.04.08: CodeDeploy - New Application Release14.04.09: CodeDeploy CFN - CloudFormation Introduction14.04.10: CodeDeploy CFN - appspec.yml and Scripts14.04.11: CodeDeploy CFN - Create Template - Role, Application and Deployment Group14.04.12: CodeDeploy CFN - Create CodeDeploy Stack14.04.13: CodeDeploy CFN - Create Deployment and Update Stack and Test14.05.00: Introduction to CodePipeline with AWS Web Console & CloudFormation14.05.01: CodePipeline - Introduction14.05.02: CodePipeline - Create Pipeline14.05.03: CodePipeline - Make changes to Rest App and Verify CodePipeline14.05.04: CodePipeline - Introduction to Prod Approval and Deploy Stages14.05.05: CodePipeline - Create Prod EC2 Instance & Prod Deployment Group14.05.06: CodePipeline - Create Prod Approval and Prod Deploy Stages14.05.07: CodePipeline - Change Code in App and Check-In Code to Trigger Pipeline14.05.08: CodePipeline - Conclusion for Prod Approval and Deploy Stages14.05.09: CodePipeline CFN - Introduction14.05.10: CodePipeline CFN - Create CodePipeline Role14.05.11: CodePipeline CFN - Create Pipeline Stages - Source, Build and Stage14.05.12: CodePipeline CFN - Create Pipeline Stack and Verify14.05.13: CodePipeline CFN - Create SNS and Prod Deployment Group14.05.14: CodePipeline CFN - Create Prod Pipeline Stages - Approval & Deploy14.05.15: CodePipeline CFN - Update Stack with Prod StagesInfrastructure as Code using CloudFormation15.00.00: Introduction to Infrastructure as Code15.01.00: Introduction to Infrastructure as Code using AWS Management Console15.01.01: Understand VPC Source Files15.01.02: Create VPCRepo in CodeCommit and Check-In VPC Source files15.01.03: Create Pipeline with Source and Build Stages15.01.04: Create Pipeline with Test VPC Stage15.01.05: Create Pipeline with Prod Stage (Create Change Set, Approval, Execute CS)15.01.06: Update VPC CFN Template with new VPC resources and check-in code15.02.00: Introduction to Infrastructure as Code using CloudFormation15.02.01: VPC Source files check-in to CodeCommit Repository15.02.02: Create CodeBuild Role and CodeBuild Project in CFN Template15.02.03: Create CodePipeline Role and CloudFormation Role in CFN Template15.02.04: Create CodePipeline stages Source, Build and Tes15.02.05: Create CodePipeline CloudFormation Stack with 3 stages15.02.06: Create Pipeline Stage for Prod(Create Change Set, Approval, Execute CS)15.02.07: Create CodePipeline CloudFormation Stack with 4 stages15.02.08: Check-in VPCRepo with new subnet resource added and Monitor PipelineCloudFormation Stack Policy16 Step 00: Introduction to Stack Policy16 Step 01: Stack Policy - Resource16 Step 02: Stack Policy - Resource Type16 Step 03: Stack Policy - Action:Update:Replace16 Step 04: Stack Policy - NotAction:Update:Delete16 Step 05: Stack Policy - Override the existing Stack Policy during Stack Update"
Price: 19.99

"Master RESTful APIs with Spring Boot 2 in 100 Steps"
"******* Course Overview *******Welcome to this Amazing course on Master RESTful API s using Spring Boot 2 in 100 Steps.  The below are the list of modules covered in this course. Course Modules 01. Introduction 02. Manage Spring Boot Projects via Github & HelloWorld REST service 03. Build RESTful APIs using Spring Data JPA and H2 Database 04. Exception Handling with ResponseStatusException - Spring 5 Latest 05. Validations & Global Exception Handling 06. SpringBoot - JPA OneToMany Association 07. SpringBoot - HATEOAS 08. SpringBoot - Internationalisation 09. SpringBoot - Filtering 10. SpringBoot - DTOS - Data Transfer Objects 11. SpringBoot - Versioning & Content Negotiation 12. SpringBoot - Swagger Integration 13. SpringBoot - Actuator & Admin 14. SpringBoot - Actuator & MicrometerEach of my courses come withAmazing Hands-on Step By Step Learning ExperiencesReal Implementation ExperienceFriendly Support in the Q&A section30 Day ""No Questions Asked"" Money Back Guarantee!***************Section wise course details**********************Module 1: IntroductionModule 01: Introduction01 Step 01: Course Introduction01 Step 02:  Introduction to RESTful APIModule 02: Manage Spring Boot Projects via Github & HelloWorld REST service02 Step 00: Github & HelloWorld Introduction02 Step 01: Create Spring Boot base project from spring initializer02 Step 02: Introduction for managing Spring Boot projects via github02 Step 03: Github Base Setup02 Step 04: Add GIT Repository to Spring Tool Suite IDE02 Step 05: Create a Simple Hello World RESTful Service which returns a String02 Step 06: Create a Simple Hello World REST Service which returns a Bean (JSON)02 Step 07: GIT Commit & Push Hello World RESTful service changes to GithubModule 03: Build RESTful APIs using Spring Data JPA and H2 Database03 Step 00: Introduction to Build RESTful APIs with JPA03 Step 01: Usecase Introduction03 Step 02: Verify pom.xml for all Dependencies03 Step 03: Update application.properties required for JPA based RESTful Services03 Step 04 01: Create User Entity - Understand @Entity Annotation03 Step 04 02: Create User Entity - Understand @Table Annotation03 Step 04 03: Create User Entity - Define Variables, Getters & Setters03 Step 05: Understand and Implement changes related to H2 Database03 Step 06: Create User Repository - @Repository03 Step 07: Implement getAllUsers RESTful Service - @Service, @RestController03 Step 08: Test getAllUsers RESTful Service - Using REST Client POSTMAN03 Step 09: Implement createUser RESTful Service - @PostMapping03 Step 10: Implement getUserById RESTful Service - @GetMapping03 Step 11: Implement updateUserById RESTful service - @PutMapping03 Step 12: Implement deleteUserById RESTful Service - @DeleteMapping03 Step 13: Implement getUserByUsername RESTful Service - @GetMapping03 Step 14: GIT Commit, Push, Merge to Master and PushModule 04: Exception Handling with ResponseStatusException - Spring 5 Latest04 Step 00: Introduction to Exception Handling using ResponseStatusException04 Step 00: Create git branch - local & remote04 Step 01: Implement ResponseStatusException handling for getUserById04 Step 02: Implement ResponseStatusException for updateUserById RESTful Service04 Step 03: Implement ResponseStatusException for deleteUserById RESTful Service04 Step 04: Implement ResponseStatusException for createUser RESTful Service04 Step 05: Implement HTTP Status code & Location Header for createUser Service04 Step 06: GIT Commit, Push, Merge to Master and PushModule 05: Validations & Global Exception Handling05 Step 00: Introduction to Spring Boot - Validations & Global Exception Handling05 Step 00: Create git branch for Validations & Global Exception Handling05 Step 01: Implement Bean Validation - @Valid05 Step 02: Implement custom Global Exception Handler - @ControllerAdvice05 Step 03: Implement HttpRequestMethodNotSupportedException in GEH05 Step 04: Implement UserNameNotFoundException in GEH - @ExceptionHandler05 Step 05: Path Variable Validation & ConstraintViolationException in GEH05 Step 06: Implement Global Exception Handling using @RestControllerAdvice05 Step 07: Switching between @ControllerAdvice and @RestControllerAdviceModule 06: SpringBoot - JPA OneToMany Association06 Step 00: Need for JPA OneToMany for HATEOAS06 Step 00: Introduction to JPA OneToMany Association06 Step 01: Create git branch for JPA OneToMany Association06 Step 02: Create Order Entity and @ManyToOne Association06 Step 03: Update User entity with @OneToMany Association06 Step 04: Implement ""getAllOrders"" RESTful Service06 Step 05: Implement ""createOrder"" RESTful Service06 Step 06: Implement ""getOrderByOrderId"" RESTful Service06 Step 07: GIT Commit, Push, Merge to Master and PushModule 07: SpringBoot - HATEOAS07 Step 00: Introduction to Spring Boot - HATEOAS07 Step 00: Create git branch for HATEOAS07 Step 01: Add HATEOAS Dependency in pom.xml07 Step 02: Extend User and Order Entities with ResourceSupport07 Step 03: Create new User and Order Controllers for HATEOAS Implementation07 Step 04: Implement self link in getUserById Method07 Step 05: Implement self and relationship links in getAllUsers Method07 Step 06: GIT commit code, push to remote, merge to masterModule 08: SpringBoot - Internationalisation08 Step 00: Introduction to Internationalisation08 Step 00: Create git branch for Internationalisation08 Step 01: Create LocaleResolver and ResourceBundleMessageSource Beans08 Step 02: Implement RESTful Service with Internationalisation08 Step 03: GIT Commit, Push, Merge to Master and PushModule 09: SpringBoot - Filtering09 Step 01: Implement Static Filtering using @JsonIgnore and @JsonIgnoreProperties09 Step 02: Implement Dynamic Filtering using MappingJacksonValue09 Step 03: Implement Dynamic Filtering with MappingJacksonValue & @RequestParam09 Step 04: Dynamic Filtering - git Commit and Push code09 Step 05: Introduction to Filtering using @JsonView09 Step 06: Implement Filtering using @JsonViewModule 10: SpringBoot - DTOS - Data Transfer Objects10 Step 01: ModelMapper Introduction10 Step 02: ModelMapper Configuration Setup10 Step 03: Implement Methods using ModelMapper10 Step 04: MapStruct Introduction10 Step 05: MapStruct Configuration Setup10 Step 06: MapStruct - Create UserMapper and Implement getAllUsers Method10 Step 07: MapStruct - Implement getUserById Method using MapStruct UserMapper Module 11: SpringBoot - Versioning & Content Negotiation 11 Step 00: Versioning Introduction 11 Step 01: Create DTO's required for Versioning Implementation 11 Step 02: Implement URI Versioning 11 Step 03: Implement Request Parameter Versioning 11 Step 04: Implement Custom Header Versioning 11 Step 05: Implement Media Type Versioning 11 Step 06: Implement & Test Content Negotiation 11 Step 07: GIT Commit Code & Push for Content Negotiation branch Module 12: SpringBoot - Swagger Integration 12 Step 00: Introduction to Swagger 12 Step 01: Add Springfox Dependencies to pom.xml and Create SwaggerConfig file 12 Step 02: Adding API Info to modify header part of our documentation 12 Step 03: Restrict scope of swagger document generation using API Base packages 12 Step 04: Auto populate documentation for JSR-303 Validations 12 Step 05: Adding Swagger Core Annotations to Model class 12 Step 06: Adding Swagger Core Annotations to Controller classes Module 13: SpringBoot - Actuator & Admin 13 Step 00: SpringBoot Actuator Introduction 13 Step 01: Add Actuator Dependency in pom.xml 13 Step 02: Expose all Actuator Endpoints and discuss about them 13 Step 03: SpringBoot Admin Introduction 13 Step 04: SpringBoot Admin - Base Setup 13 Step 05: Point SpringBoot Client Application to SpringBoot Admin Server 13 Step 06: Test the features in SpringBoot Admin ServerModule 14: SpringBoot - Actuator & Micrometer14 Step 00: Introduction to SpringBoot Micrometer14 Step 01: Add Micrometer Dependency to pom.xml14 Step 02: Integrate with JMX and view metrics in JConsole14 Step 03: Integrate with AppOptics to export metrics and View metrics in AppOptic14 Step 04: Verify Metrics in AppOptics and Create Metrics Dashboards"
Price: 19.99

"AWS Elastic Beanstalk - Master ClassHands On Learning!"
"******* Course Overview *******Welcome to this Amazing course on AWS Elastic Beanstalk Masterclass.  Below is the list of modules covered in this course. Course Modules01. Introduction02. AWS Elastic Beanstalk - First Steps03. AWS Elastic Beanstalk - Environment Features05. AWS Elastic Beanstalk - Instances & Capacity06. AWS Elastic Beanstalk - Load Balancers07. AWS Elastic Beanstalk - Rolling Updates & Deployments08. Full Stack Application Deployments09. AWS Elastic Beanstalk - CICD Continuous Integration & Continous Delivery10. Full Stack Application - CICD Continuous Integration & Continous Delivery11. AWS Elastic Beanstalk - EB CLI 12. AWS Elastic Beanstalk - Custom PlatformsEach of my courses come withAmazing Hands-on Step By Step Learning ExperiencesReal Implementation ExperienceFriendly Support in the Q&A section30 Day ""No Questions Asked"" Money Back Guarantee!"
Price: 19.99

"Single Parenting:How to overcome the Challenges ?"
"Single Parenting is difficult. This course will help you to overcome the challenges and what actions you can take to have a wonderful journey of parenting.What are the aspects one should look into which are crucial for parenting.It inspires you to go ahead and impacting the lives of your kids being successful in future,"
Price: 12160.00

"Talent Management: What keeps the CEO awake ?"
"I have designed this course so that you can correlate,understand and can implement Talent Management in your organisation or you can guide others as a consultant or as a Business Head or Function Head you can understand your team and develop them.This course will help you in understanding the followings while implementing the talent management in your organisation.The attraction, development, management and retention of talent is an important driver for the Business and to the organisation to be successful.Critical to success will be the alignment of the talent management implementation with the organisations strategy hand in handLeaders ,Managers and Talent professionals today, work in a dynamic and ever changing environment of VUCA world (Volatility, Uncertainty, Complexity and Ambiguity). This certainly requires a skillful crafting of talent strategy if the organisation is going to maximize the potential of its employees. This course will help you in this front.Definitions of talent may vary. For some organisation, talent is about high performance and potential of a selected number of people to move up the organization into senior leadership or managerial positions. For others, talent is an inclusive term which refers to all employees and all are developed and nurtured.Talented employees facilitate building a high performance workplace. They also encourage a learning organisation by developing their team."
Price: 12800.00

"Young Leadership 1 : How you will be ahead of your friends ?"
"1.I have prepared this course to help early young adults so that they can learn leadership traits and handle themselves so as to be more successful when they grow up.2.No one teaches leadership traits in undergraduate classes. We all face life without being prepared for it.3. Corporate world needs leaders and even if you become an entrepreneur, you also need leadership traits to inspire your team and to be successful.4. The future will be disruptive and one needs to be ready for that. If you know the leadership traits in early stages of life, it will be better for you to navigate well in life and making it meaningful & full of Happiness.5. I have used Presentation as it will inspire young adults to act, to remember and to believe that it is doable. It took more time to shoot and to edit every clips6.You will see me talking to you face to face. You will enjoy the course. This is made in different way."
Price: 10240.00

"Young Leadership 2 : How to use skills for future Readiness?"
"1.I have prepared this course to help early young adults so that they can learn leadership traits and handle themselves so as to be more successful when they grow up.2.No one teaches leadership traits in undergraduate classes. We all face life without being prepared for it.3. Corporate world needs leaders and even if you become an entrepreneur, you also need leadership traits to inspire your team and to be successful.4. The future will be disruptive and one needs to be ready for that. If you know the leadership traits in early stages of life, it will be better for you to navigate well in life and making it meaningful & full of Happiness.5. I have used Presentation as it will inspire young adults to act, to remember and to believe that it is doable. It took more time to shoot and to edit every clips6.You will see me talking to you face to face. You will enjoy the course. This is made in different way."
Price: 10560.00

"Clarity Journal :How to have clarity in thoughts & actions ?"
"1.I have prepared this course to help people to use journaling as to find solutions or clarity of thoughts that they would like to do2. This will build few traits in them when they are grappling with challenges and they will start writing on a journal as a journaling way to find solutions3.This will build clarity in thought for them and for others4.This journaling will make people focused on what they want to do when and at what level5. If you are a leader you can put forth your blue prints of your thoughts on your small journal while travelling or when you are in a conference and tell the team to execute.6. As a leader you can use this journaling method before you speak7. The future will be disruptive and one needs to be ready for that. If you know the journaling ways and methods in your life, it will be better for you to navigate well in life and making it meaningful & full of Happiness.8.I have taken more time to design this course in an illustrative way with pen, and paper and Journals. I have not used Presentation as it does not inspire people to act and to believe that it is doable.9.It took more time to shoot the videos and to edit every clip.10.You may not see me talking to you face to face as a You-tuber but you will hear me in the back ground. You will enjoy the course. This is made in different way."
Price: 12160.00

"""Stress Way Out""Journal: How can you de-stress with clarity?"
"I have spent 7 months to prepare this module. I have emphasized on how to get rid of stress from our life and which is doable.This course will help you in the following areas :Knowing Stress and its impact on you Introduction to StressHow to deal with stress Journaling way What Stress can do to youHow to deal with stressBreaks and Time Outs Looking Within Sharing Realistic Expectation Re-frame the Situation Awfulising How send a gratitude Note to someone you love the mostCorporate Stress Way out Journaling Why I am not happy in corporate life Why I am feeling Low Why do I wonder so much What is enough How to solve a ChallengeLife Stress Way out Journaling What makes me happy Journal way Happiness Meter Why I can not achieve my Goals Happiness Productivity My Happiness list How to be in present moment How to make life beautiful Thought provokingA note to me A corporate poem to meThe Journaling Style will help you understand the followings:To simplify your everyday life and to de-stress yourselfHow to master Happiness and to make the most of any moment, anytime and anywhere.To elevate your sense of purpose at home, at workplace and in your society.To gain the clarity needed to understand lifes situations.To know your true self and to shine with greater self-worth, gratitude.To de-cluttering it of all the physical, emotional, and psychological baggage.To develop the instincts and skills to become a Happy being."
Price: 10560.00

"Get Hired: You wonder Why Organisation does not look at you"
"1.I have prepared this course to help young adults so that they can learn leadership traits and handle themselves so as to be more successful when they grow up.2.No one teaches leadership traits during their educational career in undergraduate, Post graduates classes. We all face life without being prepared for it.3. Corporate world needs leaders when hired laterally or as a fresher from campus.4.Even if you become an entrepreneur in life, you also need leadership traits to inspire your team and to be successful.5.The future will be disruptive and one needs to be ready for that. If you know the leadership traits in early stages of life, it will be better for you to navigate well in life and making it meaningful & full of Happiness.6. I have used Presentation as it will inspire young adults to act, to remember and to believe that it is doable. It took more time to shoot and to edit every clips7.You will see me talking to you face to face. You will enjoy the course. This is made in different way."
Price: 10240.00

"Selling Skill:If you don't have,your Corporate life is tough"
"It is said, if you have a business card you have to sell.The process of selling in whatever you are doing makes the organisation customer centric.We sell to others in whatever field we are in. Both in professional and personal life we sell when we say something whether it is ideas, services, thoughts, points during discussions and brain storming."
Price: 12800.00

"Campus Skill:How to get ahead of other students in your life"
"1.I have prepared this course to help early young adults so that they can learn Campus Skill and different leadership traits and handle themselves so as to be more successful when they move ahead in life.2.No one teaches Campus and leadership traits in undergraduate classes. We all face life without being prepared for it.3. Corporate world needs leaders and even if you become an entrepreneur, you also need leadership traits to inspire your team and to be successful.4. The future will be disruptive and one needs to be ready for that. If you know the leadership traits in early stages of life, it will be better for you to navigate well in life and making it meaningful & full of Happiness.5. I have used Presentation as it will inspire young adults to act, to remember and to believe that it is doable. It took more time to shoot and to edit every clips6.You will see me talking to you face to face. You will enjoy the course. This is made in different way."
Price: 9920.00

"Collaborative Organisation: How to make it?"
"1.I have prepared this course to help the leaders to collaborate in all levels and different functions and businesses.2.They can learn collaborative leadership traits and handle themselves so as to be more successful when they will shoulder higher responsibilities,3. Corporate world needs leaders and even if you become an entrepreneur, you also need leadership traits to inspire your team to collaborate and to be successful.4. The future will be disruptive and one needs to be ready for that. If you know the collaborative nuances, it will be better for you to navigate well in corporate life.5.Few more learning they can inculcate are: Correlate, understand and can implement collaboration in the organisation Understand the process collaboration Know that, critical to success will be collaboration in the organisation Know the definitions and uses of collaboration in building a high performance workplace. How to encourage employees to be collaborative? How to be a facilitative leader? As a facilitator to drive Collaborative Culture in the organisation."
Price: 12160.00

"Happiness Therapy: How to make Your Life more Meaningful #1"
"You will find ( during this happiness Therapy):Opening yourself up to yourselfA commitment to yourselfA way of changing your perspective on how to handle a situationA self communication process of increasing clarification by yourselfUnderstanding yourselfYou will look at discomfort, dissatisfaction, disappointment, discontent, etc.(that are perceived as problematic ) in a different wayDeveloping Empathy and a non-judgmental attitude to different situations"
Price: 12800.00

"""Questioning Yourself ""Journal: Enhancing Yourself 10X"
"Last Summer I was worried on why things are not going and happening in my way.I could not get any answer. I just ask to myself,Why I am doing this one?""Slowly everything opened up. It too two months to prepare this module. This will help you on the following:1.To bring clarity in what are you doing3. To collect all answers in place with justifications for being productive4. To understand yourself and become effective as a habit5, How to correlate reality and the imagination and fear6. Understanding of Distortion of thinking"
Price: 12800.00

"Preventive Fraud Management : What you have to implement?"
"I have spent 4 months to prepare this module.I have emphasized that Prevention is everyone's KRA (Key Responsibility Area)You will cover the following topics :What is Preventive Fraud Management ? Concept and Meaning of Preventive Fraud management How to do Identification of Where it can happen and Due diligence What to implement in Organisation ? Accountability and Ownership Automation in Organisation Awareness and Training Programs Business Process Re-engineering (BPR) Control and Supervision Customer Awareness in Organisation Integrity Pact Early Detection Of Fraud Leveraging Digital and Technology Moral Values Review of Audit Reports Standardization and Simplification of Processes Work Environment Timely Action Transparency in OrganisationYou will be benefited from this course.Cheers.Kalyan Das"
Price: 10880.00

"Get Out of Stress : It is easy. Evolve in Your Life ."
"I have spent 6 months to prepare this module. I have emphasized on how to get rid of stress from our life and which is doable.This course will cover the following topics:------------------------------------------Knowing Stress and its impact on you Introduction to Stress How to deal with stress Journaling way What Stress can do to youHow to deal with stress ? Attitude is Gratitude Breaks and Time Outs Diet Exercises Hobbies and Interests Looking Within Sharing Meditation Realistic Expectation Re-frame the Situation Your Belief Awfulising How send a gratitude Note to someone you love the mostGetting rid of Stress: A journaling way Why I cannot achieve my Goals What makes me happy Journal way What is enough Why do I wonder so? Why I am not happy in corporate life How to be in present moment How to solve a Challenge-----------------------------------------------You will be benefited from this course.Cheers.Kalyan Das"
Price: 12480.00

"15 Things Smart People never reveal about meaningful Success"
"I have spent 6 months to prepare this module. I have emphasized on how to get rid of stress from our life and which is doable.This course will cover the following topics:---------------------------------------------Dealing with Guilt Types of Guilt an Understanding Effects of Guilt Examples of Guilt and How to deal with themDealing with Stress How to deal with stress A Journaling way What Stress can do to you Looking Within Realistic Expectation Re~frame the Situation SharingDealing with Digital Life and Emotional Health Emotional Health in Digital Space Paradigm Shift in our Life Digitally What has happened to us by adapting to digital life? What and How to do itAgile-ness Be Relevant SkillSmall things to Cherish Connecting with Nature Clean and Beautiful in what you do What would make you happy todayFeeling Lucky Gratitude Blissful How send a gratitude Note to someone you love the most Blessings ListClarity in thoughts Awfulising Circle of influenceHabit of Journal Writing Understanding Parenting Leadership What one should write in the journal How to solve a Challenge Use Happiness Journaling WayDealing with Failure Dealing with FailuresDealing with Time all the time Dealing with Time MUDA Delay Understanding Happiness Circle of Happiness Happiness in Action Craze of Collecting Things A Happiness DilemmaThey ask these Questions to Themselves Asking Personal Question to yourself What is enough Why Skill Managing Boss Manage Your BossDealing with Uncertainty What If Skill Not Getting Things in Life Why Skill Dealing with Self Adaptability Skill Core Competency Skill-----------------------------------------------You will be benefited from this course.Cheers.Kalyan Das"
Price: 12800.00

"Developing new leaders:Why is it not so easy in organisation"
"My story:Last summer,my friend said,"" I am worried on why things are not going and happening in my way.""I could not give any answer. However, I just said to him that just ask to yourself-""Why I am doing this one,whenever you are in dilemma?""I also asked and closely observing him and giving few guidance to do things differently.Slowly everything opened up. It took four months to prepare this module. This will help you."
Price: 8000.00

"Corporate Dilemma: How to deal with Corporate life ?"
"I have put my 30 years of experience in it.People were more inteligent and smarter than me. I only stay focused on one thing that I was doing  at the moment.This helped me to navigate my journey in corporate space. I did not give and alsway looking for basic of task I am doing.Journaling helped me a lot.I never give up. The modules will be around these topics "" How did I manage my corporate life"""
Price: 12160.00

"Midlife Crisis : How will you understand and deal with it ?"
"It took 5 years to conceptualize Midlife crisis in my life and  I spent more than 6 months to prepare this  module.People respond to a midlife crisis in different ways.It involves a change in the way we act and feel.The attitude to life changes. I have seen that It can happen at any time and can last for several years.The term ""midlife crisis"" reflects the negative aspects of  life and this is also known as Midlife transition or Quest for identity or drastic change of life or Empty nest syndrome(when kids leave the house for studies or for jobs) or Identity review (as if we are not adding any value to life).I have seen it hits people years between 30 and 70, with 40 to 60 at its core. I got it at the age of 41 years. It happens to many. Many do not express and some speaks a aloud.If we can change the perspective of our life and looking at events as just an event without self talk, it is doable to come out of it.Live your life to the fullest and help people arround. Things will change. Do what you love to do when you are financially strong.Let us explore."
Price: 12800.00

"Journal Therapy:Find it easier to cope in your everyday Life"
"My story:Last autumn I was worried on why things are not going and happening in my way.I could not get any answer. I just ask to myself, Why I am doing this one?""Slowly everything opened up. It took four months to prepare this module. This will help you.This course will cover the following topics:---------------------------------------------Coping with SelfMe SkillCoping with getting Clarity in life on things beyond Controlcircle of influenceNot Getting Things in LifeCoping with OthersWe SkillCoping with SuccessWin in SilenceCoping with Understanding the Future SituationsVUCA WorldSustaining Corporate WorldDisruptionsCoping with how to be prepared for being future readyWhy you need to be prepared for FutureReady for FutureCoping with Corporate UnhappinessWhy I am not happy in corporate lifeCoping with Not achieving GoalsWhy I cannot achieve my GoalsCoping with Stress by understanding itHow to deal with stressThank you Therapy: Gratitude NoteHow send a gratitude Note to someone you love the mostBeing comfortable in asking Personal Questions to yourselfAsking Personal Question to yourselfCoping with Unhappiness: Knowing what is HappinessWhat is Happiness.Learning to understand How to solve Problem and ChallengesHow to solve a Challenge?Coping with Random situations that you are worried aboutWhy do I wonder so much?How to be in present momentEstablishing Happiness: Survey of Understanding HappinessHappiness Survey PersonalHappiness Survey ProfessionalBe ease with communicationEffective CommunicationWhy and Why of JournalWhat questions you want to ask to get benefits from doing journalingWhat one should write in the journalHonest JournalingEnd of the Journaling-----------------------------------------------You will be benefited from this course.Cheers.Kalyan Das"
Price: 12800.00

"Writing Mantras as Meditation : How will you get benefits ?"
"It was my dream to make a module on mantra. Journal writing and emphasizing on writing are my core competency and I made good number of research on mantra writing.This course will definitely help you in shaping your life. The best way to understand any mantra is to know the meaning and keep it writing on a journal or notebook so that you can pronounce in your mind.This course will cover the following topics:Understanding of Mantra Writing How to get benefits when you are writing Mantras as Meditation? Rules of Writing Mantras Instruction for Mantra Initiation How to do Sadhana with Mantras?Different Mantras for Prosperity and Success Mantras for Attaining Prosperity Mantras for SuccessYou will be benefited from this course.Cheers.Kalyan Das"
Price: 11200.00

"Rock Singing Complete Voice Training"
"LEARN THE MOST EXTENSIVE & EFFECTIVE VOCAL TRAINING METHOD AVAILABLE ANYWHERE!With very clear, step-by-step instructions and video demonstrations, learn how to troubleshoot your voice and know exactly what to do to build the voice you want. Rock Singing Complete is for the student that is prepared to train and practice with the expectation of gaining lasting, life-changing progress with rock singing of all styles of contemporary voice, from jazz and R&B to classic rock and modern rock.TVS-Certified Instructor, Draven Grey of Rock Singing Lessons and Robert Lunte of The Vocalist Studio have teamed up to deliver Draven's own take on the The Vocalist Studio's best-selling vocal training system that not only shows you what to do, but explains why and how.What You Get When You Enroll:Immediately make singing more effortless with an easy to follow, game-changing basics section.Learn about your singing voice from the inside out so you can troubleshoot your voice and know exactly what vocal exercises to do to get you where you want to go.Over 60 lecture videos of Draven Grey and Robert Lunte teaching you, step-by-step, how to be a better singer!Over 20 audio files, with specific training routines you can stream and train along with!8 hours of step-by-step instructions and detailed routines that teach you exactly WHAT to do and HOW to do it.How to develop your unique voice using vocal modes, vowel modifications, coordination and tuning techniques, respiration exercises, shaping your tone and resonance, and the list goes onBonus career advice pulling from Draven's 30-years experience as a professional performer, recording engineer, and music career coach.An external training page created by Draven Grey with streaming audio exercises and training routines. Sign up or login is not required on the external page.With this course, you not only have direct instructions for developing the voice you want, you also have a tried and true best-selling method you can use to continue improving your voice for many years to come. You do not need to be a natural singer, just willing to learn.""Draven is a fantastic vocal coach who can work with you on all contemporary genres -- without strain. I highly recommend him whether you sing rock, pop, country, jazz or blues!"" -SaraEllen H. ""Friendly, knowledgeable, professional. Provides personalized feedback and effective direction. Would recommend to anyone who wants to improve their vocal technique and find their own sound."" -David D. ""Draven knows his stuff and is incredibly easy to work with! His focus on methodology and anatomy really help you hone in on any specific vocal quality that you want to strengthen.! -Erika M. ""Draven is an absolutely amazing coach! He has fixed my scream and opened up my singing range to a level I never could have imagined. If you are looking for a great vocal coach with outstanding knowledge of the craft and industry look no further."" -Tim G., Rozu ""Draven is excellent. He taught me vocal theory that I was never taught by voice teachers before. He uses science strongly as teaching tool which helps me to understand everything thats going on with my voice. I have much better, strength, coordination, recovery and awareness than ever before. Oh yeah, I sing better too across my whole range."" -Dave F. ""Draven is awesome - he's easy to work with and definitely knows his stuff. I expanded my range within the first few lessons and it keeps going as time goes on. Each lesson is tailored to what you want to work on or what you're currently struggling with, so it's highly personalized to your specific voice (and goals). It's been eye opening to me how important technique is, I'm now easily singing along with songs I thought were beyond my abilities. If you've been wanting to improve your singing, whether as a current professional who wants to take it to the next level or just someone who enjoys singing and wants to get the most out of their voice - I'd highly recommend him."" -Chad R. Enroll now and start improving your singing right away.See you on the inside!"
Price: 199.99

ARCGIS-VBA
"ArcObjects VBA: Visual Basic for Applications . Visual Basic. . . . . . COM (DLL). . ArcGIS."
Price: 19.99

"ZBrush 2018 Logo design made easy"
"In this short course you will learn key techniques to create logos easily inside ZBrush we will use images readily available on the internet to use as a base for creating amazing logos, all course material is supplied or you may use your own artwork.It is advisable that you know some of the basics before taking this course including navigation and the sub-tool palletDuring this course I will show you the following:How to set up your image masksHow to retopologise flat artworkHow to extrude the flat images and smooth and crease for a stylised effectCreate text and the settingsRender and composite the renders inside PhotoshopI hope you enjoy this workshop please feedback to me if you need help"
Price: 19.99

"ZBrush High Detail Poly Painting Course Module 2"
"Welcome to ""Module 2: ZBrush Concept and Detailed Character Poly Painting"" during this course we will cover every technique you can think of to poly paint and texture your model inside ZBrush!This is the second Module of the complete character design for Games course, we will not be showing UV layout but simply focusing on the range of techniques we can use to paint and texture our Sculpt inside ZBrushSOFTWARE NEEDEDZBrush 2019Photoshop CC for Compositing onlyCOURSE FEATURESPainting and texturing Skin with control layersUsing Surface Noise to add colour and additional detailMasking techniques> Image reference and projectionsColour build up and developmentMaterial fills and blendsFinal render setting and compositingMany tips and tricksPlus much More..."
Price: 49.99