AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Keras Deep Learning Projects"
"Keras is a deep learning library for fast, efficient training of deep learning models, and can also work with Tensorflow and Theano. Because it is lightweight and very easy to use, Keras has gained quite a lot of popularity in a very short time.This course will show you how to leverage the power of Keras to build and train high performance, high accuracy deep learning models, by implementing practical projects in real-world domains.Spanning over three hours, this course will help you master even the most advanced concepts in deep learning and how to implement them with Keras. You will train CNNs, RNNs, LSTMs, Autoencoders and Generative Adversarial Networks using real-world training datasets. These datasets will be from domains such as Image Processing and Computer Vision, Natural Language Processing, Reinforcement Learning and more.By the end of this highly practical course, you will be well-versed with deep learning and its implementation with Keras.By the end of this course, you will have all the knowledge you need to train your own deep learning models to solve different kinds of problems.About the AuthorTsvetoslav Tsekov has worked for 5 years on various software development projects - desktop applications, backend applications, WinCE embedded software, RESTful APIs. He then became exceedingly interested in Artificial Intelligence and particularly Deep Learning. After receiving his Deep Learning Nanodegree, he has worked on numerous projects - Image Classification, Sport Results Prediction, Fraud Detection, and Machine Translation.He is also very interested in General AI research and is always trying to stay up to date with the cutting-edge developments in the field."
Price: 124.99

"Training Your Systems with Python Statistical Modeling"
"Python, a multi-paradigm programming language, has become the language of choice for data scientists for data analysis, visualization, and machine learning. This course takes you through the various different concepts that get you acquainted and working with the different aspects of Machine Learning.Youll start by diving into classical statistical analysis, where you will learn to compute descriptive statistics with Pandas. From there, you will be introduced to supervised learning, where you will explore the principles of machine learning and train different machine learning models. Next, youll work with binary prediction models, such as data classification using K-nearest neighbors, decision trees, and random forests.After that, youll work with algorithms for regression analysis, and employ different types of regression, such as ridge and lasso regression, and spline interpolation using SciPy. Then, youll work on neural networks, train them, and employ regression on neural networks. Youll be introduced to clustering, and learn to evaluate cluster model results, as well as employ different clustering types such as hierarchical and spectral clustering. Finally, youll learn about the dimensionality reduction concepts such as principal component analysis and low dimension representation.About the Author :Curtis Miller is Associate Instructor at the University of Utah, and an MSTAT student. He is currently involved in research on data analysis from statistical and computer science perspectives. Curtis has published research on policy and economic issues."
Price: 124.99

"Effective Prediction with Machine Learning - Second Edition"
"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.This course begins by taking you through videos on evaluating the statistical properties of data and generating synthetic data for machine learning modeling. As you progress through the sections, you will come across videos that will teach you to implement techniques such as data pre-processing, linear regression, logistic regression, and K-NN. You will also look at Pre-Model and Pre-Processing workflows, to help you choose the right models.Finally, you'll explore dimensionality reduction with various parameters.About the AuthorJulian Avila is a programmer and data scientist in the fields of finance and computer vision. He graduated from the Massachusetts Institute of Technology (MIT) in mathematics, where he researched quantum mechanical computation, a field involving physics, math, and computer science. While at MIT, Julian first picked up classical and flamenco guitar, machine learning, and artificial intelligence through discussions with friends in the CSAIL lab.He started programming in middle school, including games and geometrically artistic animations. He competed successfully in math and programming and worked for several groups at MIT. Julian has written complete software projects in elegant Python with just-in-time compilation. Some memorable projects of his include a large-scale facial recognition system for videos with neural networks on GPUs, recognizing parts of neurons within pictures, and stock market trading programs.Trent Hauck is a data scientist living and working in the Seattle area. He grew up in Wichita, Kansas and received his undergraduate and graduate degrees from the University of Kansas.He is the author of the book Instant Data Intensive Apps with pandas How-to, by Packt Publishinga book that can get you up to speed quickly with pandas and other associated technologies."
Price: 124.99

"Working with Advanced Docker Operations"
"Docker has been a game changer when it comes to virtualization. It provides a fast and robust way to deploy application. It makes it easy to build and deploy applications reliable, repeatable and fast.In this video course you will learn how to manage Kubernetes to manage containers across a cluster of hosts.Next it will teach you how to monitor the health of a Docker cluster. Along the way, you will learn how to deploy your application that can be quickly scaled to meet load needs and be upgraded with little or no downtime. Next, well guide you on how to configure the Docker daemon, troubleshooting containers and images. Well also teach you how to use continuous integration techniques to automatically build and test Docker images. Moving on, we will discuss use cases for containers. Each use case will highlight a particular problem and how Docker helps to solve it.Finally, you will learn how to use Kubernetes orchestration system, how to monitor your Docker cluster, How to automate your application to build, test and deploy.About the AuthorRandall Smith is a senior systems administrator at Adams State University. He has been administering Windows, Linux, and BSD systems since 1999.He has been active in helping other sysadmins solve problems online and off. He has presented at the Colorado Higher Ed Computing Organization and Educause conferences on topics including Linux KVM and Ceph.In his spare time, Randall streams Let's Play gaming videos at Music Free Gaming on YouTube and Twitch."
Price: 124.99

"A Quick Guide to iOS 11's New Features"
"Many new features were introduced in iOS 11. This course will guide you through implementing new features in SiriKit, the new Drag and Drop feature on the iPhone and iPad, Natural Language Processing, and UI considerations for the iPhone X.This course covers implementing SiriKit's new Notes Domain, and how to create Notes using your voice and the power of Siri. You will also see how to implement Drag and Drop in your application in the UITableView for use on both the iPad and iPhone. These new features are demonstrated using simple and easy-to-understand exercises and real-world examples.You will utilize Parts of Speech, Lemmatization, and Named Entity Recognition in your apps. Finally, you will also see how you can take advantage of Natural Language Processing to improve your app's user experience.About the AuthorJonathan Daley co-founded independent game studio Nacelle Games with his wife Carrie Daley, in 2014. Since then they've shipped several games and apps for iOS and tvOS, as well as consulted on several VR projects. Jonathan has programmed and/or designed over 20 games and apps since 2013, using everything from the Unreal Engine 4 and Unity 3D game engines, to programming games and apps from scratch in Xcode and Visual Studiofor iOS, MacOS, and Windows. He has also created several hours of professional training courses on game development in Unreal Engine 4 for Digital-Tutors (now Pluralsight), for Packt Publishing, and on his personal YouTube Channel. He can be found on Twitter @JonathanADaley."
Price: 124.99

"Saving Data in iOS Apps Core Data and Realm"
"Apps that don't save any data are no fun. A grocery list app that doesn't save the user's list is useless. A game that doesn't save a user's high score has no challenge. In this course, you will learn how to save data in iOS in two important ways, with CoreData and with Realm.Core Data is a data-saving framework built by Apple. If you want a job as an iOS developer it is essential that you have this skill on your tool-belt. Core Data allows you to save whole objects into a datastore of your choice (though more often than not you will use a database). Then you can retrieve these data objects when you want. To learn this skill you will create a to-do list app.The next way to save data is using a tool called Realm. Realm is an open source, a third-party database that is much simpler to set up than CoreData. We will cover the pros and cons of using Realm and how it can make your applications better.About the Author :Nick Walter, an iOS developer, 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 has 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 5 iOS apps from scratch; they are currently live in the App Store and being used by thousands of users worldwide."
Price: 124.99

"Release Management in TFS"
"In this video we are going to discuss what Release Management is while discussing the key concepts of Release Management. After we have shown you how to create and configure release environments, we are going to look at deploying to both on-premises and Azure environmentsAbout the AuthorPaul 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: 124.99

"Test Automation Features in TFS"
"In this video course we introduce you to the testing tools available in TFS and Visual Studio 2017. After exploring Coded UI testing we explain how to run automated tests. We then move on to helping you understand how to configure and run web performance tests. Lastly, we will discuss how to create and execute load tests.About the AuthorPaul 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: 124.99

"Learning C# by Developing Games with Unity"
"Building games using Unity 3D has been very exciting for developers. Sharing that game with your friends and learning C# along the way and can be even more rewardingYou will get acquainted with basic working information on how to get started with C# 7 and its latest features to create exciting games with help of Unity 5. From here, you can then Implement these features to develop a Flappy Bird application. Once you have developed your first application and gained expertise then you can now use some more features of C# and Unity to create a 2D version of Space Shooter Application and then develop a First-Person Shooter Application in 3D and enjoy its effects. Moving forward you will explore Object oriented Programming to simplify your codes and finally sharing your games with your loved ones.Along the way you will learn topics ranging from basic to intermediate concepts and create 3 games of your own. You will amaze yourself as you create fun games all while learning more about C# and game development.About the Author :Daniel Wise has worked in various career paths both domestic and abroad, and since then he focused on the tech field. He began his journey learning programming on Treehouse website while he lived abroad in Busan, South Korea. His interest in tech began to grow after being accepted into the Flatiron School and returned to the USA to pursue this new career.He has gained experience in the tech field not just on the development side but on the business side as well. His experience and hard work running an indie game studio (known as Ultima Game Studios) paid off when their game demo was chosen to be exhibited at PAX East 2017. This experience in the gaming industry allowed him to utilize his talents in both development and marketing.Currently he is a busy freelancer, handling projects in Unity development and also writing technical lessons to share his knowledge online. He believes that it is his duty to help others learn about tech / coding while creating projects and learning new things himself. He also assesses promotional ideas and strategies for those looking to promote their businesses online."
Price: 124.99

"Getting Started with C++ Programming"
"C++ is one of the most widely used languages in the world. It's used for everything from financial trading applications (where speed equals revenue!) to console video games. Its key strengths include servers and desktop applications.The course begins by introducing you to the essentials of C++. You will learn how to set up the environment, where youll write your very first program. Youll then work with the basic components and standard library functions that make up the language, and from there, youll gently move onto some advanced and interesting topics such as Object-Oriented Programming, Inheritance, and Memory Allocation (all of which will help with better performance and testing).This course is designed and developed so you seamlessly get acquainted with C++ and begin developing applications in no time.About the AuthorRichard Snyder is currently working as a Senior Software Engineer and writes a diverse amount of computer software applications. Working as an engineer requires the ability to be adaptable to the customer needs to be based on the requirements they give for the computer application to be built.This enables a wide range of technical knowledge to be used from front-end design, middle tier, or back-end development. As a software engineer, Richard uses his years of experience working in technologies such as C/C++/C#, Java, Perl, Python, Groovy on Grails, Ruby on Rails, PHP, HTML, JavaScript, CSS, MongoDB, SQL Server, Oracle, and MySQL to design the best fitting application for the customers needs."
Price: 124.99

"Learning C++ by Creating Games with Unreal Engine 4"
"Unreal Engine 4 is a complete suite of game development tools made by game developers, for game developers. From mobile games to high-fidelity VR experiences to console blockbusters, Unreal Engine 4 gives you everything you need to start, ship, grow and stand out from the crowd.This video course shows you how to successfully set up Visual Studio for Windows so that you can begin developing games using the game engine: Unreal Engine 4. You'll also learn how C++ works and really get to grips with it. You'll learn how to start a C++ based Unreal Engine 4 project and use the editor. You will then learn how to debug Unreal Engine 4 games right within the Visual Studio IDE, before moving on to building gameplay elements that affect the player. You will use this knowledge to create a first-person shooter for the player and interactables within the environment to create gameplay elements within the world.About the Author :Nicholas Helish is a gameplay programmer who started out as a 3D modeler and animator but later transitioned to programming in Unity with the C# programming language; he later worked in Unreal Engine 4 with C++, both as an autodidact and via a master's level programmer in an informal environment. He has 6 years' experience in game development on both the art and programming sides through contract work, small projects, and game jams."
Price: 124.99

"Deep Learning with Keras"
"Keras is a high-level neural network library written in Python, and runs on top of either Theano or TensorFlow. It is a minimal, highly modular framework that runs on both CPUs and GPUs, and allows you to put your ideas into action in the shortest possible time. This course will help you get started with the basics of Keras, in a highly practical manner.About the Author Antonio Gulli is a software executive and business leader with a passion for establishing and managing global technological talent, innovation, and execution. He is an expert in search engines, online services, machine learning, information retrieval, analytics, and cloud computing. So far, he has been lucky enough to gain professional experience in four different countries in Europe and has managed people in six different countries in Europe and America. Antonio served as CEO, GM, CTO, VP, director, and site lead in multiple fields ranging from publishing (Elsevier) to consumer internet (Ask and Tiscali) and high-tech R&D (Microsoft and Google).Sujit Pal is a technology research director at Elsevier Labs, working on building intelligent systems around research content and metadata. His primary interests are information retrieval, ontologies, natural language processing, machine learning, and distributed processing. He is currently working on image classification and similarity using deep learning models. Prior to this, he worked in the consumer healthcare industry, where he helped build ontology-backed semantic search, contextual advertising, and EMR data processing platforms. He writes about technology on his blog at Salmon Run."
Price: 124.99

"Puppet 5 The Complete Beginners Guide"
"Puppet 5 The Complete Beginner's Guide gets you up-and-running with the very latest features of Puppet 5. 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 real and 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.About 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

"Artificial Intelligence with Python Deep Neural Networks"
"The course is an introduction to the basics of deep learning methods. We will start with object detection and tracking, in which we will track faces, objects and eyes. We will then build a neural network and an OCR. We will then learn how to build learning agents that can learn from interacting with the environment. We will use Deep Learning with Convolutional Neural Networks, and use TensorFlow to build neural networks. We will then build an image classifier using convolutional neural networks.About the AuthorPrateek Joshi is an Artificial Intelligence researcher, the published author of five books, and a TEDx speaker. He is the founder of Pluto AI, a venture-funded Silicon Valley startup building an analytics platform for smart water management powered by deep learning. His work in this field has led to patents, tech demos, and research papers at major IEEE conferences. He has been an invited speaker at technology and entrepreneurship conferences including TEDx, AT&T Foundry, Silicon Valley Deep Learning, and Open Silicon Valley. Prateek has also been featured as a guest author in prominent tech magazines. His tech bloghas received more than 1.2 million page views from over 200 countries and has over 6,600+ followers. He frequently writes on topics such as Artificial Intelligence, Python programming, and abstract mathematics. He is an avid coder and has won many hackathons utilizing a wide variety of technologies. He graduated from University of Southern California with a Master's degree, specializing in Artificial Intelligence. He has worked at companies such as Nvidia and Microsoft Research."
Price: 124.99

"Mastering Ansible"
"Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. Designed for multi-tier deployments since day one, Ansible models your IT infrastructure by describing how all of your systems inter-relate, rather than just managing one system at a time.This professional video course on Ansible guides the user through a multitude of topics in order to understand and professionally master Ansible. It aims to help you master Ansible while tackling and learning multiple topics. It starts with Ansible's architecture and how to provide effective scalable automation. Then we move on to installing and configuring it with various platforms. Further, we look into Ansible modules and playbooks with YAML syntax and execute it. Next you will get to know about advanced Ansible playbooks, and even structure them. You will learn to use Ansible with cloud services and containers and provision it with AWS and Docker. Finally, you will master troubleshooting, validating, and testing with Ansible.About the Author :James Spurin is an IT professional with over 15 years working in a variety of technology fields including internet technologies, automation, software development, storage, and Unix administration. He holds an MSc with Distinction in Computer Science, Software Engineering from Liverpool University.Professionally he has worked for a variety of major organizations including Dell EMC, Goldman Sachs, Nomura, and Virgin Internet. He is also an advisory board member for StorageOS, a container-based storage solution. He is an active contributor to open source software and is the creator and maintainer of XML Dataset, a Python library featured on the awesome Python list for parsing XML data."
Price: 124.99

"Kali Linux Penetration Testing Recipes"
"Kali Linux is rated as the #1 security operating system for hackers. With the Linux operating system and its core structure based on Debian, it comes jam-packed with all the tools you need to penetration-test your websites. Kali Linux has gained popularity over the last few years with the rise of hacker groups (Anonymous, Lizard Squad, Ghost Squad Hackers, and others).In view of all this, companies are hiring hackers just like you to perform network and website vulnerability testing to help prevent hackers from getting in. However, if you think this job is done after you hand in your report, you're wrong. After you hand in your report on the security issues, the company will generally ask you to either work with its IT department to fix the corrections or hire you again to fix the issues yourself.This course covers several great resources within Kali Linux and you'll use them to perform a full website and server vulnerability test, brute-force your way past passwords, search for back-doors, and other tasks. Finally, you'll create a professional report and hand it to your client.About the AuthorAubrey Love was born and raised in Texas USA, he has achieved several certifications for programming in various languages. He has designed and developed custom websites, set up servers, and secured websites and servers using Nginx/Apache, Fail2Ban, and other Utilities. Working with companies of all shapes and sizes, using WordPress and Custom Sites, it is a fun and fascinating world out there for a programmer! He serves as a freelance programmer by day, and an Author by night."
Price: 124.99

"Conquering Git: Advanced Training Guide"
"Controlling your projects (small or large) is easier now, owing to the advanced functionalities that Git supplies. It performs fast, is easy to manage, and makes Source Control Management uncomplicated and effortless for you. It will help you implement that perfect workflow you have been looking for.This course is designed to be a comprehensive approach to Git, which means no prior knowledge or experience is required but students will emerge at the end with a very solid understanding and hands-on experience with Git and related source control concepts. We'll then walk through all the foundational commands needed to start a new project managed by Git, right through to making commits and including common file operations such as moving and deleting files. With a strong foundation in place, we explore ways to make comparisons in Git, including all the different local states, between commits, and between local and remote repositories. After gaining a strong foundation in branching and merging, we will then cover more complex topics such as rebasing, where we cover how to resolve a rebase conflict. Next, you'll delve into more intriguing features of Git such as rebase, stash, aliases, and patches. You will explore several examples of these commands to improve your efficiency in using Git. Finally, when you have mastered the various tools provided by Git, you'll be provided with some suggestions to help you to move forward with Git.By the end of the course, you'll have a solid understanding of Git and version control so you can use them in your own projects; perhaps you will be the one providing answers to others in trouble!About the AuthorIgnazio Calo is a Software Developer with long experience developing both on the backend side and mobile side. He likes to work in an agile environment with visibility on the entire software life cycle. He tries always 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 (the German version of eBay App), ZipJet app, Foodoora (food delivery iOS App), and Lyke (shopping app to discover and shop for the latest trends and styles), and more.He has worked for customers such as Ferrero or Pirelli creating an application for integrating their SAP backend system into custom applications.He has been using Git extensively to handle his everyday projects with Git."
Price: 124.99

"LEARNING PATH: C# 7 and .NET Programming with Visual Studio"
"C# is a multi-paradigm programming language providing a host of new features to build powerful cross-platform applications. ASP.NET is an open source web framework for building modern web applications and services. So, if you're a newbie developer who wants to work with C# and .NET Core or an experienced C# developer who wants to gain in-depth knowledge of the advanced concepts of C#, then go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Explore the different ways in which you can build efficient, modular, object-oriented applications Develop web applications with ASP.NET Core 2.0 in combination with the Entity Framework Core Learn advanced C# programming concepts such as delegates, lambda expressions, and LINQ Let's take a quick look at your learning journey. This Learning Path begins with an introduction to the new features of Visual Studio 2017 and C# 7.0. You will then understand how to work with source control repositories. You will also explore object-oriented programming with C#. Next, you will learn how to perform unit tests. You will then walk through software requirements and important units in object-oriented programming such as classes, objects, structures, and interfaces. You will also learn advanced object-oriented programming concepts such as exception handling, events, delegates, and generics. Moving ahead, this Learning Path teaches you everything you need to know to start developing applications using the newest features that come with C# 7 as well as the newest version of the .NET Core. Next, you will gain in-depth knowledge of ASP.NET Core along with the latest version of the Entity framework. Finally, you will learn advanced concepts of C# such as delegates, lambda expressions, and LINQ. By the end of this Learning Path, you will have a strong understanding of the latest features of C# and ASP.NET and will be able to develop web applications using them. Meet Your Experts:We have the best work of the following esteemed authors to ensure that your learning journey is smooth: Kunal Chowdhury has been a Microsoft Most Valuable Professional since 2010, starting with Silverlight to Windows app development. He is also a renowned public speaker, active blogger by passion, and a software engineer by profession. Over the years, he has acquired profound knowledge on various Microsoft products and helped developers throughout the world with his deep knowledge and experience. As a technical buff, Kunal has in-depth knowledge of OOPs, C sharp, XAML, dot NET, WPF, UWP, Visual Studio, Windows 10, and Microsoft Azure. He is also proficient in entire software development life cycle and Scrum methodology. He has written many articles, tips & tricks on his technical blog for developers and consumers. Raihan Taher is a skilled software developer, who has been working in the software industry for 5 years. His special interest areas are web development and software architecture. Writing clean code and following the best practices in software development is one of his major qualities. In this short period of his career, he has worked for renowned MNCs such as Accenture, Quintiq, and SEB Pension. His urge for knowledge sharing encourages him to write technical blogs and create online video courses. In future, he has the vision to discover and establish the best practices of software development; and share those with fellow developers. Writing quality software is exactly what makes him accomplished. Dimitris Loukas is a software engineer currently writing single page applications and APIs using Aurelia, ASP.NET Core, and Entity Framework for a trading software firm. He is also pursuing his computer science studies at the University of Athens. He has worked for two startups in the past. He is active in the open source community and loves taking up small-side projects. He is fascinated by modern JavaScript, C#, and .NET Core."
Price: 199.99

"LEARNING PATH: Elixir: Web Development with Elixir"
"Elixir is a dynamic, friendly, easy-to-use, functional language designed to build scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. So, if you're a developer who wish to learn Elixir for building scalable and efficient web applications, then go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Learn the functional programming style with Elixir Build and monitor applications with the robust Elixir toolset Learn how to use macros and metaprogramming to write dynamic code Lets take a quick look at your learning journey. This Learning Path begins with explaining the origin of Elixir programming language. You will then dive into the functional programming paradigm and know why this language is so special. You will also learn the core programming concepts of Elixir such as the language syntax, defining modules, manipulating the characteristics of common data structures, and more. Next, you will learn about Elixir installation along with successfully running its interactive shell called IEx and its build tool, Mix, which is used to scaffold, build, and test projects. You will get to know Elixir data types and collections to perform complex computations along with familiarizing yourself with the concept of pattern matching used to extract data from complex structures. Moving ahead, this Learning Path teaches you the I/O concepts which will allow you to present data in much more useful ways. Next, you will learn how to use OTP and its behaviour suite to create robust applications. Finally, you will learn to monitor your applications using the Elixir toolset. By the end of this Learning Path, you will gain a complete knowledge on Elixir and be able to build your own applications with ease. Meet Your Expert:We have the best works of the following esteemed author to ensure that your learning journey is smooth:Joao Goncalves is a professional software engineer with over 7 years of experience in various areas of software development, from banking and telco software to embedded systems and web development. He has recently discovered and developed his passion for functional programming and finds Elixir a very enjoyable language to use."
Price: 199.99

"Advanced QlikView 12 for Developers"
"QlikView is one of the most flexible and powerful Business Intelligence platforms around. If you want to build data into your organization, build it around QlikView. Don't get caught in the gap between data and knowledgefind out how QlikView can help you unlock insights and data potential with ease.Whether you're new to QlikView or want to get up-to-speed with the features and functionality of QlikView, this course starts at a basic level and delves more deeply to demonstrate how to make QlikView work for you, and make it meet the needs of your organization. Using a real-world use-case to highlight the extensive impact of effective business analytics, this course might well be your magic bullet for success.A superb hands-on guide to exploring the highly efficient techniques in QlikView and successfully implementing it, technically and strategically. You'll learn valuable tips, tricks, and insights into loading different types of data into QlikView, and how to model it effectively. You will also learn how to write useful scripts for QlikView to handle potentially complex data transformations in a way that is simple and elegant. Along with this, you will learn to improve user experiences and implement security features for your QlikView documents."
Price: 124.99

"LEARNING PATH: The Complete Guide to Unreal Engine 4"
"Unreal Engine 4 is one of the most comprehensive and advanced game engines in the market. It has garnered a lot of attention in the gaming world because of its new and improved graphics and rendering engine, the physics simulator, particle generator, and more. So, if you're a game developer who wants to enhance your game programming skills using Unreal Engine 4, then go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Learn basic concepts of Unreal Engine 4 such as classes, actors, and components Explore advanced concepts of Unreal Engine 4 such as in-class communications, AI, and shader programming Create your own gameplay API using Unreal Engine 4 Let's take a quick look at your learning journey. This Learning Path starts off with installing Unreal Engine 4 and setting up your first project. You will then learn the basic concepts such as classes, actors, and components and will implement them in your project. You will also understand how Unreal Engine 4 deals with memory management. Next, you will be exposed to event handling, class communications, input systems, and other concepts by utilizing the C++ programming language in Unreal Engine 4. You will learn about the Artificial Intelligence (AI) engine within Unreal Engine 4 and how to program basic AI functionalities in your games. You will also see how to create operators and functions in Unreal Engine 4. Moving ahead, you will explore shader programming in Unreal Engine 4 to implement lighting and materials for your games which allows you to drastically enhance the visual appeal of your game. You will see several APIs within Unreal Engine 4. Next, you will learn to utilize these APIs in your code base. Finally, you will learn to create your own gameplay API using Unreal Engine 4. By the end of this Learning Path, you will have all the necessary skills to start building your own gaming creations. Meet Your Expert: We have the best works of the following esteemed author to ensure that your learning journey is smooth:Dr. Alireza Tavakkoli is an associate professor of computer science at the University of Houston-Victoria. He is the director of the Digital Gaming and Simulation program. He is also the founder of Computation and Advanced Visualization Engineering Laboratory. His research interests include visual computing and visualization, artificial intelligence and machine learning, virtual reality for telepresence and telerobotics, and high-performance computing. During his tenure at the university, Dr. Tavakkoli has taught graduate and undergraduate courses in computer science and gaming, including advanced level design, game engines programming, gaming network architecture, artificial intelligence, parallel computing, and theory of computation."
Price: 199.99

"Build Automation Features in TFS"
"In this video we are going to explain the Build features in TFS. We will setup and configure and environment that will be able to run Windows and Non-Windows builds. Once we have shown you how to author build definitions, we will take a closer look at builds. Lastly, we will look at the ways to customize and extend the builds as well as discuss other features and enhancementsAbout the authorPaul 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: 124.99

"LEARNING PATH: Pivotal Cloud Foundry for Web Developers"
"Cloud Foundry has been growing recently and is predicted to be the leading platform providing PaaS. Pivotal Cloud Foundry (PCF) is a leading, self-install cloud platform and a Platform-as-a-Service offering from Pivotal. Organizations have adopted PCF because it acts as an abstraction layer on public and private cloud IaaS providers, increasing business agility and time-to-market of software products. So, if you're a web developer who wants to develop and deploy applications, web services, and microservices on Pivotal Cloud Foundry, then go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Gain hands-on experience of using Cloud Foundry in production Deploy, manage, and scale applications in your cloud Implement the circuit breaker pattern using Netflix OSS Hystrix Let's take a quick look at your learning journey. This Learning Path starts off by showing you the steps involved in making your application cloud-ready. You will then delve into the various aspects involved in deploying your application and running it on Cloud Foundry. You will also understand how Spring Boot and PCF tremendously increase developers productivity. Next, you will learn to tackle the core challenges faced while developing PCF applications. You will learn how to quickly deploy various microservices to PCF, including REST web services and event-driven applications. You will also learn how to develop a web service application and deploy it on PCF. Moving ahead, you will delve deeply into more advanced topics such as integrating apps with the circuit-breaker dashboard, the cloud discovery server, and the config server. You will explore highly-available PCF deployment models, as well as continuous integration with Jenkins. You will then explore the theory behind Hystrix and the circuit breaker pattern. Next, you will learn patterns for config repositories and the config server. Finally, you will be glanced through container-to-container networking and security, common security pain points in PCF, and route and volume services. After the completion of this Learning Path, you will be able to develop and deploy applications, web services, and microservices on Pivotal Cloud Foundry.Meet Your Expert:We have the best works of the following esteemed author to ensure that your learning journey is smooth:Braithe E.S. Warnock is currently a managing cloud architect for the financial services division of Ernst & Young. He got an opportunity to work with several of the largest PCF installations on an international scale. He has helped build the framework for the adoption of PCF at top companies such as Ford, Comcast, DISH, HSBC, and Charles Schwab. As a vendor-neutral consultant, Braithe enjoys helping people understand the rapidly-evolving world of cloud and application architecture. He has more than 6 years of experience and a specialization in global digital transformations. He has expertise in various cloud and cloud platform technologies such as PCF, AWS, Azure, VMware, Netflix OSS, Kubernetes, and OpenShift. He has developed over 100 microservices using Spring Boot, Java 7/8, Spring Cloud, and Netflix OSS, spanning across half a dozen unique cloud-native microservice architectures."
Price: 199.99

"iOS Augmented Reality with ARKit"
"Augmented Reality effortlessly allows both, creatives and app developers alike to create new, creative, and fun-filled experiences directly on their iPhones or iPads! Augmented Reality has been exploding in the past few years with major tech companies releasing their own Augmented Reality kits.In this course, we take you on a tour of various APIs and tools that you will need in order to develop various AR apps for iOS devices. In this course, you will start by installing Xcode 9 and then register on Apples developer account with all the essential setup. Then you will be introduced to APIs and tools so that you are all set to develop your 1st ARKit app. You will start by creating a small app where you get a 3D model on screen and learn the basics of setting-up and using ARKit.In this app you will learn to use ARKit to set up, configure, add, and remove objects from ARSCNView. Then you will 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, we will create an exciting AR Shooter Game App where you will learn to set up your game, adjust scene lighting and targets, destroy your targets, and design different levels. In the last section, you will learn to build a small demo project by using Metal and Unity.By the end of this video course, you will have learnt various APIs essential for developing games and will have easily developed 3 practical AR apps that you can further optimize with the Metal API and that you can integrate with the third-party tools such as Unity.About the AuthorFelix 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: 124.99

"LEARNING PATH: Web Development with React, Node, and Redux"
"The latest trend in web development, Isomorphic JavaScript, allows developers to overcome some of the shortcomings of single page applications by running the same code on the server as well as on the client. Leading this trend is React, which when coupled with Node, allows developers to build JavaScript apps that are much faster and more SEO-friendly than single page applications. So, if you're a developer who is looking forward to build upon your existing JavaScript skills by developing isomorphic applications, then go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Create efficient object interaction patterns for faster and more efficient app developmentAchieve faster perceived page load times with React rendering on the serverLet's take a quick look at your learning journey. This Learning Path starts off with explaining the Redux architecture and setting up Redux. You will then learn routing with React wherein you will create routes and nested routes. You will also get to know React API components and will learn to integrate it with other APIs. Next, you will build a responsive Bootstrap application with React and Node. You will learn the concepts of universal JavaScript such as sharing views, routes, and models. You will then learn to set up an isomorphic application development environment for developing isomorphic applications. You will also understand the benefits of using JSX. Moving ahead, you will learn the basics of Redux such as actions, reducers, and store. Next, you will learn how to handle the server-side request for React and Redux applications and how to hydrate and render applications on the client-side. Finally, you will explore application platforms for building production-ready universal React applications such as electrode .io, mern .io, react-server .io, and next .js. By the end of this Learning Path, you will be able to build isomorphic applications that are much faster and more SEO-friendly. Meet Your Experts: We have the best works of the following esteemed authors to ensure that your learning journey is smooth: Harmeet Singh is a senior UI developer working for CIGNEX Datamatics with varied experience in UI. His expertise includes HTML5, JavaScript, jQuery, Angular JS, and Node .js. He has given various presentations and conducted many workshops on UI development. On the academic front, Harmeet is a graduate in IT, and is a GNIIT diploma holder from NIIT, specializing in software engineering. Mehul Bhatt has over 11 years of experience and serves as a user experience and user interface practice manager at CIGNEX Datamatics. As a manager, he handles a wide range of onshore and offshore teams. His expertise includes HTML5, CSS3, JavaScript, jQuery, application development, guiding and mentoring developers, and moreall to help clients take their business to the next level in the open market. He has also won many awards for his excellence. He is Microsoft-certified in HTML, CSS, and JavaScript.Maxime Najim is a software architect and full-stack web developer. He has been building web applications for over a decade and has worked on software engineering teams at Netflix, Apple, and Yahoo. He is co-author of the O'Reilly Media book entitled Building Isomorphic JavaScript Apps. He is currently a senior software architect focused on designing and implementing new systems and frameworks for the Walmart eCommerce team."
Price: 199.99

"Developing Web Application Using Bootstrap 4"
"Bootstrap is a free, open-source collection of tools that helps developers create websites or web applications. It provides a faster, easier, and less repetitive solution to designing and building applications. Bootstrap quickly become famous as a frontend framework that offered a wide set of tools from page grids up to components that render a web page, all in the best possible way for any device.This tutorial covers various examples showing you how to create interesting web applications resembling Twitter using Bootstrap and how to master frontend frameworks. We begin with a web application that only uses Bootstrap elements and components. Then we start using some JavaScript plugins in the web application example.By the end of this course, you will have created a web application that looks like Twitter and a dashboardAbout the authorSilvio Moreto is a developer with more than 7 years' experience with frontend technologies and has created many websites and web applications using the Bootstrap framework. From simple pages to complex ones, he has always used the Bootstrap framework. Silvio is also the creator of the bootstrap-select plugin;this plugin (very popular among the community) replaces a selected element with a Bootstrap button drop-down element. Silvio foresaw that a plugin like this one was missing in the original framework, and could be useful for the community. So he created the plugin, and the community helps him maintain it.Besides this, he is very active in the open-source community, participating in some open-source repository and issue communities, such as Stack Overflow. Also, he finished third in the worldwide Django Dash 2013 challenge."
Price: 124.99

"LEARNING PATH: TensorFlow: Computer Vision with TensorFlow"
"TensorFlow has been gaining immense popularity over the past few months, due to its power and simplicity to use. So, if youre a Python developer who is interested in learning how to create applications and perform image processing using TensorFlow, then you should surely go for this Learning Path. Packts Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Learn how to create image processing applications using free tools and librariesPerform advanced image processing with TensorFlowAPIsUnderstand and optimize various features of TensorFlow by building deep learning state-of-the-art modelsLet's take a quick look at your learning journey. This Learning Path starts off with an introduction to image processing. You will then walk through graph tensor which is used for image classification. Starting with the basic 2D images, you will gradually be taken through more complex images, colors, shapes, and so on. You will also learn to make use of Python API to classify and train your model to identify objects in an image. Next, you will learn about convolutional neural networks (CNNs), its architecture, and why they perform well in the image take. You will then dive into the different layers available in TensorFlow. You will also learn to construct the neural network feature extractor to embed images into a dense and rich vector space. Moving ahead, you will learn to construct efficient CNN architectures with CNN Squeeze layers and delayed downsampling. You will learn about residual learning with skip connections and deep residual blocks, and see how to implement a deep residual neural network for image recognition. Next, you will find out about Googles Inception module and depth-wise separable convolutions and understand how to construct an extreme Inception architecture with TF-Keras. Finally, you will be introduced to the exciting new world of adversarial neural networks, which are responsible for recent breakthroughs in synthetic image generation and implement an auxiliary conditional generative adversarial networks (GAN). By the end of this Learning Path, you will be able to create applications and perform image processing efficiently. Meet Your Expert:We have the best work of the following esteemed author to ensure that your learning journey is smooth:Marvin Bertin has authored online deep learning courses. He is the technical editor of a deep learning book and a conference speaker. He has a bachelors degree in mechanical engineering and masters in data science. He has worked at a deep learning startup developing neural network architectures. He is currently working in the biotech industry building NLP machine learning solutions. At the forefront of next generation DNA sequencing, he builds intelligent applications with machine learning and deep learning for precision medicine."
Price: 199.99

"Building Web Applications with Ember"
"You will begin by getting your computer environment ready to develop using Ember. We show you everything you need to know about setting up your development environment. We cover the installation of Ember/Quickstart and walk you through the Ember framework. Then we ensure that you are ready to deploy, debug, and test your environment. Moving forward, you explore templates (Ember uses the handlebars library as the default templating engine) and implement conditionals, links, and actions. You'll also write your own helpers to customize your view layer.Also, you take a look at Ember Data and create the necessary models. You then explore the various adapters that are available to connect with various backend/API servers. And finally, you set up components and acquire a deeper understanding of this important Ember construct. You will build upon the previous section, to the point where you can handle actions in components.Rather than focusing on test-driving code, this book's emphasis is on understanding the framework and adding tests as we write, to confirm that your codebase is sturdy. Once you've mastered the framework, test driving will be easier to follow.About the authorArlston Fernandes has been developing Web applications in Ruby, PHP, and JavaScript for the last six years. He took to using Ember to port a large application from Rails and has been working with Ember for the last 2 years now. He is interested in Haskell and Elixir and is familiar with web development in Ruby and PHP. Currently, he runs a software consultancy, ArkeCode Pvt Ltd, in Goa, INDIA. Apart from software, he also enjoys playing the guitar and violin, and long drives. In his experience with Ember, he found that resources, are few and far between, and many of them expect a quantum leap from beginners. Through this course, he has striven to bridge that gap, and allow newer developers to be productive with Ember faster."
Price: 124.99

"Learning Path: Powershell: Getting Started with Powershell 6"
"PowerShell has become the most efficient tool for managing Windows systems. It combines command-line speed, the flexibility of scripting, and the power of a GUI-based admin tool. Its ability to solve problems efficiently and then to turn that solution into a new tool or automated task allows the system administrators to eliminate future manual labor hours. So, if you are a sysadmin and want to perform complex administration in a timely manner with less effort, then go for this Learning Path. This Learning Path is a comprehensive tutorial with a set of scenarios, real-world examples, and scripts to easily get you started with Windows PowerShell 6.0 and its capabilitiesPackts Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Discover scripts to automate administrative tasks Solve problems and perform tasks using PowerShell 6 Build a command expression using the pipeline to perform complex tasks with ease Lets take a quick look at your learning journey. This Learning Path begins with an introduction to PowerShell 6. You will then set up a lab and access PowerShell console and IISE. You will then find and run cmdlets. You will learn to distinguish between objects and texts, work on WIM and CIM objects, and use the pipeline to create a report. You will also work on queries, expressions, and variables. You will develop and create your script to gather data and create a report. You will learn more on turning a script into a function and create modules. You will be learn how to use PowerShell 6 with Active Directory, Microsoft Online, Office 365, IIS, and Desired State Configuration. Finally, you will discover the core features of PowerShell and build consistent patterns to work with software and infrastructure through scripts and command-line administration. After completing this Learning Path, you will be able to perform complex administration and automation tasks using PowerShell 6 with ease. Meet Your Experts:We have the best works of the following esteemed authors to ensure that your learning journey is smooth:Joshua B. Jones is an IT administrator with Superior Industries International and leads the global company in PowerShell administration, scripts, and tool creation. In the past two years, he has eliminated over 1,000 labor hours by automating previously manual tasks using PowerShell. Not only is he an expert, but demonstrates his passion for PowerShell by teaching others the tool at every opportunity presented. Michael Simmons is an IT professional with over 20 years of experience in managing and administering technology and helping the people that use it. He started using PowerShell and became involved in the community in 2007 and started iLovePowerShell. com in 2010 as a blog and resource for the community, where he discusses PowerShell and how to use it to improve your career. As a PowerShell expert and evangelist, he continues to spread knowledge from an admin/tech support perspective. He is driven to teach IT professionals to write great code, empowering them to take control of their job and lead an inspiring career."
Price: 199.99

"LEARNING PATH: Pentesting on Real-Time Web Apps"
"With expert hackers and threats always our virtual world, proficiency with pentesting is an absolute necessity for individuals and organizations trying to protect their systems. So, if you are interested to build robust and highly-secured environments with the most advanced tools and techniques of pentesting, then go for this Learning Path. Packts Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are: Build your own pentesting lab environment to practice advanced techniques Familiarize with the post-exploitation attacks on Windows and Linux to maintain access on the target Create effective reports for customers and maintain access on the target machine when successfully exploited Lets take a quick look at your learning journey. You will be introduced to the methods and techniques that will help you increase your penetration testing success. You will then go through a step-by-step instruction in information gathering and intelligence, and gather the required information on the targets you are testing. You will go through the exploitation and post-exploitation tools you will need in order. You will then learn how to capture more technical details about the target and will get a clear picture of where the vulnerability may exist in the target. Next, you will be get familiarize with the well-known tools to perform vulnerability assessment. You will take a deep dive into understanding the Metasploit framework and learn how to maintain access on the target machine, when successfully exploited. Finally, you will be all set to perform penetration testing in a real-time scenario, and will try to crack a challenge, summing up everything you have learned so far and apply it in real time. By the end of this Learning Path, you will be well versed with the techniques of pentesting and able to apply those on real-time web apps. Meet Your Expert: We have the best works of the following esteemed author to ensure that your learning journey is smooth: Tajinder Kalsi has more than 9 years of working experience in the field of IT. He has conducted seminars in engineering colleges all across India on topics such as information security and Android application development at more than 120 colleges and teaching 10,000+ students. Apart from training, he has also worked on VAPT projects for various clients. When talking about certifications, Tajinder is a certified ISO 27001:2013 Auditor. Prior to this course, Tajinder has authored Practical Linux Security Cookbook published by Packt Publishing. He has also reviewed the books titled Web Application Penetration Testing with Kali Linux and Mastering Kali Linux for Advanced Penetration Testing. He has also authored 2 video courses with Packt: Getting Started with Pentensing and Finding and Exploiting Hidden Vulnerabilities. He is best described as dedicated, devoted, and determined and a person who strongly believes in making his dreams come true. He defines himself as a tireless worker, who loves to laugh and make others laugh. He is also very friendly and level-headed."
Price: 199.99