AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Fundamentals of Angular 2 Full Stack Design"
"WELCOME TO MY COURSE - ""Fundamentals of Angular 2 Full Stack Design""You can find more info here:ldeng(dot)net/coursesIn this course, we will go through the course starting from even before Angular 2 - ES6, TypeScript, and WebComponent, which Angular 2 are built based on. Most of the courses out there skip that part, but I would like to include it as I think they pertain to the Angular 2 concepts well.After we cover the pre-angular2 stuff, we'll start to look at angular 2 from a high level to have a brief shape of the framework. Then we dive into it to look at the Nitty-grittymaterials, which include topics of template syntax, dependency injection, pipes, form and more. There will be exercises provided, which is used to get your hands dirty on the stuff we have learned.In the second part of the course, we will start to build a project called Lagoon and it'a photo sharing website. We'll start to build it from scratch and you will be writing code along with me. The main purpose is to experience the design flow of Angular 2 and see how powerful it actually is.The course itself is targeting for beginners to somewhat intermediates. If you know some basic HTML, CSS and JavaScript, you should be good to go.Notice:1.Source code for final project is added in that section's intro video. You should the zip file from the resource.2. You can use angular-template source code each time you want to start an Angular 2 app, which can be found in Demo section. Use ""npm install"" first to install dependencies and then ""npm start"" to run the app.3.Angular 2 has updated some of its content on set up the environment. I update the video on it and you can find in the demo lesson. If you want to follow the course exactly, you can use the starter template in the source code Iattached. On the other hand, you can also use the latest version of Angular 2, which needs some minor changes."
Price: 94.99

"Build A Web App With Spring Framework and Angular 2"
"WELCOME TO MY COURSE - ""Build A Web App With Spring Framework and Angular 2""You can find lowest price here:www.ldeng(dot)net/coursesCourse Content has been updated to Angular 2 final!Welcome to my course of Angular 2 and Spring integration. This course is based on my previous course -Fundamentals of Angular 2 Full Stack Design, whose target is to know the basics and features of Angular 2. There is also a photo sharing web app called - Lagoon, was developed as an example to show how to approach front-end design using angular 2.Now, in this course, we will be leveraging that project and start to develop the back-end using Spring Boot and Spring Data. If you haven't taken that Angular 2 course, or you don't have any Angular 2 knowledge, Iwould suggest go ahead and do that first. Icut out some stuff but focus more on the basics so that you can get started quickly.In this course, we will use Angular 2 to build the front-end and Spring Boot as back-end, specifically with REST services, which fits more in the modern trend. Regarding the content, we will first have an overview on the project architecture. Then, we will go through two ""hello world"" type demo - one for Angular 2 and the other for Spring Boot. After that we will go back and forth between front-end and back-end to build the nuts and bolts of the project.Features in this course:Angular 2 - most recent front-end frameworkSpring Boot - develop app first with spring frameworkSpring Boot Data - interact with database in an efficient mannerToken-based verification - cookie-based has some drawbacks and the trend is to use token-based verificationRESTservice - A modern design approach for full stackEclipse - We will use Eclipse in this course as our IDEfor back-end development"
Price: 144.99

"Beyond Java Basics"
"WELCOME TO MY COURSE - ""Beyond Java Basics""You can find more info here: ldeng(dot)net/coursesImportant Notice: This is NOT a course about basics of Java but rather some further talks and practices on various topics with Java 8.What is this course about?It focuses on the more advanced topics beyond Java basics. Here is a brief view:- Concepts about concurrency and generics- Interface, inheritance and objects- New I/O packages- JDBC and JPA to deal with relational database- Testing- Lambdas, streams and more in Java 8Why this course?You see a lot of courses out there talking about basics for Java, and they are good to bring beginner into the world of Java programming. Yet, you don't just stop at learning basics, and you need to know some more advanced concepts on various topics and best practices. That's the motivation for this course.How to follow the course?Each section covers a topic in Java and then each topic is broken down into several lessons. Most of the time, you will see me showing the code and explaining the concepts. Sometimes you may want to pause the video and refresh on some of the knowledge on Java basics, or search for more materials on the topic so that you can have a deeper understanding, as I can't cover all of them in the course. Also, if you can practice writing your own code at the end of each of lesson, you will double your learning efficiency."
Price: 94.99

"For Free - Deploy Quickly Spring Boot on Heroku With MySQL"
"WELCOME TO MY COURSE - ""For Free - Deploy Quickly Spring Boot on Heroku With MySQL""You can find more info here:ldeng(dot)net/coursesLearn to deploy Spring Boot App with MySQL database support on Heroku in about one hour!New Course for 2016 ... The best way to learn is through hands-on practice.Join the family of thousands of students, who have enrolled in my courses.Bonus Section includes all the courses that Iteach and promotions. Make sure you don't miss them.Why does it help for myjob hunting?Well, the answer should be straight-forward. If you have a demo web app (or several) to show case what you have done, you get much better a chance to be selected from thousands of resumes. Besides, isn't it cool to show others your web app on the go?I heard deploying to cloud is a complicated process. Is that true?Relatively speaking, yes. But in this course, we will use Spring Boot, which has simplified a lot of boilerplate things,to demonstrate how we can do it easily on Heroku.What is Spring Boot?""Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can ""just run"". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration."" - from Spring WebsiteIf you use Spring Boot, you will see that it's very convenient to use and under the hood it's nothing new, but Spring Framework. Checkout my other Spring Boot course in the bonus section.OverviewWhen I was learning developing web applications, I would like to have a place to host those fancy apps so that I can show case what I have developed. One solution would be to use an on-premise physical server, e.g. having a desktop computer running as server at home, to host whatever apps you have developed. On the other hand, with the trend of cloud service nowadays, you can choose the cloud platform to deploy your apps, not only because those apps can be accessed from internet once deployed, but also that it's a good practice in terms of maintainability, scalability and etc. I would like to do that myself but found it difficult to do. Several reasons link to this. First, it's not that straight-forward to deploy a web app with database support on cloud platform. I wish there could be a step-by-step guide on how to do that. Second, just for show case purpose, it's not that easy to find a cloud platform without any charges.That comes the motivation for this course. Here I just want to show you, in an easy-to-follow manner, how to deploy Spring Boot apps with MySQL database on Heroku, which is one of the most popular Cloud Service Platform today. More importantly, I will show you how to do that without any charges, which is for demonstration purpose.Regarding the layout of the course, we will first develop a simple hello world example using Spring Boot and deploy it to Heroku so that you can grab a feeling about it. Then, we will leverage a project I developed in another course called lagoon and deploy the backend part to Heroku. After that, I will show you how to add the MySQL database support to it. This course is easy to follow and as long as you follow the steps, you should be able to do it. Feel excited? Sign up and I'll see you in the course.MONEY BACK GUARANTEEUdemy provides 30-day money back guarantee. No reason needed! If you are not satisfied with the course, you can always get your money back. No Risk Involved! So sign up and I'll see you in the course!"
Price: 94.99

"Learn Spring Framework Practically - Hands On Recipies"
"WELCOME TO MY COURSE - ""Learn Spring Framework Practically - Hands On Recipies""You can find more info here:ldeng(dot)net/coursesThis is the Onlycourse that covers hands on recipes for latest Spring Framework Family including:Spring Boot, Thymeleaf, Spring Data, Spring Security, Hibernate, MongoDB and more...New Course for 2016 ... The best way to learn is through hands-on practice.Assignments are included in each section as well.Join the family of thousands of students, who have enrolled in my courses.See Reviews from students who have taken the course:""Very practical and engaging; highly recommended course. Learn't a lot in a short period of time"" --Morebodi Modise""It dives quickly into some practical, ready-to-use recipes. Explanations are clear and straightforward."" -- Bogdan PisaiWhat is Spring Framework? What is Spring Boot?In the modern world of software development, the speed of an application creation and the need for rapid prototyping is becoming tremendously important. In the world of Java application development, Spring Framework is the standard to use and Spring Boot is the kind of framework that will give you the power to produce high-quality software at a rapid pace. As under the hood of Spring Boot, everything is just Spring; yet, it provides the flexibility and ease to use so that a lot of boilerplate works are taken care of automatically.What's special about this course?A lot of times, when you read a tutorial or take an online course with Spring Framework, it's either too short a piece that you just can't have a systematic way to connect them, or a lot of boring theories are introduced and eventually got lost. You don't need to know how exactly a car works to drive a car.This course use recipe approach that each example covers a small topic that is essential in the web app development. You can follow the live coding to develop the example. Once you get a hold of the concept, you are definitely encourage to take a step further to build your own example. Eventually, you will have a comprehensive toolbox at hand, which you can use to build your next project app.How is this course structured?First, we'll take a look at Spring Boot CLI, a newly added command line tool. Then, we will look at the some basic techniques used in Spring app development. After that, we will talk about Spring Data, which is used to establish the communication between spring app and database. Next, we will look at Spring security that how we can add that topic to an app. Last but not least, we will look at REST services and see how we can develop it using Spring Boot.MONEY BACK GUARANTEEUdemy provides 30-day money back guarantee. No reason needed! If you are not satisfied with the course, you can always get your money back.No Risk Involved! So sign up and I'll see you in the course!"
Price: 144.99

"Learn Spring Security 4 Basics - Hands On"
"WELCOME TO MY COURSE - ""Learn Spring Security 4 Basics - Hands On""You can find more info here: ldeng(dot)net/coursesThis is the Onlycourse seriesthat covers Spring Security 4 with depth. This first course builds up the basic knowledge with hands on practiceand the second course is titled ""Learn Spring Security 4 Intermediate - Hands On"", which dives deeper on the topic.New Course for 2016 ... The best way to learn is through hands-on practice.Join the family of thousands of students, who have enrolled in my courses.The review has been good even if this is a new course.Bonus Section includes all the courses that Iteach and promotions. Make sure you don't miss them.What to expect when I finish these two courses?By the time you finish these two courses (about 4 hours video), you should be able to understand most of the problems related to Spring Security 4. You will understand how to approach various issues related to security in web app development and how to utilize the power of Spring Security to solve those issues.What is Spring Security? Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.Spring Security provides comprehensive security services for Java EE-based enterprise software applications. There is a particular emphasis on supporting projects built using The Spring Framework, which is the leading Java EE solution for enterprise software development. People use Spring Security for many reasons, but most are drawn to the project after finding the security features of Java EEs Servlet Specification or EJB Specification lack the depth required for typical enterprise application scenarios. Whilst mentioning these standards, its important to recognize that they are not portable at a WAR or EAR level. Therefore, if you switch server environments, it is typically a lot of work to reconfigure your applications security in the new target environment. Using Spring Security overcomes these problems, and also brings you dozens of other useful, customizable security features. What about this course? This course introduce some of the basics of Spring Security 4 with hands-on coding. We will use a demo web app called Cleaning Service Center as example to see how we can enhanced the security layer of it step by step. After the initial take, we will dive a little deeper and see how we can customize the Authentication mechanism with the flexibility provided by Spring Security. Why XML Configuration? The course uses XML based configuration. Spring Boot will remove a lot of the boiler-plate code and configurations, which will give us great convenience to quickly develop an app. However, it will also hide things under the hood. That is to say, its better to do the manual configuration and coding first so that we can have a better understanding. Class-based configuration is good to use, but again, you can get more insight with XML configuration. As class-based configuration and XML based configuration are well mapped, you can always find the corresponding part by googling it."
Price: 94.99

"Learn Spring Security 4 Intermediate - Hands On"
"WELCOME TO MY COURSE - ""Learn Spring Security 4 Intermediate - Hands On""You can find more info here:ldeng(dot)net/coursesThis is the Onlycourse seriesthat covers Spring Security 4 with depth. The is the second course of the series.This first course builds up the basic knowledge with hands on practiceand is titled""Learn Spring Security 4 Basics- Hands On""New Course for 2016 ... The best way to learn is through hands-on practice.Join the family of thousands of students, who have enrolled in my courses.Bonus Section includes all the courses that Iteach and promotions. Make sure you don't miss them.!NOTICE:This is the second course of Spring Security 4 series and the previous is called""Learn Spring Security 4 Basics- Hands On"", which is highly recommended before taking this course, as concepts and examples are based on the previous course.What to expect when I finish thesetwo courses?By the time you finish these two courses (about 4 hours video), you should be able to understand most of the problems related to Spring Security 4. You will understand how to approach various issues related to security in web app development and how to utilize the power of Spring Security to solve those issues.What is Spring Security?Spring Security provides comprehensive security services for Java EE-based enterprise software applications. There is a particular emphasis on supporting projects built using The Spring Framework, which is the leading Java EE solution for enterprise software development.People use Spring Security for many reasons, but most are drawn to the project after finding the security features of Java EEs Servlet Specification or EJB Specification lack the depth required for typical enterprise application scenarios. Whilst mentioning these standards, its important to recognize that they are not portable at a WAR or EAR level. Therefore, if you switch server environments, it is typically a lot of work to reconfigure your applications security in the new target environment. Using Spring Security overcomes these problems, and also brings you dozens of other useful, customizable security features.What about this course?This course introduce some of the basics of Spring Security 4 with hands-on coding. We will use a demo web app called Cleaning Service Center as example to see how we can bring our security layerto the next level.Why XML Configuration?The course uses XML based configuration.Spring Boot will remove a lot of the boiler-plate code and configurations, which will give us great convenience to quickly develop an app. However, it will also hide things under the hood. That is to say, its better to do the manual configuration and coding first so that we can have a better understanding.Class-based configuration is good to use, but again, you can get more insight with XML configuration. As class-based configuration and XML based configuration are well mapped, you can always find the corresponding part by googling it.MONEY BACK GUARANTEEUdemy provides 30-day money back guarantee. No reason needed! If you are not satisfied with the course, you can always get your money back.No Risk Involved! So sign up and I'll see you in the course!"
Price: 94.99

"Learn OAuth 2.0 - Theory and Hands On"
"WELCOME TO MY COURSE - ""Learn OAuth 2.0 - Theory and Hands On""You can find more info here:ldeng(dot)net/coursesThis is the Onlycourse covering OAuth 2.0 with theory and hands-on in Udemy.New Course for 2016 ... The best way to learn is through hands-on practice.Join the family of thousands of students, who have enrolled in my courses.Bonus Section includes all the courses that Iteach and promotions. Make sure you don't miss them.MONEY BACK GUARANTEEUdemy provides 30-day money back guarantee. No reason needed! If you are not satisfied with the course, you can always get your money back.No Risk Involved! So sign up and I'll see you in the course!What is OAuth?If you are a software developer, you've probably heard of OAuth. OAuth provides to clients a ""secure delegated access"" to server resources on behalf of a resource owner. It specifies a process for resource owners to authorize third-party access to their server resources without sharing their credentials. Designed specifically to work with Hypertext Transfer Protocol (HTTP), OAuth essentially allows access tokens to be issued to third-party clients by an authorization server, with the approval of the resource owner. The third party then uses the access token to access the protected resources hosted by the resource server.What is OAuth 2.0?OAuth 2.0 is the latest version of OAuth Framework. It is not backwards compatible with OAuth 1.0, as OAuth 1.0 has a variety of issues. Instead,OAuth 2.0 provides specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. Facebook's Graph API only supports OAuth 2.0. Google supports OAuth 2.0 as the recommended authentication mechanism for all of its APIs. The OAuth 2.0 Framework and Bearer Token Usage were published in October 2012.Why OAuth 2.0?OAuth 2 is almost everywhere on the web today and nearly everyone has used it in some form or another. As an open standard for authorization, it has been adopted by a lot of big companies such as Google, Facebook, Microsoft,Twitter and etc.Why this course?There are plenty of materials you can find online on this hot topic but a lot of times, when you finish reading those materials, you still feel vague in your head what OAuth 2.0 is and why and how to use it. This could be due to the nature of OAuth 2.0 framework, as itself is a relatively complex thing to understand. This course tries to tackle the problem from theory and hands on perspective.First,We will be starting from the basics on OAuth 2.0 and then going to details of roles and workflows.Second, we will build a demo app using OAuth for Single Sign-On (SSO). We will be leveraging Facebook as the service and identity provider.Third, we will use Spring Framework to implement each role in the OAuth 2.0 framework. Specifically, they are Client App, Authorization Server and Resource Server. This will give you a deeper understanding on how OAuth 2.0 framework works."
Price: 144.99

"Build An Online Bank With Java, Angular 2, Spring and More"
"WELCOME TO MY COURSE - ""Build An Online Bank With Java, Angular 2, Spring and More""You can find lowest pricehere: www.ldeng(dot)net/coursesCourse Overview (Important)This is a beginner to moderate intermediate levelcourse about developing a PrototypeOnline Banking System using latest web technologies with Hands-on experience. You will follow my guide to develop the front-end and back-end (full stack)from scratch.However, there are two points I'd like mention:1. As this course is NOT an introduction to Java, Spring or Angular 2, it assumes you have the basic knowledge of them.2. That being said, a lot of times I'll just copy and paste in the code during the development and you need to pause the video to input them.The Banking system consists of two parts:User-Front and Admin-Portal. User-Front is a user-facing system and itincludes such modules as User Signup/Login, Account, Transfer, Appointment, Transaction and User Profile. Admin-Portal is mainly used by Admin and it involves User Account and Appointment modules.Why This Course?This covers a lot of functions and features with details. By the time you finish this course, you will expose yourself to much information and hands-on practice on both system level designand detail level development.What to Expect in this course?You will develop modules and functions with me along the course. You should have some understanding on front-end and back-end development using Angular 2, Java, Spring Framework. You will need to constantly look back and search online for ideas and concepts that you need to understand so that you don't get lost. Practicing without understanding is just a waste of time.Technologies Used in this courseA wide range of technologies are involved in this course and project development.Front-end: Html/CSS, JavaScript, JQuery, Bootstrap, Angular 2 and some JS plugins, Thymeleaf and etcBack-end: Java 8, Spring Boot, Spring Data, Spring Security, Hibernate, MySQL"
Price: 194.99

"NodeJS,JWT,MEAN,Principiantes mas 10 proyectos,100% Practico"
"El Curso NodeJSpermite desarrollar aplicaciones web escalables para miles de usuarios, adicionalmenteincluye cdigo fuente de todas las clases que te permitir probar e investigar lo aprendido,el material esta presentado modularmente y escalonadamente para que el participante adquiera los conocimiento y habilidades, y las ponga en prctica de manera ordenada, rpida y eficiente en la construccin de sus aplicaciones web. Son ms de 4.5 horas de vdeo garantizado, de buen material,muy til para el desarrollo de sus aplicaciones web. El curso contempla frameworks javascript como angularjs,express, base de datos Nosql como Mongo y base de datos relacional como Postgres, adicionalmente explicaremos como publicar sus aplicaciones web en la nube a travs de Heroku. Si deseas un curso donde deseas aprender en la prctica y de manera rpida este curso de nodejs es para ti.Update 12/2016"
Price: 49.99

"Node.js for beginners, 10 developed projects, 100% practical"
"The NodeJS Course allows you to develop scalable web applications for thousands of users, additionally includes source code of all classes that will allow you to test and investigate what is learned, the material is presented modularly and stepwise for the participant to acquire the knowledge and skills, and put them In an orderly, fast and efficient way in building your web applications. They are more than 4.5 hours of guaranteed video, good material, very useful for the development of your web applications. The course includes javascript frameworks such as angularjs, express, Nosql database like Mongo and relational database like Postgres, we will also explain how to publish your web applications in the cloud through Heroku. If you want a course where you want to learn in practice and quickly this course of nodejs is for you. UpdateJanuary 2017"
Price: 49.99

"Making Heroes: Harnessing the Power of the Hero's Journey"
"We've all heard people say ""life is about the journey""--but what if that journey has left us frustrated, lost, and looking for guidance? Making Heroes looks at the archetype of the Hero's Journey as it applies to literature, and then expands that knowledge to include how the steps to the journey apply to each of us in our own lives. The heroes and villains in the stories we love are more like us than we think, and if we use their journeys as a guide our own journeys can be more meaningful than ever before.Designed for anyone looking to understand the stories that move us as well as their own paths, Making Heroes takes you through the steps of the Hero's Journey and then guides you through recognizing those steps in your own life. Using that knowledge, you can see opportunities instead of obstacles, allies instead of enemies, and meaning when things don't seem to go the way we thought they should. You are living the Journey right now--it's time to understand how to make it work for you!"
Price: 24.99

"Learn Devops: Continuously Deliver Better Software"
"In this course you will learn how to apply DevOps. Why DevOps? It is one of the most sought after skills in the IT industry. The average salary in the US is $105,000 per year (source: Glassdoor), up to an average of $146,000 in San Fransisco (source: Indeed).The course is aimed at software engineers and system administrators that want to deliver better software. Other IT professionals can also take this course, but might have to do some extra research to understand some of the concepts.You will learn how to improve the Software Development Lifecycle by applying techniques to improve software delivery. I will explain how to improve delivery using automation, configuration management, provisioning and deployment tools. I also cover newer tools like Docker and Kubernetes. Where possible I point you towards the best practices in the field.The course is very practical. There is about 3 to 4 hours of lectures, but you want to try out everything yourself, which will add multiple hours of learning. If you get stuck with the technology while trying, there is support available. I will answer your messages on the message boards and we have a Facebook group where you can post questions.February 2016 Updates:Added content about building tools like sbt and mavenBy popular demand: added more Docker content about the architecture, images, volumes, and networking"
Price: 39.99

"Learn Big Data: The Hadoop Ecosystem Masterclass"
"In this course you will learn Big Data using the Hadoop Ecosystem. Why Hadoop? It is one of the most sought after skills in the IT industry. The average salary in the US is $112,000 per year, up to an average of $160,000 in San Fransisco (source: Indeed).The course is aimed at Software Engineers, Database Administrators, and System Administrators that want to learn about Big Data. Other IT professionals can also take this course, but might have to do some extra research to understand some of the concepts.You will learn how to use the most popular software in the Big Data industry at moment, using batch processing as well as realtime processing. This course will give you enough background to be able to talk about real problems and solutions with experts in the industry. Updating your LinkedIn profile with these technologies will make recruiters want you to get interviews at the most prestigious companies in the world.The course is very practical, with more than 6 hours of lectures. You want to try out everything yourself, adding multiple hours of learning. If you get stuck with the technology while trying, there is support available. I will answer your messages on the message boards and we have a Facebook group where you can post questions."
Price: 39.99

"Learn DevOps: Scaling apps On-Premises and in the Cloud"
"In this course you will learn how to deploy scalable applications using DevOps techniques. Why DevOps? It is one of the most sought after skills in the IT industry. The average salary in the US is$105,000 per year(source: Glassdoor), up to anaverage of $146,000 in San Fransisco(source: Indeed).The course isaimed at software engineers, databaseand system administratorsthat want to deliver software that isscalable, reliable, available, manageable and still cost effective. Other IT professionals can also take this course, but might have to do some extra research to understand some of the concepts.You will learn how to improve your applications and databases by applying techniques to scale your software. I will explain how to scale your application using proven automation,configuration management,provisioninganddeploymenttools. I also cover newer tools likeDocker, Kubernetes and Deis.Thecourse is very practical.There are 3 use cases I will be explaining in detail. All the code is available for you to reuse on Github. If you get stuck with the technology while trying, there is support available. I will answer your messages on the message boards and we have a Facebook group where you can post questions."
Price: 39.99

"Learn DevOps: Infrastructure Automation With Terraform"
"Terraform has gained a lot in popularity lately and is the tool you need to master if you are or about to get into a Ops / DevOps role. You typically use a technology like Ansible, Chef, or Puppet to automate the provisioning of software. Terraform starts from the same principle, infrastructure as code, but focusses on the automation of the infrastructure itself. Your whole Cloud infrastructure (instances, volumes, networking, IPs) can be described in terraform. In this course you'll learn how to use terraform to automate your infrastructure. I will first show you the basics of terraform and will then explain how to automate infrastructure on AWS using terraform. You can open an AWS account for free to do the labs. I also provide a lot of code examples which you can immediately use to automate your own infrastructure.Update (Oct-2016):Added AWS Autoscaling lecturesAdded Terraform+Packer Jenkins integration lecturesAdded Terraform with Docker on AWS (ECR and ECS)Added Terraform with Jenkins workflow using ECR and ECSUpdate (Dec-2016):Added a lecture about useful terraform commandsAdded a demo on how to use terraform show/graph/taint/untaint/importAdded a lecture and demo about Elastic Beanstalk on AWSUpdate (Jun-2018):Terraform for Windows setup + puttygenInterpolationConditionalsBuilt-in functionsModule development with an ECS + ALB module demoSetting up a hosted Kubernetes cluster using AWS EKSUpdate (Nov-2019):Terraform-0.12 updatesLectures covering new variable approach in terraform-0.12For & For Each loopsThis course includes english captions."
Price: 39.99

"jQuery UI Ultimate:Design Amazing Interface Using jQuery UI"
"***Top rated jQuery (jQuery UI ) course on udemy***.jQuery-""Write less do more"" , let's use this concept to design amazing user interfaces using jQuery.Are you dreaming to be a professional User Interface (UI) developer?? orYou want to develop an awesomely attractive Graphical User Interface(GUI)??orYou want to be a freelancer UI developer and earn $$$$???This 12+ hours of content will transform yu as a complete user interface designer using jQuery.If your answer to any of these questions is yes , then why not to choose jQuery?.jQuery , a very small name , which can be used to perform website animations , used to create mobile apps , and also user interfaces which you are going to learn in this course.It is proved that jQuery is said to be the easiest programming language if your dream is to design an user interface .This jQuery User Interface (UI) course is just for you and your search for a complete UIcourse ends here.Benifits / Advantages of this course:1). No matter you are a beginner or an expert , this course is designed from scratch.2). Every programming example will start from a blank page and will ends up with a desired output.3). A line to line description of every single code is provided in a descriptive manner.4). This course will work as a ""ZERO to HERO"" , so at the end you will be an expert in designinginterfaces and using javascript libraries effectively.Sections included in this course:1). Introduction to instructor , Jquery UI , understanding about what you are going to learn in coming lectures with different uses and utilisations of jQuery UI.2). Hands on to interactions which are: 2.1) Draggable 2.2) Droppable 2.3) Resizable2.2) Selectable2.2) Sortable.3). Understanding the practical uses of widgets:3.1). Accordion3.2) Autocomplete3.3) Button3.4) Datepicker3.4) Dialog3.5) Menu3.6) Progressbar3.7) Selectmenu3.8) Slider3.9) Spinner3.10) Tabs3.11) Tooltip4). Applying different effects :4.1) Hide4.2) Show4.3) Toggle4.4) AddClass4.5) RemoveClass4.6) SwitchClass4.7). Easing effectsAnd now you can develop the complex graphical user interface with confidence."
Price: 199.99

"jQuery Mobile Masterclass: Build Real apps using jQuery."
"jQuery - ""Write less do more"" , let's use this concept for designing amazing and interactive mobile apps for ANDROID , IOS, BLACKBERRYand WINDOWS phone.What this course is about???This course is a complete guide on app designing using jQuery(jQuery Mobile) , which will provide you a complete programming approach on designing mobile apps easily and takes your future to the next level.________________________________________________________________________________NOTE : This course is for beginners as well as for experts.A complete course on app designing using jQuery Mobile.Enjoy a complete guide onjQuery( jQuery Mobile) with 100+ lectures and 10+ hours of content.___________________________________________________________________________________Are you a beginner in the field of app designing ??Do you want to be a professional app designer in a very less time and with no skills?? orYou want to earn $$$$ quickly while working as a freelancer app designer ??If your answer to any of these question is yes , then you can go further.This course is a complete guide on jQuery for mobile which will teach you everything from scratch .Why jQuery Mobile for designing apps???1). jQuery Mobile works on all popular smartphones and tablets.2).jQuery Mobile uses HTML5 & CSS3 for laying out pages with minimal scripting.3).It can be used on android , Blackberry , IOS , Windows phone .4). Very less programming is required.What you can do after this course??You will be able to design complete mobile app for android , blackberry , windows phone , IOS easily.What you should know before starting this course??Basic knowledge of HTML , CSS , jQuery is good , but not required. This course is from scratch and will provide you everything.Before starting..??You should install , Notepad++ / Dreamweaver (used in this course) . All the stepsfor installing the software are provided in the curriculum."
Price: 199.99

"Learn How to Build Russian Sentences"
"This is a Russiancoursewhichis perfect for beginner, lower- intermediatelearners but it can also be very helpful for moreadvanced learners who have difficultiesconstructing Russian sentences. The course shows techniques of making sentences from the simplest to more complex ones.This course consists of three sections,71informative lectures and 15quizzes. Itincludes about 3 hours of video lectures, several downloadable files and vocabulary.Here you will find not only how to build sentences but alsogrammar related to each of them. Moreover, you will be given several example sentences with audio and transcription. As there are a lot of example sentences, it is a good chance to improve vocabulary as well. Along with it, some lectures contain more new words for learning.You are not given special dialogues in special situations, you are not asked to memorize them. The aim of the course is to teach you in a very easy wayto make yourown sentences, your owndialogues andspeech,to play with words and enjoy it.I hope youfind thiscourse useful and interesting."
Price: 19.99

"Yoga para principiantes para hacer en casa en espaol."
"Rutinas de kAca yoga contra dolores y recuperar tu energa es el curso que creamos para que puedas practicar de una vez. kAca yoga comparte de forma sencilla 5 rutinas y una meditacin con terapia de sonido de una hora.Estas son:Rutina SALUDO AL SOL - para recuperar tu vitalidadRutina en la oficina - para mantener tu mente con buen nimo y tu cuerpo sin estrs.Rutina para aliviar dolores de cabeza.Rutina para aliviar dolor de menstruacin.Rutina contra los primeros sntomas de depresin.Meditacin de 1 hora con Terapia de Sonido.Solo necesitas un espacio para mover tu cuerpo, un mat o manta y ropa cmoda para moverte.Nuestra clase es guiada para mantenerte informado en los cambios de asanas o posturas.Adems te compartimos lecturas sobre el yoga, kAca yoga, meditacion, terapia de cristales y ms.Esta es una excelente OPORTUNIDAD para crear tu propio espacio de yoga en tu hogar y crear armona en tu trabajo para transformar tu vida."
Price: 74.99

"Yoga para activar tus chakras en espaol."
"En este intento por dar luz a nuestros chakras, te ensearemos a recuperar esa energa vital que necesita nuestros chakras.Los chakras no son el aura. Los chakras son centros de energa que estn a lo largo de nuestro cuerpo y fuera de nuestro cuerpo. Tener los chakras en balance se compara con una fuente de energa que sube en espiral y nos conecta con la energa universal. Cmo desarrollar, activar y equilibrar los chakras? Para recuperar la energa natural de los chakras hemos preparado siete rutinas de al menos 7 minutos para cada chakra donde haremos asanas en nuestra practica de yoga, afirmaciones, mantras y mudras para la sesin de meditacin.Ademas aadimos terapia de sonido para llegar a cada uno de estos chakras y te recomendaremos las gemas de la terapia de cristales que potenciaran tu sesin.Por qu y como los Cristales ayudan? Por su estructura molecular que vibra y est en resonancia con la estructura molecular de nuestro cuerpo fsico. Por el color. El color es una longitud de onda. Vibra en una frecuencia determinada que se corresponde con cada color de los chakras. Por su Geometra Sagrada. Sabemos que el lenguaje universal est expresado en smbolos. En los cristales, podemos encontrar todas estas figuras, comprendiendo que su decodificacin depender de nuestro trabajo interno respecto de nosotros mismos.Busca tu mat y empecemos."
Price: 149.99

"Zend Framework 2: Learn the PHP framework ZF2 from scratch"
"Do you want to learn the PHP framework, Zend Framework 2, from scratch and become a professional in no time? Then this course is an excellent starting point for you to quickly learn the basics of Zend Framework 2 and to put your knowledge to work in just a few hours! This is your chance to harvest the knowledge that I have personally obtained through working with Zend Framework and other PHP frameworks for years. I am making all of this information available in an easy to understand language that you will understand even if you are not a professional PHP developer. Zend Framework is a popular PHP framework and will be an excellent addition to your CV - even if you are already familiar with other PHP frameworks such as Laravel, CakePHP, Symfony, Codeigniter, Yii Framework, Nette Framework, Phalcon, etc.The course begins by explaining all of the essential theory that you will need to develop great PHP applications with Zend Framework 2, before putting it to use when implementing a blogging application step by step. You will learn how to work with databases, forms, input filters, users and more in this course, and we start at the beginning! No experience or knowledge of Zend Framework or any other PHP frameworks is required. Even if you have experience with other PHP frameworks, you will still benefit a lot from this course, and you will have a head start because Zend Framework is built on top of the MVC design pattern or framework. It is, however, not a requirement at all, just as no experience with PHP is required.So, join me in this course and learn to build professional PHP applications with Zend Framework 2 today!"
Price: 39.99

"Complete Guide to Elasticsearch"
"Do you want to learn the popular search engine, Elasticsearch, from the beginning and become a professional in no time? This course is an excellent way for you to quickly learnElasticsearch and to put your knowledge to work in just a few hours! If so, then you have come to the right place, asthis is the most comprehensive course on Elasticsearch that you will find online! This course is a great starting point for anyone who wants to learn the ELK stack and Elastic Stack, as Elasticsearch is at the center of both stacks.Elasticsearch is an extremely popular search engine and will be an excellent addition to your CV - even if you are already familiar with other search engines or frameworks such as Apache Lucene, Apache Solr, Amazon CloudSearch, etc.Please note that this course is intended for developers who want to interact with an Elasticsearch cluster in one way or another andnotsystem administrators looking to maintain an Elasticsearch cluster in production. The course focuses on functionality relevant to utilize the capabilities of Elasticsearch as a developer.The course is a combination of theory and learning by doing. Before giving examples of how to perform certain queries, you will have been equipped with the necessary theory in advance. This ensures that you not only know how to perform powerful searches with Elasticsearch, but that you also understand the relevant theory;you will get a deep understanding of how Elasticsearch works under the hood.The course starts from the absolute beginning, and no knowledge orprior experience withElasticsearch is required. We will walk through all of the most important aspects of Elasticsearch, and at the end of this course, you will be able to build powerful search engines. This could be for a website where you could build Google-like search functionality, for example.So, join me in this course and learn to build powerful search engines with Elasticsearch today!Note that this course does not cover Logstash and Kibana. This is so that I can go into much greater detail with Elasticsearch and focus on that exclusively. This course is therefore dedicated to Elasticsearch. For courses on Logstash and Kibana, please see my other courses."
Price: 124.99

"Meditation for Beginners. Feel Happier, Healthier, Clearer."
"This course is for you if you feel a bit knocked off centre, find it difficult to get to sleep or wake up during the night, can't switch off your racing mind, feel panicked and/or fatigued, difficulty concentrating or have a lack patience with your loved ones. It's also for you if you are on a path to connect deeper with your true self. Meditation is a wonderful tool for revealing reality and making space for personal growth and development as a result.Meditation can help to support your journey of healing or self development, sometimes straight away. The more you practice the better you'll feel and the easier it will become to deal with lifes challenges as they arise. Once meditation is embedded as a habit in your daily life, you'll have the added bonus of knowing that you have invested in an effective tool to deal with stress ... even just knowing that fact is comforting.In this course you will learn a variety of meditation tools so that you can return to a sense of peace and clarity. Try all the meditations, there's bound to be a couple of approaches that you'll warm to. Activate your inner peaceful warrior, confidently take your place in this moment, reconnect your body and mind, let go of stress held in your body and navigate peacefully through your thoughts and challenges and come home to your 'self'. What you learn during meditation practice can be applied to daily life situations, love and business, giving you a sense of confidence to deal with what life brings.Materials included in this course : Guided meditation videos. Meditations are also provided in audio download format.Seven different meditation techniques, something to suit everyone.Suggestions for embedding the practice into your life.Guidance with setting up your meditation space.Continued support with your meditation questions.StructureA selection of 2 or 3 minute guided meditations are given. I suggest you work through them in chronological order, one per day. You can repeat the same meditation several times a day if you wish or do the meditation without the guidance to increase your meditation time.Once all the meditations have been completed continue every day to embed the practice into your life habits.Repetition, discipline and embedding meditation into your daily life practice is how it becomes a trusted tool in difficult times.How long to complete this courseThere are 7 guided meditations. I suggest to do one per day and then repeat until you have done 21 days of meditation practice. 21 days allows the development of a new habit. After this you can meditate alone, or source longer guided meditations."
Price: 19.99

"Maquiagem para Fotografia e Vdeo"
"Seja Bem Vinda! O que difere uma maquiagem social de uma fotogrfica so as tcnicas e as especificidades que para o maquiador so fundamentais peas de conhecimento. Tipos de produtos, Adereos para ajudar a complementar a maquiagem, Noo de luz e sombra, Conhecimentos de luz, cor e ngulo possibilitam voc produzir maquiagens que fazem a diferena atravs das lentes fotogrficas.Diferentes tipos de pele, formatos de rosto e efeitos a serem obtidos com a maquiagem.Estarei disponvel para qualquer eventual dvida durante o curso. Um certificado ser enviado para aqueles alunos que completarem todos os mdulos. Esta pronta para comear? Te vejo no curso!"
Price: 44.99

"Aprenda tudo sobre Access 2013"
"Seja Bem Vindo ao novo curso de Access 2013! Neste curso voc vaiaprender a guardar seus dados de formaeficiente com tabelas, consultas e formulrios e ainda como definir relaoentre tabelas e usar buscas para filtrar dados. Mostraremosdurante o curso como aplicar regras e validao para evitar erros e ainda comocriar uma interface amigvel para formulrios, e relatrios com todas asinformaes dos dados registrados nas suas tabelas ou simplesmente filtradaspor suas buscas. Aos alunos que completarem todas as lies do curso ser enviadoum certificado de concluso e estaremos disponveis para qualquer eventualduvida. Esperamos voc no curso!"
Price: 19.99

"Curso Completo de Lightroom 5"
"Este curso tem a misso de te mostrar exatamente o que o Lightroom , na verso 5 explicar o porque todo fotografo profissional ou amador , deve ter este incrvel programa como ferramenta para guardar , editar e trabalhar com seu arquivo fotogrfico, o lightroom uma excelente maneira de escolher quais fotos sero enviadas para o cliente, tem funes excepcionais para editar arquivos raw ( arquivos brutos sem perdas ) seja sua maquina CANON, NIKON , SONY ou qualquer outra, se voc achava que o Lightroom so mais um programa de edio de fotos vai mudar de ideia depois deste curso."
Price: 19.99

"Curso Adobe Audition CC"
"Seja Bem Vindo! Nestecurso iremos abordar as principais ferramentas do Adobe Audition CC e mostra comoeditar, tratar e adicionar efeitos ao seus udios. Duranteo curso tambm ensinaremos de uma forma simples e estruturada como eliminar rudose restaurar arquivos que voc julgava perdidos, assim como normalizar udios, prepararprojetos para TV e cinema alm de editar udios de vdeo com preciso.Aos alunos que completarem todas as lies do curso ser enviadoum certificado de concluso e estaremos disponveis para qualquer eventualduvida que surgir durante o curso.Esperamos voc no curso! Ser um enorme prazer em t-los comoalunos."
Price: 19.99

"Curso de After Effects CC"
"Seja Bem Vindo! Este curso de After Effects CC 2015 vai temostrar como criar efeitos e animaes avanadas para seu vdeo, como inserirelementos 3d, como usar track de ambiente e cmera, e ainda como adicionarefeitos impressionantes para deixar seus vdeos muito mais dinmicos einteressantes. Este curso ainda te mostrara como criar cmeras virtuais eambientes 3d, alm do uso inteligente de Chroma Key, vamos te mostrar tudo oque voc precisa para comear a trabalhar com After Effects agora.Aos alunos que completarem todas as lies ser enviado umcertificado de concluso do curso.Te espero no curso!"
Price: 19.99

"Premiere Pro CC : Domine o melhor editor de videos do mundo."
"Seja Bem Vindo! O curso completo de Premiere Pro CC o melhor editor de vdeo do mercado. Conhea as ferramentas que fizeram deste o software de edio de vdeos mais usado por profissionais da TV e Cinema no mercado e ideal caso voc queira criar contedo para Youtube, Gameplays e outros canais. Durante o curso voc ir aprender a fazer desde edies simples at efeitos e transies avanadas. So mais de 40 vdeo-aulas cobrindo tudo o que voc precisa saber para ser um pro. Estarei disponvel para qualquer eventual dvida durante o curso. Um certificado ser enviado para aqueles alunos que completarem todos os mdulos. Te vejo no curso!"
Price: 19.99