AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"TensorFlow for Neural Network Solutions"
"TensorFlow is an open source software library for Machine Intelligence. The independent solutions in this video course will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. Youll work through video on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning each using Googles machine learning library TensorFlow.This guide covers important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last section will show you how to take it to production. Once you are familiar and comfortable with the TensorFlow ecosystem, the last section will show you how to take it to production.About the AuthorNick McClure is currently a senior data scientist at PayScale, Inc. in Seattle, WA. Prior to this, he has worked at Zillow and Caesar's Entertainment. He got his degrees in Applied Mathematics from The University of Montana and the College of Saint Benedict and Saint John's University.He has a passion for learning and advocating for analytics, machine learning, and artificial intelligence. Nick occasionally puts his thoughts and musings on his blog, or through his Twitter account, @nfmcclure."
Price: 124.99

"Docker for ASP.NET Core MVC"
"Docker is the worlds leading software container platform. Developers use Docker to eliminate it works on my machine problems when collaborating on code with co-workers. Docker is a way of deploying and scaling applications inside a developers own virtual environment, in a completely isolated manner.The course will guide you through setting up Docker on a Windows desktop, running your first ASP.NET Core Docker image, and becoming comfortable managing and running these images. Well give you more information on the options available to you for the desktop. Then well show you how to run your containers with the Docker command line, exposing ports and environment variables. Moving on, youll build your very first ASP.NET Core application and add a database and linking containers. Then well show you how to debug your .NET application by interacting with your Docker image and debugging it into a container using Visual Studio. Youll get a brief introduction to the vast options available to run Docker images inside the cloud: Azure, AWS, and Google Cloud. Finally, well take a look at Kubernetes, an open source platform originally from Google for deploying, scaling, and managing containers, which is fast becoming the de facto docker management tool for running containers in the cloud. About the AuthorChris Small a London based .NET and devops focused engineer currently working at Stepstone UK. He has 20 years experience in the software industry, working with .NET since the beta, andbeginning his career using classic ASP and the LAMP stack, where his favouritism for Linux began. Chris is a keen contributor to open source projects, maintaining the Roadkill Wiki .NETproject and contributing to and owning various other .NET and devops repositories, all found on Github."
Price: 124.99

"Learn TypeScript for Angular Development"
"TypeScript 2.x adds optional static types, classes, and modules to JavaScript, giving you great tools and enabling you to structure of large JavaScript applications better. In this course, well teach you how to leverage the exciting features of TypeScript while working on Angular projects to build scalable, data-intensive web applications.Well begin with an introduction to TypeScript and Angular framework, where you will install the TypeScript compiler and learn the most important secrets of the TypeScript language such as types, functions, classes, interfaces and start working in the Angular environment. The next section describes the introduction to components in the Angular framework using TypeScript. Using Angular CLI, you will create your first component, learn how to compose components, learn lifecycle methods in Angular, and respond to the user actions with events. The third section describes the services in the Angular framework, where you will learn about dependency injection and services in the Angular framework, create your first service, which will inject into the component and for service.The next section describes modules, directives, pipes and two-way data binding, where you will learn about modules in the Angular framework, find out what directives are and how to use them, create your own custom directive, add an external directive, transform data with pipes, and create two-way data binding in two ways. In the next section, you will learn how to create a reactive form, handle the form and validate the data. The sixth section describes the routing strategies, where you will create an example routing configuration, add links thanks to which it will be possible to navigate without reloading the page, handle routing.The last section is an introduction to testing and debugging, where you will learn about the tests, the types of tests, learn how to debug code using Chrome dev tools, and create component tests.About The AuthorBartlomiej Potaczek is a software engineer who works for Schibsted Tech Polska and programs mostly in java Script.He is a big fan of everything related to the React world, functional programming, and data visualization.He founded and created a portal that allows users to learn programming in a pair-programming fashion called InitLearn. InitLearn help users find an appropriate teacher that will devote all of their time especially to their student. Lessons are conducted in a pair-programming fashion, using tools that allow them to teach and learn programming in a collaborative way (such as Screenhero). He was involved in building the frontend of InitLearn, which is built on React-Redux technologies."
Price: 124.99

"Serverless Programming Solutions"
"This video course will get you hands-on with Serverless computing. You will be provided with solutions working with cloud functions in serverless environments. You will be taken through the steps to understand the different patterns of serverless application using working examples. The video addresses key challenges in serverless scenarios such as how to develop highly scalable application slicing out the core functionality of the software to be distributed in different FaaS, how to test and monitor applications, and how to apply software development best practices in continuous delivery, testing, and lifecycle management. By the end of the video you'll be able to build serverless applications efficiently.About the AuthorFrancesco Lerro lives in Italy where he enjoys authentic Italian pizza and morning espressos.Francesco is an AWS Certified Solution Architect with more than ten years' experience leading the design of business solutions in the Finance, Travel, and Fashion sectors. He is skilled in cloud computing, software architecture design, application development, and software lifecycle management."
Price: 124.99

"Building and Deploying Java EE Microservices on the Cloud"
"Many organizations have waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Author Vasilis Souvatzis fully immerses you in the methodologies that will help you transform your legacy application into one that is genuinely cloud native.This course will be a basic guide for you to learn about building cloud-native architectures in JavaEE. It will begin by introducing you to the cloud-native architecture and will help break it down for you.Then youll learn how you can build microservices in Java EE using REST APIs in an event driven approach and you will build the web layer. Youll learn to build microservices in Java EE using microprofile and the Payara Micro server. Next, youll learn about Interacting data services and building web views with JSF, after which we will take a look at application security and performance. From there, well move on to focusing on continuous integration and continuous delivery, and youll also learn how to Dockerize your services.Finally, youll learn how to deploy the application on the AWS and Azure platforms, and we will end the course by discussing some concepts and techniques around troubleshooting problems that might occur with applications after youve written them.About The AuthorVasilis Souvatzis is a passionate Java developer focusing on the enterprise world. His university thesis was a Java EE 7 full-stack e-commerce application. He participated in the first NetBeans Day Greece in Athens 2005, where he spoke about his Java EE 7 journey. Loyal NetBeans fan and user, took part in the last NetCAT testing the Java Editor and Glassfish integrations. Interested in new software development trends, making his steps into cloud technologies with a battle-hardened platform proving that Java EE fits the cloud just fine."
Price: 124.99

"Docker for Java Developers"
"Docker is the worlds leading software container platform. Developers use Docker to eliminate works on my machine problems when collaborating on code with co-workers. Docker is a command-line program, a background daemon, and a set of remote services that take a logistical approach to solve common software problems.This course starts with the key concepts of containerization and Docker. Next, youll see the need for containerization and how Docker is tackling those problems. You will build and monitor the status of containers using the Docker shell, and supervise containers. Then, using a Docker file, youll create a simple java application that will be containerized inside Docker. All installation will be easily distributed in a Docker image that contains Java. The final section is dedicated to more advanced use cases, and youll see how to automate more complex architectures using Docker.At the end of the course, youll run software in containers and understand why delivering software using containers is a lot faster and more reliable. Youll know what problems containerization software solves. So, grab this course and build great software with Docker!About the AuthorTomasz Lelek is a Software Engineer who programs mostly in Java and Scala. He is a fan of microservice architectures and functional programming. He dedicates considerable time and effort to be better every day. Recently, he's been delving into big data technologies such as Apache Spark and Hadoop. He is passionate about nearly everything associated with software development.Tomasz thinks that we should always try to consider different solutions and approaches to solving a problem. Recently, he was a speaker at several conferences in Poland - Confitura and JDD (Java Developer's Day) and also at Krakow Scala User Group."
Price: 124.99

"TypeScript: Web Development with TypeScript: 2-in-1"
"TypeScript is an open source language which is developed by Microsoft. TypeScript allows you to create scalable web applications which are easy to implement. It is a strict superset of JavaScript. TypeScript can be utilized to create JavaScript applications for client-side or server-side execution. As TypeScript is a subset of JavaScript, it supports all the libraries of JavaScript. To write scalable JavaScript applications with classical object-oriented principles in no time, youll need to have some programming experience in either JavaScript or a classical object-oriented languages such as Java or C#. This comprehensive 2-in-1 course contains in-depth content balanced with tutorials that put theory into practice. Its focus is on giving you both the understanding and the practical examples that will allow you indulge in the art of coding in TypeScript. Each chapter introduces a set of TypeScript language features and leads you towards the development of real-world applications. This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, Learning TypeScript Fundamentals, course starts off with installing TypeScript and its compiler. You will then get familiar with the TypeScript architecture. You will also be introduced to functional programming with TypeScript wherein you will dive into asynchronous programming principles. Next, you will learn various functions, its declarations, expressions, and more. You will explore callbacks, arrow functions, promises, and generators. Further, you will learn object-oriented features in detail wherein you will learn about interfaces and generics which makes the code reusable. Finally, you will learn to organize the code using namespaces. The second course, Mastering TypeScript Programming Techniques, course starts off with setting up the popular Visual Studio Code IDE and gets you acquainted with TSLint and unit testing. You will then understand the concepts of task automation, object-oriented programming, promises, and functional programming. You will also learn how to use underscore.js in your application. Next, you will learn how to implement the popular GoF patterns with the help of real-world examples. You will learn server-side programming with TypeScript using Node.js and client-side programming with Node.js using Angular 5. Moving ahead, you will learn to create a project, component, and service using Vue.js amd Aurelia. Finally, you will learn to use typings via an IDE. By the end of this Learning Path, you will have a thorough understanding of how to build high-performing, scalable web applications with TypeScript. Meet Your Expert(s): We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Bartlomiej Potaczek is a Software Engineer working for Schibsted Tech Polska. He programs mostly in JavaScript. He is a big fan of everything related to React world, functional programming and data visualization. He founded and created a portal named InitLearn that allows users to learn programming in a pair-programming fashion. InitLearn help users to find a proper teacher that will devote all their time especially for them. Lessons are conducted in a pair-programming fashion, using tools that allow teaching and learning programming in a collaborative way (e.g. Screenhero). He was involved in the front-end of InitLearn which is built on React-Redux technologies. Tamas Piros is a full-stack web developer turned technical instructor with more than a decade of experience working with large, prestigious multinational organizations such as Verizon, Panasonic, BBC, Accenture and Deutsche Bank just to mention a few. On top of the training sessions, he also regularly conducts workshops and presentations all over the world. He has spoken at prestigious conferences that include HTML5 DevConf in San Francisco, JSConf Asia in Singapore, and various others."
Price: 199.99

"Deep Dive - Microsoft Dynamics 365 for Project Service Autom"
"The Project Service Automation capabilities in Microsoft Dynamics 365 (online) provide an end-to-end solution that helps sales and delivery teams engage customers and deliver billable projects on time and within budget.This course starts with the new features in CRM 9. You'll also learn about the opportunity and the quotation process of PSA and CRM UI. Once the quotation is approved by the customer, then the user must create the Project Plan. the role of the resource manager, learn how to set up the resources and do the resource scheduling in the system. After project creation project tracking to be done by using the WBS and user must track the cost associated with it. The user must be able to fill their timesheets and expenses. Post-filing the time and expense, explore how to create the invoice for the customer based on the billing frequency we can automate the generation of invoice. Lastly, the user will then be introduced to Data Model for PSA application and will able to learn the data model for a quote as well as opportunity.At the end of the course, you will learn PSA through advanced discussions and demos to set up the components and features of CRM 9.About the AuthorSajan Choudhary works as a Consultant for Microsoft Dynamics CRM and has5+ years of experience in customizing and configuring in CRM for the various customers. He has architected and developed many vertical solutions available at Microsoft Dynamics Market Place, for example, healthcare management systems, tender management system, and so on. He has worked in multiple industries such as healthcare, retail, construction and professional services. While working with Microsoft on multiple projects and multiple countries he has demonstrated capabilities in software/application development, providing technical support and structuring customized solutions to meet customers specific needs. Excellent Relationship Management skills, with the ability to conceive profitable and efficient solutions, utilizing technology, Industrious individual, thrive on a challenge while working effectively with all levels of management. Integrated various in-house and 3rd party application with CRM for example SAP using FTP, SAP using WPI web Services. Hands-on experience in implementing the IoT scenarios using Raspberry PI 3."
Price: 124.99

"Getting Started with Clean Code Java SE 9"
"This practical video series will make you a master of Java SE 9's core concepts, components, tools, and new major features, so you can become a Java Ninja. By the end of the third section, you will have mastered Java Modularity and its core JDK structure changes.The second section introduces more advanced topics about modularity and covers all the techniques that will help you migrate your code smoothly to Java 9. The final section introduces the great new features shipped with the language to show you how to create custom runtime images (aka customized JREs) and loosely coupled modules with services, service provider, and service consumers.All the topics are powered by examples to make the explanations practical.About the AuthorMohamed Tamanis an Enterprise Architect/Senior Software Engineer at WebCentric Company. He is a frequent consultant with around 20+ years' experience in Java. He holds a Diploma in Computer and Automatic Control in 1999, and a BSc in computer systems engineering, with a major in Electrical Engineering in 2005. He formerly lived in Cairo, Egypt, but has just relocated to Belgrade, Serbia.Mohamed's experiences strongly include development in Java and JavaScript, web, mobile, and IoT for industries including financial, banking, tourism, government, and healthcare; he has worked for Pfizer, Silicon Expert, Google, Oracle, and e-finance. He has worked with a number of technologies including UX, user-facing GUI frontend engineering, DevOps, cloud computing, AI, ML, big data, Blockchain, backend, mid-tiers, and integrations of large-scale systems in Agile environments.Mohamed enjoys talking at international conferences to evangelize Java standards, Java EE, Java SE, and his experience in different domains, as he is a very knowledgeable Java community member. He worked closely with the teams responsible for the development of the JDK and Java EE.In addition, he is a member of Adopt-a-JSR of Java EE 8, OpenJDK 9, 10, and 11, and JavaFX programs. He is a JCP member, was 2014 JCP Executive Committee member, and is on the Java Community Process (JCP) expert group (EG) for JSRs 354, 363, and 373.Community-wise, Mohamed is a Java Champion, Oracle Developer Champion, EGJUG leader, MoroccoJUG member, and Oracle Egypt Architects Club board member, and won the 2014 and 2015 Duke's choice awards, 11th annual JCP adopt 2013 awards, and United Nations Mobile Hackathon 2015, gaining second place worldwide."
Price: 124.99

"Building Blocks of Application Development with C++"
"Being a general-purpose programming language, C++ has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. Learning the skills to be biased toward system programming and embedded programming, resource-constrained, and large systems, with performance, efficiency, and flexibility of use are essential building blocks of application development.This course will introduce you to object-oriented programming (OOP). It includes an in-depth analysis of classes and the associated OOP concepts, which will empower you to implement the concepts of object-oriented programming (OOP) in real life scenarios. It also provides you with the essential know-how to tackle challenges while writing your code.Toward the end of each section, youll be introduced to the practical implementation of the concepts. So, get ready to get practical with advanced concepts in C++ such as Templates, Namespaces, Exception Handling, C++ Preprocessor, Pointers, and Functions. This tutorial will give you all you need to know about working with OOP in C++.All the code and supporting files for this course are available on Github.About the AuthorBiplab Kumar Modakis an open source software developer. He has 20 years of software development experience in various languages. He is one of the core developers of Code::Blocksan open source, cross-platform IDE that supports various compilers. He has over 10 years experience in open source development with C++. He is also familiar with various popular languages such as C, C#, Visual Basic, VBA, Pascal, Python, and R. He has over 15 years of experience with C++. His grasp and capability in C++ is highly credited.He is also interested in database-related development, OpenGL, Multi-threaded programming, and web development. His open source development stints have taught him how to deal with multiple compilers on various operating systems. They also helped him develop a better understanding on the subject.When it comes to delivering theory along with practical usage of C++ on various platforms, he considers himself one of the most suitable one to show you the practical side of application development with C++."
Price: 124.99

"Security Engineering for the IoT"
"The Internet of Things (IoT),an emerging global interconnection of billions of smart devices, will collect increasing amounts of private and sensitive data about our lives, and requires increasing levels of reliability and trustworthiness with respect to confidentiality, integrity, and availability.This video course will cover security engineering approaches for IoT systems. We will discuss approaches for securely designing and hardening IoT endpoints and systems. This video tutorial will give you the information you need to implement a secure system design methodology within an organization. You will examine what is required to securely design an IoT device, how to integrate your existing security services to protect an IoT system, how to select technologies that support your security endeavors, and negotiate security agreements with IoT providers. Your will then cover in-depth approaches to applying cryptographic solutions, identity and access management solutions, and key management solutions for IoT systems.You'll also explore case study of the approaches to identity management taken within the Connected Vehicle market and discuss the interesting role that biometrics can play in securing IoT devices.This video tutorial will also teach you to securely connect to the cloud, process and store data in the cloud, and integrate cloud security services for your IoT system. By the end of this course, you will have learned to ensure the security of your organization's data through design techniques, applied cryptography, and secure cloud connectivity.About the AuthorBrian Russell is a chief engineer focused on cyber security solutions for Leidos. He oversees the design and development of security solutions and the implementation of privacy and trust controls for customers, with a focus on securing Internet of Things (IoT). Brian leads efforts that include security engineering for Unmanned Aircraft Systems (UAS) and connected vehicles and development security systems, including high assurance cryptographic key management systems. He has 16 years of information security experience. He serves as chair of the Cloud Security Alliance (CSA) Internet of Things (IoT) Working Group, and as a member of the Federal Communications Commission (FCC) Technological Advisory Council (TAC) Cybersecurity Working Group. Brian also volunteers in support of the Center for Internet Security (CIS) 20 Critical Security Controls Editorial Panel and the Securing Smart Cities (SSC) Initiativ"
Price: 124.99

"Building Web Services with Java EE 8"
"The Java Enterprise Edition is one of the leading application programming platforms for enterprise Java development. With Java EE 8 finally released and the first application servers being available, it is time to have a closer look at how to develop modern and lightweight web services with the latest API additions and improvements.This video course is a comprehensive guide showing you how to develop state-of-the-art RESTful web services with the latest Java EE 8 APIs. We start by giving an overview of Java EE 8 and the latest API additions and improvements. Then you will implement, build, and package your first working web service as a prototype for the remainder of the course. Then you will delve into the details of implementing synchronous RESTful web services and clients with JAX-RS. Next up, you will learn about the specifics of data binding and content marshalling using the JSON-B 1.0 and JSON-P 1.1 APIs. Then you will learn how to leverage the power of asynchronous APIs on the server- and client-side, and you will learn to use Server-Sent-Events (SSEs) for push communications. The final section will cover some advanced web service topics such as validation, JWT security, and diagnosability.By the end of this course, you will have a thorough understanding of the Java EE 8 APIs required for lightweight web service development. Also, you will have implemented several working web services to provide you with the required practical experience.About the AuthorMario-Leander Reimer is a chief technologist for QAware GmbH. He is a senior Java developer with several years of experience in designing complex and large-scale system architectures. He continuously looks for innovations and ways to combine and apply state-of-the-art technology and open source software components in real-world customer projects. He studied computer science at Rosenheim and Staffordshire University and he is teaching cloud computing as a part-time lecturer."
Price: 124.99

"Audio on iOS"
"Audio is what Apple is known for. The iPod and Apples dedication to audio is what ultimately led to the iPhone and the whole iOS ecosystem. In this course, youll learn how to work with and harness the power of audio in your iOS development.The two fundamental skills that you will master in this course are playing and recording audio. Well start by playing an audio file. Whether you want background music in a game or need to play podcast files, youll learn how to work with the audio frameworks Apple has developed. Then well move on to recording audio with built-in microphones in iOS devices.Youll end the course by taking your learning and practically applying it to create a Soundboard app that connects to a Core Data database. Through this, a user can record a sound, give it a name, and be able to play the sound with the touch of a button.ABOUTTHEAUTHORNick Walter is an iOS developer who has been focused on mobile app design and creation for over 5 years. His involvement in the iOS community started off with a bang, and in 2013 he was one of the 25 students worldwide to be invited to Apple's ""Cocoa Camp."" Within the community, he is also co-president of an Apple developer group called ""Cocoa Heads.He always wanted to transform brand new ideas into reality but growing up in a small town he had limited access to the required programming resources. This led to his early interest in online education. After experimenting with various companies, learning styles, and teaching processes, he adopted the best strategies and applied them while creating his courses.Since the announcement of the new Swift programming language by Apple, he devoted himself to the Apple documentation and any online resource that was available. Prior to teaching the internet's first course on Swift, he created five iOS apps from scratch that are currently live in the App Store and are being used by thousands of users worldwide."
Price: 124.99

"Optimizing Docker Workflows"
"Docker is a portable container format that allows you to run code anywhere from your desktop to the cloud. Docker's workflow makes development, testing, and deployment much easier and much faster. Optimizing Docker Workflows looks at your Docker-based workflow and analyzes problems looming in the future.This video course demonstrates various techniques and tools to make building Docker images faster. You will learn to master various ways to speed up deploying containers to your production environment. Towards the end of this video course, you will look at standard Linux tools for debugging and demonstrate how to use them to interact with containers.About the AuthorAllan maintains several Docker images for popular open source software that were popular even before their official release from the upstream open source groups. In his career, Allan has worked on large distributed systems containing hundreds to thousands of servers in production. He has built scalable applications on various platforms ranging from large supercomputing centers in the U.S. to production enterprise systems in Japan. Allan can be contacted through his Twitter handle @AllanEspinosa. His personal website contains several blog posts on Docker and distributed systems in general."
Price: 124.99

"Learning Concurrency in Python"
"Python is a very high-level, general-purpose language that is utilized heavily in fields such as data science and research, as well as being one of the top choices for general-purpose programming for programmers around the world. It features a wide number of powerful, high- and low-level libraries and frameworks that complement its delightful syntax and enable Python programmers to be creative.This course introduces some of the most popular libraries and frameworks and goes in-depth into how you can leverage these libraries for your own high-concurrent, highly-performant Python programs. We'll cover the fundamental concepts of concurrency needed to be able to write your own concurrent and parallel software systems in Python.The course will guide you down the path to mastering Python concurrency, giving you all the necessary hardware and theoretical knowledge. We'll cover concepts such as debugging and exception handling as well as some of the most popular libraries and frameworks that allow you to create event-driven and reactive systems. By the end of the video course, you'll have learned techniques to write incredibly efficient concurrent systems that follow best practices.About the AuthorElliot Forbes has worked as a full-time software engineer at a leading financial firm for the last two years. He graduated from the University of Strathclyde in Scotland in the spring of 2015 and worked as a freelancer developing web solutions while studying there. He has worked on numerous different technologies such as Golang, Node .js, and plain old Java, and he has spent years working on concurrent enterprise systems.Elliot has even worked at Barclays Investment Bank for a summer internship in London and has maintained a couple of software development websites for the last three years."
Price: 124.99

"Hands-On Machine Learning with Python and Scikit-Learn"
"Machine learning and artificial intelligence are the new big dataat least as far as buzzwords in the workplace go. The scikit-learn library is one of the most popular platforms for everyday Machine Learning and data science because it is built upon Python, a fully featured programming language. This course will help you discover the magical black box that is Machine Learning by teaching a practical approach to modeling using Python along with the Scikit-Learn library.We begin our journey by observing the end result of a Machine Learning deployment before moving back to the fundamentals and into exploratory data analysis. Moving on, we learn to develop complex pipelines and techniques for building custom transformer objects for feature extraction, manipulation, and other effective data cleansing techniques. Finally, we discover how to select a model, apply optimal hyper-parameters, and deploy it.This video course highlights clean coding techniques, object-oriented transformer design and best practices in Machine Learning while using the Scikit-Learn library and also maintaining a focus on practicality and re-usability, ensuring these techniques can be applied to Machine Learning projects of any size.About the AuthorTaylor Smith is a Machine Learning and software development enthusiast with over five years' data science experience. He loves to help businesses find value in Machine Learning by applying interesting computational solutions to challenging business problems. Currently working as a Principal Data Scientist, Taylor is also an active open-source contributor and staunch Pythonista."
Price: 124.99

"Puppet 5 From Beginner to Pro"
"Puppet 5 From Beginner to Pro gets you up-and-running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. This course teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more.Every example in this course deals with something practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions on what to type and what output you'll see.All the code and supporting files for this course are available on Github.Abut the AuthorJohn Arundel is a DevOps consultant, which means he helps people build world-class web operations teams and infrastructures and has fun doing it. He was formerly a senior operations engineer at global telco Verizon, designing resilient, high-performance infrastructures for major corporations such as Ford, McDonald's, and Bank of America. He is now an independent consultant, working closely with selected clients to deliver web-scale performance and enterprise-grade resilience on a startup budget.He likes writing books, especially about Puppet (Puppet 2.7 Cookbook and Puppet 3 Cookbook are available from Packt). He also provides training and coaching on Puppet and DevOps, which, it turns out, is far harder than simply doing the work himself.Off the clock, he is a medal-winning, competitive rifle and pistol shooter and a decidedly uncompetitive piano player. He lives in a small cottage in Cornwall, England and believes, like Cicero, that, if you have a garden and a library, then you have everything you need."
Price: 124.99

"Machine Learning with Scikit-Learn and TensorFlow: 2-in-1"
"Scikit-learn has evolved as a robust library for machine learning applications in Python with support for a wide range of supervised and unsupervised learning algorithms. TensorFlow is quickly becoming the technology of choice for deep learning, because of its ease to build powerful and sophisticated neural networks. To perform traditional machine learning tasks in supervised learning and unsupervised learning using cutting-edge techniques from deep learning, you need to be familiar with Python and basic machine learning concepts.This comprehensive 2-in-1 course teaches you how to perform your day-to-day machine learning tasks with Scikit-learn and TensorFlow. Its a perfect blend of concepts and practical examples which makes it easy to understand and implement. It follows a logical flow where you will be able to build on your understanding of the different machine learning concepts with every section. This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, TensorFlow 1.X Recipes for Supervised and Unsupervised Learning, starts off with covering the basics of TensorFlow. You will then learn to improve the performance and speed of your machine learning models with the use of deep learning techniques. You will also gain hands-on experience of using both low-level and high-level APIs in TensorFlow to understand which one is better for your project. Next, you will perform unsupervised learning using cutting-edge techniques from deep learning. The second course, Advanced Predictive Techniques with Scikit-Learn and TensorFlow, teaches you how to use ensemble algorithms to combine many individual predictors to produce better predictions. You will learn to apply advanced techniques such as dimensionality reduction to combine features and build better models. You will also learn to evaluate models and choose the optimal hyper-parameters using cross-validation. Next, you will understand the foundations for working and building models using neural networks. Finally, you will learn different techniques to solve problems that arise while performing predictive analytics in real-world scenario. By the end of this Learning Path, you'll be able to perform traditional machine learning tasks in supervised learning and unsupervised learning using cutting-edge techniques from deep learning. Also, youll learn how to go from building basic predictive models to advanced models to produce better predictions. Meet Your Expert(s): We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Alvaro Fuentes is a Data Scientist with an MSc in Quantitative Economics and MSc in Applied Mathematics with more than 10 years of experience in analytical roles. He worked at the Central Bank of Guatemala as an Economic Analyst, building models for economic and financial data. He founded Quant Company to provide consulting and training services in Data Science topics and has been a consultant for many projects in fields such as Business, Education, Psychology, and Mass Media. He also has taught many (online and on-site) courses to students from around the world in topics such as Data Science, Mathematics, Statistics, R programming, and Python."
Price: 199.99

"Version Control with TFVC and GIT: 2-in-1"
"Version control helps you to track the changes you make in your code over time by taking a snapshot of each file when you edit the code. With the help of TFVC and Git you can easily achieve this. Professional developers need to know Git and TFVC so they can move between projects with ease.This comprehensive Learning Path is designed to teach you core concepts of version control and to use them with the help of TFVC and Git.Contents and OverviewThis training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Version Control with TFVC, will show you how to configure your environment to work more effectively. Youll go through branching and merging which are the mainstays in many version control systems. Also, understanding which branching strategy to use can be difficult. Explore various branching strategies, and also implement a strategy in TFVC. Lastly, youll learn about the branching strategy to work in an organization. Later, we will see how to use it, tracking the changes and merging the changes.The second course, Version Control with Git, dives into version control using Git. After explaining the difference between centralized and distributed version control, you will be shown how to configure the Git environment. Once you have configured the environment youll see how to work with Git in your day to day activities. We will look at what it takes to administer your Git setup. This course ends with setting up the workflows in Git and also see Basic Workflow, Forking Workflow, Feature workflow, open source workflow and Gitflow Workflow.By the end of this training program, you will be well versed with concepts of version control and will be able to deliver great code using TFVC and Git.About the AuthorsPaul Hacker, a Principal Consultant with AgileThought, has over 15 years of application architecture, design, development, and management expertise in Microsoft technologies. Paul has a depth of experience in ALM, Process Improvement, and Team Foundation Server. Having distinguished himself as a leader in the IT industry he has been awarded the distinction of Microsoft MVP in the ALM category every year since 2006"
Price: 199.99

"Building Augmented Reality apps with Swift and ARKit: 2-in-1"
"Augmented reality allows applications to interact with the real world in new ways. With ARKit, iOS applications can react to the inputs from a camera and other sources. The results can be both a lot of fun and extremely useful.This comprehensive course gives you everything you need to build AR applications for iOS. It starts with a thorough tutorial in Swift, the preferred language for iOS applications. It then moves on to teach ARKit and AR programming.Contents and OverviewThis training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Developing iOS 11 Applications Using Swift 4, aims to create your own appealing UI and replace the previous framework using the new Contacts framework. Youll then create 4 apps - starting with a simple Apple Watch app and communicate it with the iPhone. See different ways of storing data on the device using the Swift4 new codable protocol. Youll create an app that uses the users location to list the places around him and a communication app at last with the new codable protocol of Swift 4. Each app will be developed step by step, explaining their concepts and ideas. Lastly, you will learn how to deploy apps to the App Store, making them available to download on any device.The second course, iOS Augmented Reality with ARKit, takes you on a tour of various APIs and tools that you will need in order to develop various AR apps for iOS devices. Youll start off by creating a small app where you get a 3D model on screen and learn the basics of setting-up and using ARKit. Next, youll continue to explore other ARKit features by developing a 3D-shape App by focusing primarily on 3D interaction and UI Controls in AR using gesture recognizers. Lastly, you'll create an exciting AR Shooter Game App where youll learn to set up your game, adjust scene lighting and targets, destroy your targets, and design different levels. After completing this course, you will be able to create your own apps by making the most of iOS 11 with Swift and have learnt to integrate Augmented Reality to create AR applications.About the Authors :Ignazio Cal is a Software Developer with an extensive experience in developing technologies both on the backend and mobile side. He likes to work in an agile environment having visibility on the entire software development life-cycle. He always tries to do his best to share knowledge across the team he works with. He is a Senior iOS Developer with eBay and has worked on eBay Kleinanzeigen (German version of the eBay App), ZipJet app, Foodoora - a food delivery iOS App, Lyke - a shopping app to discover and shop for the latest trends and styles, etc.He has worked for multiple customers like Ferrero and Pirelli, creating an application to integrate their SAP backend system into custom iOS apps.Felix Changoo is a result-oriented, passionate, driven software developer with a penchant for iOS development. He loves to develop software with the user in mind and simultaneously providing a useable and intuitive user interface experience. His passion for iOS game development pervades this course. Currently, he is a Unity game developer at Tonk Tonk."
Price: 199.99

"Application Development with Dynamics 365: 2-in-1"
"Microsoft Dynamics 365 is a business application that combines CRM and ERP capabilities to help you empower your employees, engage customers, and optimize operations. To build dynamic and incisive business solutions with Dynamics 365, youll need to have basic understanding of the Microsoft Dynamics CRM platform.This comprehensive 2-in-1 course contains in-depth content balanced with tutorials that put theory into practice. Its focus is on giving you both the understanding and the practical examples that will allow you indulge in the world of Microsoft Dynamics 365.This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Start Up Guide For Microsoft Dynamics 365, course starts off with setting up a Dynamics CRM trial instance and understanding its basic navigation. You will then learn to perform CRUD operations on CRM records. You will also learn to analyse data using dashboards, charts, and reports. Next, you will learn to import and export data from Dynamics CRM. You will work with Dynamics CRM using Outlook.The second course, Designing and Building Custom Apps using Dynamics 365, course starts off with setting up fast and effective collaborative development and a mature Continuous Integration pipeline using Microsoft Team Services, npm, Nuget, and Gulp. You will then learn a framework for effective data modelling of entities within Dynamics 365 and how functionality can be built up in iterations using user story mapping. You will also learn about base currencies to ensure that your custom apps do not run into any challenges as they grow in complexity and usage. Next, you will see how logical and physical architecture of integration with external systems is examined using the new Web-Hooks and Virtual Entity features, allowing data to be both consumed and output in a robust and efficient fashion. You will learn about the new Xrm client API features of the Unified Client provide exciting new ways of extending your forms and grids which are demonstrated using the sample application being built. Further, you'll learn how to extend your Microsoft Dynamics 365 Customer Engagement business applications using HTML, TypeScript, and CSS using KnockoutJS via the MVVM design pattern so that your logic can be unit tested and deployed with easy and effortless repeatability.By the end of this Learning Path, youll be able to build and support enterprise scale business applications with Dynamics 365.About the Authors: Piyush Paliwal has been working as a Microsoft Dynamics CRM consultant for more than half a decade and have been associated with Microsoft for a few years now. During this time, he has helped various customers manage their sales pipeline by bringing their business processes in Dynamics CRM or Dynamics 365. In his spare time, he usually prefers to go for a drive.Scott Durow is a Microsoft Business Solutions MVP specializing in Dynamics 365. He is a committed and passionate software architect & technologist with a successful track record of realizing business vision through enterprise/application architectures that are tightly aligned with budget and timescales. By combining his detailed technical knowledge with a clear grasp of the wider commercial issues, Scott can identify and implement practical solutions to real business problems. He is an excellent communicator and technical author, regularly speaking at conferences in the UK and abroad. Scotts software career spans more than 20 years where he has moved from assembly language device driver programming, industrial control software and then into enterprise business applications. His experience covers work in Europe, North America, and Japan. He is also the author of the Ribbon Workbench for Dynamics CRM and SparkleXRM."
Price: 199.99

"The Complete Guide to Java EE 8: 3-in-1"
"Java EE provides a standard set of specifications that can be used to develop standardized applications, independent of the vendor. Enterprise applications do not change that often, and hence we need a robust platform such as Java EE to ensure sustainability. To learn features and APIs in Java EE for building enterprise-ready applications, youll need to be familiar with programming in Java.This comprehensive 3-in-1 course teaches you how to develop enterprise applications using the Java Enterprise platform and modern APIs. It covers each and every concept of the Java EE platform with the help of practical examples making it easy for you to understand and implement in your own applications. This training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, Learning Java EE 8, course starts off by exploring the core Java EE components. You will then learn about HTTP endpoints. You will also learn how to map domain entities with JPA. Next, you will understand how interceptors realize technical cross-cutting concerns. You will learn to access external systems. Finally, you will learn about the asynchronous communication protocol. The second course, Design Patterns and Best Practices in Java EE 8, starts off with exploring various design patterns. You will then learn to work with categorizing design patterns. You will also work with creational patterns. Next, you will explore different types of behavioural patterns. Finally, you will learn the implementation of key patterns such as Faade, Singleton, Factory, Decorator, and Observer in Java EE. The third course, Java EE 8 Microservices, begins with explaining the benefits of using the microservice architecture. You will then learn to decompose and refactor monolithic applications into microservices. You will also learn to create microservice with the best Java microservice frameworks such as Payara Micro, Dropwizard, and Spring Boot. Next, you will learn to implement RESTful services using JAX-RS 2.1 and Java EE 8. You will learn to monitor, test, secure, and integrate microservices with each other and existing monoliths. Further, you will learn to integrate Spring into a Java EE ecosystem. Finally, you will learn to package microservices into Docker containers making it suitable to run in a highly scalable cloud environment. By the end of this Learning Path, taking the challenge of building a cloud-ready, enterprise application in the microservice architecture will be a walk in the park. Meet Your Expert(s): We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Sebastian Daschner is a Java freelancer working as a consultant, author, and a trainer. He is enthusiastic about programming and Java (EE). He is the author of the book Architecting Modern Java EE Applications. He participates in the JCP, helping to form the future standards of Java EE such as serving in the JAX-RS, JSON-P, and Config Expert Groups, and collaborating on various open source projects. For his contributions to the Java community and ecosystem, he was recognized as a Java Champion, Oracle Developer Champion, and double 2016 JavaOneRockstar. He is a regular speaker at international IT conferences such as JavaLand, JavaOne, or Jfokus. Sekhar Srinivasan (Microsoft Certified Trainer) is a highly reputed trainer. He is well known for imparting unique techniques in training for the past 22 years. He has trained students on various Java technologies such as Core Java, JDBC, Servlets, JSP, JSF, Spring, Hibernate and also various Microsoft technologies and JavaScript frameworks. He is a firm believer of being constantly up to date with the upcoming technologies to deliver the best possible training he can. He provides extensive training programs such as classroom training, online training programs and is also an author with Pluralsight and Packt Publishing. Tilen Faganel is the main developer of the frame KumuluzEE. He received the Java Duke's Choice Award Winner 2015. He is the head of development of integration solutions in high-tech start-ups Sunesis, and has worked on numerous projects developing advanced cloud applications for enterprises in Slovenia and abroad."
Price: 199.99

"Object Detection & Recognition Using Deep Learning in OpenCV"
"This course teaches effective object recognition and its implementation with the powerful OpenCV libraries. You will learn how to enhance your OpenCV skills with deep learning. You will explore and master OpenCV for Object Recognition/Classification. The course explains all the necessary theory and concepts of computer vision, image processing, and machine learning. You also learn the practical application of OpenCV libraries. Its capabilities and functionality are shown along with a tutorial on how to set up a machine such that its able to use OpenCV in codes. You will start by seeing how to work with images in OpenCV, enhancement and filtering in OpenCV. You will then move on to building an application which is capable of object recognition and performing homography. You will then move on to object classification and recognizing text in an image.In the end, you will be able to use object recognition algorithm which will be used by you for practical application.About the AuthorParam Uttarwar, has extensively worked in OpenCV and he has been in touch with OpenCV, ML and AI field. Previously, he worked on a similar kind of project where he developed a software that aided users in learning image processing. It used OpenCV and Qt Libraries at its core and was deployed on hardware. The author has worked out image processing algorithms on SBCs & FPGAs. The author has also taught these topics himself, so he is well acquainted with the practical problems faced during learning which are not written in books. He feels that he is the best suited for authoring this course"
Price: 124.99

"Introduction to Internet of Things"
"IoT is a hot area and it has the potential to impact a variety of industries. This course is designed to initiate the widest possible group of people to the field of IoT and will be comprehensive in its scope. This course supplies in-depth content that put the theory into practice.The course will start with a basic introduction to IoT and take the student through an IoT solution case study. You will then be given with another case study to understand the building blocks of a typical IoT solution which will introduce the Sparkfun ESP8266 Thing, which is a customized ESP8266 development board which we will use to rapidly prototype IoT solutions. The course will then introduce you to Cayenne - a drag and drop IoT platform which helps you to build IoT solutions fast without any programming needed, it also assists you in building interesting IoT solutions that cover all the basic building blocks of IoT.Finally, you will be able to build IoT solutions on your own to solve your business needs.The code bundle to this course is availableAbout the AuthorVenkatesh Varadachari is the founder of MAKERDEMY, a pioneer company in the field of Maker education. Through MAKERDEMY, Venkatesh works on several Maker domains like Raspberry Pi, Arduino, Artificial Intelligence, 3D printing and the Internet of Things. MAKERDEMY has the largest catalogue of IOT and related topics on Udemy. Venkatesh is actively involved in IOT education and applying his IOT knowledge to solve local business problems."
Price: 124.99

"Build Serverless Applications with AWS Lambda: 2-in-1"
"Amazon Web Services (AWS) continues its domination as the leading cloud service provider on the market. Amazon Lambda is the part of Amazon Web Services that lets you run your code without provisioning or managing servers. Amazon Lambda is a compute service that enables you to deploy applications and back-end services that operate with zero upfront cost and require no system administration. To use the API gateway and to incorporate it in your serverless ecosystem, youll need basic understanding of AWS Lambda. This comprehensive 2-in-1 course teaches you how to make the most of AWS Lambda functions to design, build scalable and cost-efficient systems and deploy serverless applications with AWS Lambda. Youll learn through practical demonstrations, clear explanations, and interesting real-world examples. It will give you a versatile range of AWS Lambda skills, which you will put to work in your own serverless applications. This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, Deep Dive into AWS Lambda, starts off with an introduction to the world of Serverless computing and its advantages and use cases, followed by a deep dive into AWS Lambda. Youll be introduced to the concepts of serverless computing and will get to know about the benefits. You'll then learn how to build and deploy an AWS Lambda function. Youll also learn to integrate AWS Lambda with Simple Storage Service. Next, you'll explore how to design and deploy considerations for AWS Lambda. The second course, Deep Dive into API Gateway and Building a Serverless Application, focuses on the next set of AWS components that offers serverless computing which you learned in the first course. You will then learn how to develop the various parts of the API gateway. You will also learn to deploy and secure the API gateway. Next, you will learn to integrate AWS Lambda and the API gateway. Finally, you'll be taken through the entire serverless architecture, putting all the key components together and then building a sample application using the entire serverless picture. By the end of this Learning Path, youll be able to architect and build serverless applications by integrating API gateway services and deploy it with AWS Lambda. About the Author : We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Alan Rodrigues is a software technology evangelist with over 10+ years of experience in the software industry. Being abreast with the latest technologies is what he does best. One life is just not enough to intake all the information the world has to offer, but he does his bit and takes it one step at a time. These are just a few of the technologies he is well-versed in: 1. Cloud Services - Amazon Web Services. Certified in AWS as a SysOps Administrator. Well-versed in Azure Web Services as well. 2. Business Intelligence SAP Business Objects, Informatica Powercenter. 3. Atlassian suite of products (JIRA, JIRA Agile, JIRA service desk, Confluence, Bitbucket, Hipchat) 4. Configuration, Continuous Integration - Subversion, Git, Jenkins, Atlassian Bamboo. 5. Operating Systems - Windows server 2003, 2008 & 2012, Windows 7, 10, Ubuntu, CentOS. 6. Databases - Oracle, MySQL, MongoDB, Microsoft SQL Server. 7. Change and Release Management HPSM, HP uCMDB, Atlassian Service Desk."
Price: 199.99

"Data Science with Jupyter: 2-in-1"
"Jupyter has emerged as a popular tool for code exposition and the sharing of research artefacts. It is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Some of its uses includes data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and more. To perform a variety of data science tasks with Jupyter, you'll need some prior programming experience in either Python or R and a basic understanding of Jupyter. This comprehensive 2-in-1 course teaches you how to perform your day-to-day data science tasks with Jupyter. Its a perfect blend of concepts and practical examples which makes it easy to understand and implement. It follows a logical flow where you will be able to build on your understanding of the different Jupyter features with every section. This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, Jupyter for Data Science,starts off with an introduction to Jupyter concepts and installation of Jupyter Notebook. You will then learn to perform various data science tasks such as data analysis, data visualization, and data mining with Jupyter. You will also learn how Python 3, R, and Julia can be integrated with Jupyter for various data science tasks. Next, you will perform statistical modelling with Jupyter. You will understand various machine learning concepts and their implementation in Jupyter. The second course, Jupyter In Depth, will walk you through the core modules and standard capabilities of the console, client, and notebook server. By exploring the Python language, you will be able to get starter projects for configurations management, file system monitoring, and encrypted backup solutions for safeguarding their data. You will learn to build dashboards in a Jupyter notebook to report back information about the project and the status of various Jupyter components. By the end of this training program, youll comfortably leverage the power of Jupyter to perform various data science tasks efficiently. Meet Your Expert(s): We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Dan Toomey has been developing applications for over 20 years. He has worked in a variety of industries and companies of all sizes, in roles from sole contributor to VP/CTO level. For the last 10 years or so, he has been contracting companies in the eastern Massachusetts area under Dan Toomey Software Corp. Dan has also written R for Data Science and Learning Jupyter with Packt Publishing. Jesse Bacon is a hobbyist programmer that lives and works in the northern Virginia area. His interest in Jupyter started academically while working through books available from Packt Publishing. Jesse has over 10 years of technical professional services experience and has worked primarily in logging and event management."
Price: 199.99

"Wireless Penetration Testing for Ethical Hackers"
"There are many tools available on the market for detecting security loopholes and networking attacks. Selecting the right tools and methods might seem confusing, but this course is designed to help navigate through those choices. This course will demonstrate how to perform wireless penetration attacks against wireless networks and their protocols in order to build strong and robust security systems from the ground up using the most popular tools in the penetration testing community.In this course, youll learn some basic wireless theory before learning how to hack each type of wireless security commonly used in todays networks, including WEP, WPA, and WPA2. Using commonly available open source toolsets, youll understand the key components of the wireless penetration testing process, including setting up your own wireless penetration testing lab, conducting wireless network reconnaissance (WLAN discovery), packet sniffing and injection, and client attacks.About the AuthorJason Dion, CISSP No. 349867, is an Adjunct Instructor at Liberty Universitys College of Engineering and Computational Science and Anne Arundel Community Colleges Department of Computing Technologies with multiple information technology professional certifications, including Certified Information Systems Security Professional (CISSP), Certified Ethical Hacker (CEH), Certified Network Defense Architect (CNDA), Digital Forensic Examiner (DFE), Digital Media Collector (DMC), Security+, Network+, A+, and Information Technology Infrastructure Library v3. With networking experience dating back to 1992, Jason has been a network engineer, Deputy Director of a Network Operations Center, and an Information Systems Officer for large organizations around the globe."
Price: 124.99

"Training and Development with Moodle: 2-in-1"
"Moodle is one of the most popular open source platforms to create, manage, and organize content for courses. To be able to make the most of Moodle for teaching purposes, basic knowledge of Moodle will be helpful. This comprehensive 2-in-1 course teaches you how to use Moodle resources to the fullest by embedding social networks and working with online live resources for communication. Youll learn through practical demonstrations, clear explanations, and interesting real-world examples. It will give you a versatile range of Moodle skills, which you will put to work in your own live training courses.This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.The first course,Moodle for Beginners, course shows you how to create both activities and resources, creating them in a Moodle course and also using external tools. You'll learn to enhance your Moodle course by creating external websites, blogs, videos, and channels in order to create a dynamic course. Furthermore, youll learn to work with repositories and e-portfolios and organize the content to gamify the course. Youll learn how to deal with and organize information, edit, and share it.The second course, Moodle Recipes, course shows how to create different types of activities in Moodle. It starts giving recipes on how to enhance the Moodle course using different types of external elements and embed them in it. Later it goes on adding social condiments as well as the creation of groups within Moodle. Afterwards, the course shows how to interact online and live among students, teachers, and parents.By the end of this Learning Path, youll be able to make the most of Moodle for teaching purposes.Meet Your Expert(s):We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth:Silvina Paola Hillar is Italian and has been teaching English since 1993. She always had a great interest in teaching and has done a lot of research on teaching methodologies and management techniques, and embedded them into her e-learning and teaching. She has also explored different types of e-learning, combining them with Moodle. She also researches multimedia assets to enhance teaching and learning through Virtual Learning Environment (VLE) platforms. With her students, she tries to reinforce their learning through new resources that are appealing and innovative for them. In this way, she ensures that multimedia stimulates different thinking skills and multiple types of intelligence."
Price: 199.99

"Deep Learning and NLP with Python: 2-in-1"
"Deep learning is a popular subset of machine learning that allows you to build complex models that are faster and give more accurate predictions. Natural Language Processing (NLP) offers powerful ways to interpret and act on spoken and written language. Its used to help deal with customer support enquiries, analyse how customers feel about a product, and provide intuitive user interfaces. This comprehensive 2-in-1 course teaches you to write applications using two popular data science concepts, deep learning and NLP. Youll learn through practical demonstrations, clear explanations, and interesting real-world examples. It will give you a versatile range of deep learning and NLP skills, which you will put to work in your own applications. This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible. The first course, Getting Started with NLP and Deep Learning with Python, starts off with an introduction to Natural Language Processing (NLP) and recommendation systems which enables you to run multiple algorithms simultaneously. You will then learn the concepts of deep learning and TensorFlow. You will also learn how to create machine learning architecture. The second course, Deep Learning with Python, takes you from basic calculus knowledge to understanding backpropagation and its application for training in neural networks for deep learning and understanding automatic differentiation. You will then learn convolutional, recurrent neural networks and build up the theory that focuses on supervised learning and integrate into your product offerings such as search, image recognition, and object processing. You will also learn to examine the performance of the sentiment analysis model. Finally, you be glanced through TensorFlow. By the end of this training program, youll comfortably leverage the power of machine learning and deep learning algorithms to build high performing day-to-day apps. Meet Your Expert(s): We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth: Giuseppe Bonaccorso is a machine learning and big data consultant with more than 12 years of experience. He has pursued his masters in electronics engineering from the University of Catania, Italy, and further post graduation specialization from the University of Rome, Tor Vergata, Italy, and the University of Essex, UK. During his career, he has covered different IT roles in several business contexts, including public administration, military, utilities, healthcare, diagnostics, and advertising. He has developed and managed projects using many technologies, including Java, Python, Hadoop, Spark, Theano, and TensorFlow. His main interests are in artificial intelligence, machine learning, data science, and philosophy of mind. Eder Santana is a PhD candidate in Electrical and Computer Engineering. His thesis topic is on deep and recurrent neural networks. After working for 3 years with Kernel Machines (SVMs, Information theoretic learning, and so on), he moved to the field of deep learning 2.5 years ago, when he started learning Theano, Caffe, and other machine learning frameworks. Now, he contributes to Keras; deep learning library for Python. Besides deep learning, he also likes data visualization and teaching machine learning, either on online forums or as a teacher assistant."
Price: 199.99

"Learning Practical Network Scanning"
"Network scanning is the process of assessing a network to identify active host network, either an attacker or a medium for security assessment. This procedure plays an extremely vital role in risk assessment programs or while preparing a security plan for your organization.This course starts with the concept of network scanning and how an organization can benefit from it. Then we delve into different scanning techniques such as port and firewall detection, TCP/IP port detection, OS detection, and so on. We also implement these concepts using a few of the most prominent tools on the market such as Nmap, Nessus, and OpenVAS.By the end of this course, you will have hands-on experience in performing network scanning using different tools and choosing the best tool for your system.About the AuthorAndrew Crouthamel is an experienced Senior Network Engineer and IT trainer who lives in Doylestown, PA, and currently works with organizations such as NASA, ESA, JAXA, Boeing, and the US Air Force. His passion for teaching shows in his courses, which are filled with excitement and real-world anecdotes."
Price: 124.99