AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Functional Programming with Streams in Java 9"
"Java 8 introduced a wealth of new features, pushing Java towards the so-called functional programming paradigm. Benefits from this shift include succinctness and ease of developing robust multi-threaded applications.In this course, we will introduce the key functional features of Java 8 and 9, and explain how they can be used to write code that is more expressive and easily amenable to parallelization.Specifically, we will first discuss lambda functions and functional interfaces. Using these features, programmers can easily create objects that offer a single specific service, similarly to anonymous classes. We will also explore the predefined functional interfaces that can be found in the Java API, starting from well-known pre-existing ones like Comparator and Runnable.Reaping the full benefits of lambda functions requires employing them with streams, a new kind of collection with built-in parallelization support. We will examine the relationship between streams and collections, and how the latter have changed as a result of the new language features.Finally, after having mastered the key features of streams, we will consider the details related to parallel execution, such as the crucial notion of side-effect and the fork-join execution model.About the Author :Marco Faella is a professor of Computer Science at the University of Naples Federico II, Italy. He has taught classes on Java programming, compiler construction, and software engineering to undergraduate and graduate students since 2005. He is the author of over 50 scientific publications in international conferences and journals. He has also developed scientific software in C++, OCaml, Python, and Java.Marco is fluent in C, C++, OCaml, Python, and Java and has contributed to the Parma Polyhedra Library, a well-known scientific library for symbolic manipulation of polyhedra.He has an extensive teaching experience in related topics, specifically a course on advanced Java programming with generics, collections, and multi-threading, which he has been teaching for the last 10 years (Linguaggi di Programmazione 2). Hes also writing 4 chapters of an upcoming book (in Italian) on Oracle OCP Java certification."
Price: 124.99

"R Data Visualization - Basic Plots, Maps, and Pie Charts"
"R is an open source language for data analysis and graphics. It is platform-independent and allows users to load various packages as well as develop their own packages to interpret data better.This video is packed with practical recipes, designed to provide you with all the guidance needed to get to grips with data visualization with R.We start - off with the basics of R plots and an introduction to heat maps and customizing them. After this, we gradually take you through creating interactive maps using the googleVis package. Finally, we generate choropleth maps and contouring maps, bubble plots, and pie charts.About the AuthorAtmajit Singh Gohil works as a senior consultant at a consultancy firm in New York City. After graduating, he worked in the financial industry as a Fixed Income Analyst.He has a master's degree in financial economics from the State University of New York (SUNY), Buffalo. He also graduated with a Master of Arts degree in economics from the University of Pune, India. He loves to read blogs on data visualization and loves to go out on hikes in his free time."
Price: 124.99

"Developing your First Canvas"
"The video will take you through the process of learning how to build a simple 3D game UI with simple game logic. This way we can focus on the aspects of developing and mastering Unitys UI system while allowing you to adapt and use the techniques to develop your own games. We will use a combination of each of the canvas types (Overlay/Camera/World) so as to better demonstrate their usage in the context of building a game.This course takes you step-by-step in a tutorial-based approach, diving deep into the entire Unity UI system. It will walk you through core components which will enable you to build exciting games using Unity. We will be taking a practical approach by including ample examples of building practical User Interfaces, exploring the inner workings of the unity UI ecosystem. With these examples, you will understand how to use different UI components to trigger game events and respond to user input.About the AuthorKeith OMalley, a Unity & Web developer/designer who loves coffee, music and games. He likes to be able to do everything, with a background in Web/Graphic Design and a passion for building experiences.He has been studying and working in multimedia for 5 years, including photoshop/illustrator and sketch, making games and VR experiences in Unity, hardware such as Arduino's and a variety of web programming languages and frameworks. Graduated with a first class honours in multimedia programming from IADT in June 2016, and have two student of the year awards, one from the same degree and another from a Creative Multimedia Diploma completed in 2013."
Price: 124.99

"Become a Python Data Analyst"
"The Python programming language has become a major player in the world of Data Science and Analytics. This course introduces Pythons most important tools and libraries for doing Data Science; they are known in the community as Pythons Data Science Stack.This is a practical course where the viewer will learn through real-world examples how to use the most popular tools for doing Data Science and Analytics with Python.About the author :Alvaro Fuentes is a Data Scientist with an M.S. in Quantitative Economics and a M.S. in Applied Mathematics with more than 10 years of experience in analytical roles. He worked in 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 in-site) courses to students from around the world in topics like Data Science, Mathematics, Statistics, R programming and Python.Alvaro Fuentes is a big Python fan and has been working with Python for about 4 years and uses it routinely for analyzing data and producing predictions. He also has used it in a couple of software projects. He is also a big R fan, and doesn't like the controversy between what is the best R or Python, he uses them both. He is also very interested in the Spark approach to Big Data, and likes the way it simplifies complicatedthings. He is not a software engineer or a developer but is generally interested in web technologies.He also has technical skills in R programming, Spark, SQL (PostgreSQL), MS Excel, machine learning, statistical analysis, econometrics, mathematical modeling.Predictive Analytics is a topic in which he has both professional and teaching experience. Having solved practical problems in his consulting practice using the Python tools for predictive analytics and the topics of predictive analytics are part of a more general course on Data Science with Python that he teaches online."
Price: 124.99

"Java Apps with Cloud9 on App Engine"
"In this course we'll discover how Cloud9 works, how we can get access to an environment, and how to get a work space setup for Google App Engine/Java development. Whats great about Cloud 9 online IDE is that your environment is running on a virtual machine in the cloud and is fully configured for you by default in under a minute! Everything is provisioned for you in Cloud 9 with proven, compatibility-tested versions of everything, across the board. Whats also nice is you can access your Cloud environment from any browser, any where, on any device and you can share your environment with other developers for code review and/or paired programming. Working with an online IDE versus working with a typical hard-installed client is a similar experience as coding goes. But, when it comes to testing, running a localhost server, networking and some other subtle tasks, things go a bit differently because your environment is in your browser with Cloud 9. We'll learn the ins and outs of coding in the cloud and see just how efficient it can be.About The AuthorBrett Hooper is a well-seasoned software engineer, entrepreneur, teacher, and all-around techno-surfer. His decades of experience have taken him from years of IT consulting for Fortune 100 behemoths, to a number of entrepreneurial start-up efforts, to the U.S. Dept of Defense in defining their way forward in mobile and web-related technologies. Bretts excitement in learning, implementing, and teaching new, interesting development frameworks, stacks, and services is never waning and keeps him heads-down more than not. He develops new teaching content from his AlohaCodeWorks headquarters in beautiful Maui, HI."
Price: 124.99

"R Data Visualization Word Clouds and 3D Plots"
"R is an open source language for data analysis and graphics. It is platform-independent and allows users to load various packages and develop their own to interpret data better. This video is packed with practical recipes, designed to provide you with all the guidance needed to get to grips with data visualization with R.We start off with the basics of R plots and an introduction to heat maps and customizing them. After this, we gradually take you through creating interactive maps using the googleVis package. Finally, we generate chloropleth maps and contouring maps, bubble plots, and pie charts.About the AuthorAtmajit Singh Gohil works as a senior consultant at a consultancy firm in New York City. After graduating, he worked in the financial industry as a Fixed Income Analyst. He writes about data manipulation, data exploration, visualization, and basic R plotting functions.He has a master's degree in financial economics from the State University of New York (SUNY), Buffalo. He also graduated with a Master of Arts degree in economics from the University of Pune, India. He loves to read blogs on data visualization and loves to go out on hikes in his free time."
Price: 124.99

"Building Concurrent Apps with Go"
"Go is a multi-paradigm programming language that has built-in facilities for creating concurrent applications. Design patterns allow developers to efficiently address common problems faced during developing applications.The focus in this course is on learning about concurrent structures and parallel execution. You will use the majority of Go primitives to write concurrent apps, and we will develop some classical design patterns with concurrent structures to maximize parallelism. Also, you will learn some typical structures with which to develop concurrent apps in Go. You will learn how a classical pattern can become more complex if you need it to work in a concurrent way; however, the idea is to understand Go concurrent primitives so that you know how to write your own concurrent design patterns by using the knowledge taken from the course.About the AuthorMario Castro Contreras is a software engineer who has specialized in distributed systems and big data solutions. He works as a site reliability engineer, and now he is focused on containerized solutions and apps using most of the Google Cloud suite, especially Kubernetes. He has wide experience in systems and solutions integration, and he has written many scalable and reliable 12-factor apps using Go and Docker. He has designed big data architectures for financial services and media, and he has written data processing pipelines using event-driven architectures written purely in Go. He is also very active in the open source community, and you can find him on his GitHub account with the username sayden. In the past, he has also written mobile applications and backends in Java.Mario is passionate about programming languages, and he found the best balance between fun and productivity in Go; however, recently, he enjoys writing in Rust and embedded systems in C. He is also passionate about road cycling and winter sports."
Price: 124.99

"Fundamentals of User Experience-Process for Problem Solving"
"User experience (UX) design provides a theoretical understanding of how users interact with websites. UX design is the process of enhancing user satisfaction with a product by improving the usability, accessibility, and pleasure provided in the interaction with the product. Everything humans interact with has an experience associated with it. We are now at a point in time when experience-design has suddenly exploded into the consciousness of business people and ordinary people all over the world.This breakthrough guide reveals the fundamental rules that govern how most people read and work with websites, through the process of redesigning a friendly website. You start the journey by understanding how UX came to be and where it fits into business and web development. Next, you will look at all the different components of the UX process, how they work, and what benefits they bring. Here, you will look at UX design, quantitative and qualitative observation, problem statement, ideation, brainstorming, wireframes, and prototypes.Moving on, youll learn about UX design and Agile development, and will get an understanding of user hypothesis and testing. Finally, well look at the specific opportunities in UX design and how to approach the not-too-distant future. Well also look at some example scenarios that will help you apply UX to future solutions.About The AuthorChris R. Becker is an imaginative and creative Sr. UX Designer/ IxD / Design Thinker and Educator. A creative thinker with the ability to design across media platforms from Web to iOS and Android as well as SaaS and service design. A versatile designer and systems thinker with problem solving skills for User Experience Design, Organized and passionate with a passion for following design problems from concept to finished product.Versed in Agile product development methodologies and flexible within waterfall as well he applies LEAN UX methods to rapid prototyping, design research, and user testing for taking ideas from the drawing board to the real world..Chris also Participates in making through Fine Art & Graphic Design background which lends to a variety of creative thinking, design thinking, Human Center Design Research, User Testing, and problem-solving skills. Studies have included courses in Rapid Prototyping, Usability/ Heuristics, Human Centered Design Research, Design Thinking, Painting, Sculpture, Drawing, Print Making, Archetype, Graphic Design, Typography, Systems Theory, Media Theory, Programming, Drawing, Motion,and Art HistoryHis Specialties include: Design Thinking, User Experience Design, Information Architecture, Branding, Identity Design, Conceptual modeling, Rapid Prototyping, User Interface, Brainstorming, Product Design, Advertising, Retail Design, Interactive Art Director, Wireframes, Application GUI Design, Multimedia Presentations, Production Artist, Web Master, Social Media, UX Strategy Development."
Price: 124.99

"Go Behavioral Patterns"
"Go is a multi-paradigm programming language that has built-in facilities for creating concurrent applications. Design patterns allow developers to efficiently address common problems faced during developing applications.Go Design Patterns will provide viewers with a reference point for software design patterns and help to build applications in a more idiomatic, robust, and convenient way in Go. The course will take you to an advanced level of knowledge about classic design patterns but, as you will see, the design patterns covered here are quite different, partly because of the lack of inheritance in Go, but also because we have different and more optimal ways to solve the same problems.With all this, the course will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software.About the AuthorMario Castro Contreras is a software engineer who has specialized in distributed systems and big data solutions. He works as a site reliability engineer, and now he is focused on containerized solutions and apps using most of the Google Cloud suite, especially Kubernetes. He has wide experience in systems and solutions integration, and he has written many scalable and reliable 12-factor apps using Go and Docker. He has designed big data architectures for financial services and media, and he has written data processing pipelines using event-driven architectures written purely in Go. He is also very active in the open source community, and you can find him on his GitHub account with the username sayden. In the past, he has also written mobile applications and backends in Java.Mario is passionate about programming languages, and he found the best balance between fun and productivity in Go; however, recently, he enjoys writing in Rust and embedded systems in C. He is also passionate about road cycling and winter sports."
Price: 124.99

"Unreal Engine 4 Scripting with C++"
"Unreal Engine 4 (UE4) is a complete suite of game development tools made by game developers, for game developers. With more than 100 practical recipes, this video is a guide showcasing techniques to use the power of C++ scripting while developing games with UE4. It will start with adding and editing C++ classes from within the Unreal Editor. It will delve into one of Unreal's primary strengths, the ability for designers to customize programmer-developed actors and components. It will help you understand the benefits of when and how to use C++ as the scripting tool. With a blend of task-oriented recipes, this video will provide actionable information about scripting games with UE4, and manipulating the game and the development environment using C++. Towards the end of the video, you will be empowered to become a top-notch developer with Unreal Engine 4 using C++ as the scripting language.About the Author :Reuben WardThe Authors name is Reuben Ward, and he has helped people create their dreams in Unreal Engine!. Till date, he has helped over 450,000 people learn something about making games using the Unreal Engine with his tutorial videos. When he first started using Unreal Engine, he felt the need for the lack of C++ tutorials for game developers. He wanted to make great games but had no idea where to start. Having mastered the art of game development in Unreal he has set out to make tutorials to help people learn, and help solve this very problem."
Price: 124.99

"Working with Odoo 10"
"Odoo is a comprehensive set of open source enterprise management applications. Now with Odoo 10, you have access to a powerful website builder, integrated e-commerce features, and a fast-growing community to help transform and modernize your business.You will start with how to set up Odoo online and on your own server. Youll then configure the basic company settings required to quickly getting your first Odoo system up and running. Later, youll explore Customer Relationship Management in Odoo and its importance in today's modern business environment.Next, we deep dive into purchasing application with Odoo and youll learn some of the primary functionalities of ERP systems for manufacturing operations. You will then use analytic accounting to provide better reporting. Finally, well walk through the recent Odoo 10 features with respect to the community and the enterprise edition, giving you a complete understanding of what Odoo can do for you no matter the reason!About the AuthorGreg Moss has been a Business and Information Systems Consultant for over 25 years. Starting in 1988, Greg began to work extensively in financial and accounting-related applications. He wrote his first custom billing system for a rehabilitation facility at the age of 20. He has worked extensively in the health care, point of sale, manufacturing, telecommunications, entertainment, and service industries.Greg is a Certified Information Systems Auditor (CISA), a Certified Six Sigma Black Belt, and was the Chief Information Officer for Crownline Boats, Inc. In addition to both Music and Computer Science studies at Southern Illinois University, Greg completed a BS in Business Administration and Information Systems from Walden University. Greg also has an Information Assurance Certification from Carnegie Melon University.In addition to Odoo, he has experience in a variety of ERP systems and was a Sage Pro partner for several years.In Gregs spare time he enjoys playing trumpet, saxophone, keyboard, and guitar with local bands and taking cross-country road trips with his African Grey Parrot, Bibi."
Price: 124.99

"Automated GIS Workflows with PyQGIS"
"QGIS is a desktop geographic information system that facilitates data viewing, editing, and analysis. Paired with the most efficient scripting languagePython, we can write effective scripts that extend the core functionality of QGIS.Based on version QGIS 2.18, this video will teach you how to write Python code that works with spatial data to automate geoprocessing tasks in QGIS. It will cover topics such as Creating Dynamic Maps.You will also learn to compose static maps, interact with users.Following this, you will work through recipes that will help you compose static maps, create heavily customized maps, and add specialized labels and annotations. As well as this, well also share a few tips and tricks based on different aspects of QGIS.About the AuthorJoel Lawhead is a PMI-certified Project Management Professional (PMP), a certified Geographic Information Systems Professional, an award-winning firm specializing in geospatial technology integration and harsh-environment engineering. Joel builds geospatial systems for US government agencies, including NASA, NOAA, the US Department of Homeland Security, and the military. He also works with private organizations, including the National Oceans and Applications Research Center (NOARC) and The Ocean Cleanup. He has authored other books with Packt Publishing, including Learning Geospatial Analysis with Python, QGIS Python Programming Cookbook, and Learning Geospatial Analysis with Python, Second Edition. His cookbook recipes have been featured in two editions of the OReilly Python Cookbook.Joel began using Python in 1997 and combined it with geospatial software development in 2000. He is also the developer of the widely used open source Python Shapefile Library (PyShp) and maintains the geospatial technical blogand Twitter feed, @SpatialPython, discussing the use of Python within the geospatial industry.In 2011, Joel reverse-engineered and published the undocumented shapefile spatial indexing format and assisted fellow geospatial Python developer, Marc Pfister, in reversing the compression algorithm, allowing developers around the world to create better integrated and more robust geospatial applications involving shapefiles.In 2002, Joel received the international Esri Special Achievement in GIS award for his work on the Real-Time Emergency Action Coordination Tool (REACT) for emergency management using geospatial analysis."
Price: 124.99

"Basics of Coding with Unreal Engine 4"
"In this title, you will learn basic Unreal Engine 4 C++ programming. You will be exposed to the architecture of Unreal Engine 4 classes, memory management, and basic coding utilizing the C++ programming language.UE4 is among the most comprehensive and advanced game engines on the market. Along with the C++ programming language, this title will enable you to implement efficient games with unparalleled performance.This title is structured to introduce UE4, to program simple actor functionalities within UE 4 utilizing the C++ programming language, and to expose you to how UE4 deals with memory management.About the Author :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 founding director of the 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: 124.99

"Elasticsearch 5.x Solutions: Getting Started"
"Elasticsearch is a Lucene-based distributed search server that allows users to index and search unstructured content with petabytes of data. This course is your one-stop guide to master the complete Elasticsearch ecosystem.Well guide you whats new in Elasticsearch 5.x, showing you how to create complex queries and analytics, and perform index mapping. Right from downloading and setting up Elasticsearch to configuring it for your needs, this course goes on to give you a brief overview of the mappings and the basic operations that you can perform on your data with the help of Elasticsearch.About the AuthorAlberto Paro is an engineer, project manager, and software developer. He currently works as freelance trainer/consultant on big data technologies and NoSQL solutions. He loves to study emerging solutions and applications mainly related to big data processing, NoSQL, natural language processing, and neural networks. He began programming in BASIC on a Sinclair Spectrum when he was eight years old, and to date, has collected a lot of experience using different operating systems, applications, and programming languages.In 2000, he graduated in computer science engineering from Politecnico di Milano with a thesis on designing multiuser and multidevice web applications. He assisted professors at the university for about a year. He then came in contact with The Net Planet Company and loved their innovative ideas; he started working on knowledge management solutions and advanced data mining products. In summer 2014, his company was acquired by a big data technologies company, where he worked until the end of 2015 mainly using Scala and Python on state-of-the-art big data software (Spark, Akka, Cassandra, and YARN). In 2013, he started freelancing as a consultant for big data, machine learning, Elasticsearch and other NoSQL products. He has created or helped to develop big data solutions for business intelligence, financial, and banking companies all over the world. A lot of his time is spent teaching how to efficiently use big data solutions (mainly Apache Spark), NoSql datastores (Elasticsearch, HBase, and Accumulo) and related technologies (Scala, Akka, and Playframework). He is often called to present at big data or Scala events. He is an evangelist on Scala and Scala.js (the transcompiler from Scala to JavaScript)."
Price: 124.99

"AWS Certified Solutions ArchitectAssociate Tutorial-Step 1"
"Due to the rapid adaptation of the cloud platform, the need for cloud certification has also increased. This course is your one stop solution, getting you from zero to certified. The main focus of this video is on getting you Amazon Certified and building highly reliable and scalable applications on AWS. This course starts with a quick introduction to AWS and the prerequisites. Next, the video dives deep into topics such as Amazon S3, EC2, VPC, and more to get you prepared with core Amazon services. Moving forward, this tutorial teaches you how to design and deploy highly scalable and optimized workloads. Finally, we cover security and troubleshooting concepts along with AWS architecture best practices.By the end of this video, you will be prepared to pass the Amazon CSA exam and will be capable of building secure and reliable applications.About the Author : Raluca BolovanColibri Ltd. is a technology consultancy company founded in 2015 by James Cross and Ingrid Funie. The company works to help their clients navigate the rapidly changing and complex world of emerging technologies, with deep expertise in areas such as Big Data, Data Science, Machine Learning, and Cloud Computing. Over the past few years, they have worked with some of the world's largest and most prestigious companies, including a tier 1 investment bank, a leading management consultancy group, and one of the world's most popular soft drinks companies, helping each of them to better make sense of their data and process it in more intelligent ways.The company lives by their moto: Data -> Intelligence -> Action.Our author, Raluca Bolovan is a DevOps Engineer, AWS Certified Solutions Architect, and AWS Certified Developer.She graduated with a first class honours Meng degree in Computing (Software Engineering) from Imperial College London. She worked in Investment Banking for three years with technologies such as Python, Java, and Spring. She then moved into the FinTech industry and has written microservices running on Docker on AWS.Raluca has several years of experience architecting and implementing new solutions on the AWS platform. She has built, among others, a serverless ETL and data warehousing solution using AWS Lambda, DynamoDB, Redshift, and S3 as the principal components. She is also interested in new technologies. She has worked in her career so far in most aspects of technology roles, ranging from front-end development with JavaScript and Django to back-end with microservices in Java 8 and Postgres and more recently DevOps on AWS. If the technology could be the solution for the task at hand, she will definitely try it."
Price: 124.99

"Learning Microsoft Windows Server 2016"
"Windows Server 2016 is the most anticipated and upcoming server operating system developed by Microsoft. It provides a wide range of powerful, new and enhanced features such as Hyper-V, Nano- server, server virtualization, storage, software-defined networking, server management and automation, web application proxy and application platform, access and information protection, virtual desktop infrastructure, ADCS, ADDS, ADFS, TCP performance improvements, security and assurance, Just Enough Administration, shielded virtual machines, Failover clustering, cloud witness, health service, and the list goes onThis video course will enlighten you about the much awaited Windows Server 2016, starting with installing Windows Server 2016 and its various packages then focusing on its importance and covering major features such as Windows Server containers, Nano servers, networking and storage enhancements, compatibility with Windows 10, Hyper-V modifications, and so on.The video course will end by providing security capabilities to the viewers thereby teaching them to secure their enterprise's environments.About The AuthorEnayat Meer has been a Microsoft Certified Trainer (MCT) since 2000, and a New York state licensed trainer from City University of the New York education department.His work experience ranges from a Systems Engineer to an IT Manager in different organizations in the USA. From 1999 to 2005, he worked with Citibank, New York and later between 2006 to 2013 he moved on to ING Investment Management, New York; GulfStream Aerospace Savannah, Georgia; HCL America, North Carolina; RedCats USA, New York; and PineBridge Investment Management, New York. Enayat Meer is working as a Senior Systems Engineer at Astoria Bank head office in New Hyde Park Long Island New York since August 2016. He also is a part-time instructor/lecturer since 2000 at Netcom Learning, New York, USA and at several other computer training centers."
Price: 124.99

"AWS Certified Solutions ArchitectAssociate Tutorial-Step 2"
"This course will show you what you need to know to be comfortable using the Simple Storage Service(S3), the Elastic Load Balancer (ELB), Cloudfront and Elastic Compute Cloud (EC2).About the author :Raluca BolovanColibri Ltd. is a technology consultancy company founded in 2015 by James Cross and Ingrid Funie. The company works to help their clients navigate the rapidly changing and complex world of emerging technologies, with deep expertise in areas such as Big Data, Data Science, Machine Learning, and Cloud Computing. Over the past few years, they have worked with some of the world's largest and most prestigious companies, including a tier 1 investment bank, a leading management consultancy group, and one of the world's most popular soft drinks companies, helping each of them to better make sense of their data and process it in more intelligent ways.The company lives by their moto: Data -> Intelligence -> Action.Our author, Raluca Bolovan is a DevOps Engineer, AWS Certified Solutions Architect, and AWS Certified Developer.She graduated with a first class honours Meng degree in Computing (Software Engineering) from Imperial College London. She worked in Investment Banking for three years with technologies such as Python, Java, and Spring. She then moved into the FinTech industry and has written microservices running on Docker on AWS.Raluca has several years of experience architecting and implementing new solutions on the AWS platform. She has built, among others, a serverless ETL and data warehousing solution using AWS Lambda, DynamoDB, Redshift, and S3 as the principal components. She is also interested in new technologies. She has worked in her career so far in most aspects of technology roles, ranging from front-end development with JavaScript and Django to back-end with microservices in Java 8 and Postgres and more recently DevOps on AWS. If the technology could be the solution for the task at hand, she will definitely try it."
Price: 124.99

"OpenCV 3 Getting started with Image processing"
"Making your applications see has never been easier with OpenCV. With it, you can teach your robot how to follow your cat, write a program to correctly identify the members of One Direction, or even help you find the right colors for your redecoration. This course provides a complete introduction to the OpenCV library and explains how to build your first computer vision program. You will be presented with a variety of computer vision algorithms and exposed to important concepts in image analysis that will enable you to build your own computer vision applications.This video helps you to get started with the library, and shows you how to install and deploy the OpenCV library to write effective computer vision applications following good programming practices. You will learn how to read and display images. It also introduces the basic OpenCV data structures.Moving on, you will see how to manipulate pixels, and how an image can be read. This section explores different methods to scan an image in order to perform an operation on each of its pixels.After that, you will find out how to process the colors of an image, where youll be presented with various object-oriented design patterns that will help you to build better computer vision applications. This section also shows you the concept of colors in images.Finally, youll discover how to count pixels with histograms, how to compute image histograms, and how they can be used to modify an image. This section presents different applications based on histograms so you can achieve image segmentation, object detection, and image retrieval.About the AuthorRobert Laganiere is a professor at the School of Electrical Engineering and Computer Science of the University of Ottawa, Canada. He is also a faculty member of the VIVA research lab and is the co-author of several scientific publications and patents in content based video analysis, visual surveillance, driver-assistance, object detection, and tracking.Robert authored the OpenCV2 Computer Vision Application Programming Cookbook in 2011 and co-authored Object Oriented Software Development published by McGraw Hill in 2001. He is also a consultant in computer vision and has assumed the role of Chief Scientist in a number of start-up companies such as Cognivue Corp, iWatchlife, and Tempo Analytics.Robert has a Bachelor of Electrical Engineering degree from Ecole Polytechnique in Montreal (1987) and MSc and PhD degrees from INRS-Telecommunications, Montreal (1996). You can visit the authors website at laganiere.name."
Price: 124.99

"Building a React Component with Bootstrap"
"Bootstrap is one of the most popular front-end frameworks, and integrating it with React allows web developers to write much cleaner code. This video helps you gain a thorough understanding of the Bootstrap framework and shows you how to build impressive web apps. In this video, you will get an overview of the features of Bootstrap and ReactJS, along with the integration of React-Bootstrap components with ReactJS. You will understand the benefits of using JSX and the Redux architecture. The server-side rendering of React will also be shown.All the concepts are explained by developing real-world examples. By the end of this video, you will be equipped to create responsive web applications using Bootstrap style and React-Bootstrap components with ReactJS, and will have an insight into appropriate best practices.About the AuthorsHarmeet Singh is a senior UI developer working for CIGNEX Datamatics with varied experience in UI. He hails from the holy city of Amritsar, India. His expertise includes HTML5, JavaScript, jQuery, Angular JS, and Node.js. His interests include music, sports, dancing, and adventure. Harmeet 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 (UX) & user interface (UI) practice manager at CIGNEX Datamatics. As a manager, he handles a wide range of onshore and offshore teams. He hails from the princely state of Jamnagar, Gujarat, India. His expertise includes HTML5, CSS3, JavaScript, jQuery, application development, guiding and mentoring developers, and more, which helps clients to take their business to the next level in the open market.Mehul has also won many awards for his excellence. His interests include learning new technologies, music, drama, sports, and exploring new places.Mehul is Microsoft certified in HTML, CSS, and JavaScript. On the academic front, he holds a post graduate diploma in multimedia, specialized in web development, which gives him the skills to understand customer requirements and excel in the execution of the required performance with the best code quality standards.He can be reached on Skype at mehul_multimedia."
Price: 124.99

"Getting Started with Pentesting"
"With advanced hackers and threats always on the increase in our virtual world, proficiency with pentesting is an absolute necessity for individuals and organizations trying to protect their systems.The methods and techniques contained in this video will provide you with a powerful arsenal of best practices to increase your penetration testing success. This course presents step-by-step instruction in information gathering and intelligence, and will allow you to gather the required information on the targets you are testing. The Exploitation and Post-Exploitation sections will supply you with the tools you need. The challenges at the end of each chapter are designed to test you and provide real-world situations to hone and perfect your penetration testing skills.About The AuthorWith more than nine years' working experience in the IT field, Tajinder has conducted Seminars in Engineering Colleges all across India, on topics such as: Information Security, Android Application Development, Website Development, and Cloud Computing. He has worked in more than 120 colleges with over 10,000 students. In his spare time, he has also worked as a Technical Reviewer for Packt and have reviewed the following books: Web Application Penetration Testing with Kali Linux and Mastering Kali Linux for Advanced Penetration Testing. 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."
Price: 124.99

"Getting Started with Informatica"
"This video course will kick-start with taking you through downloading Informatica Power Center and extracting it. It will help you to gain a deeper insight at various aspects of the Informatica administrator console, such as Domains, Node, Repository and Integration Service. You will then learn to import and create a source and target, and move on to creating mappings and using transformations ports. Next, the course will walk you through the Workflow Manager Screen and skill you to set up a path and connection. Finally, you will learn how to work with the Repository manager screen and thus, make the optimum use of Informatica Power Center!About the Author :Rahul Malewar has been working on various Data Warehousing tools since 10 years majorly on Informatica Power Center. He has working on various versions of Informatica Power Center starting version 8.1 to latest 9.x and Informatica Cloud. He has worked in various MNCs in India like UST Global, Cognizant Technologies and Principal Financial services in Pune, India. He has worked on implementation of some Data Warehouse involving Informatica for fortune 500 MNCs like Wellpoint, Principal. He has experience of working on multiple real time projects in couple of MNCs utilizing those skills he has written the book. He is now running his own training center named Learn Well Technocraft since year 2010 where they provide training on more than 25 Data warehousing technologies over classroom, corporate and online means. He has also written a blog on data warehousing concepts. As of today he has provided training to more than 1700 candidates ranging from freshers to 20 years experienced professionals. He is also a Director of a software firm named Gut Lernen Technocraft Pvt. Ltd. where they work on data warehousing and mobile related projects. He provides free assistance on Informatica installation related and other technical issues for which he can be contacted at the address info@dw-learnwell.com."
Price: 124.99

"VCP6-DCV(6.5) Examination Preparation Guide"
"The VMware Data Center Virtualization (6.5) Exam (2V0-622) tests candidates on their skills and ability to install, configure, and manage vCenter Server, ESXi hosts and virtual machines using the appropriate VMware tools. This video course will provide you with hints and tips to enhance your chances of passing the VCP 6.5-DCV examination. You will then be walked through various troubleshooting scenarios since this is an area where a lot of difficulty is often encountered. With the help of the analysis performed, you will also get an explanation of tools and processes you can use to resolve the issue. By the end of the course, you will be able to address examination questions effortlessly, and in a timely manner.About the Author :Atindra Chaturvedi is a certified VMware Advanced Professional in Data Center Design (VCAP-DCD) and Data Center Administration (VCAP-DCA), which speaks volumes for his advanced knowledge of vSphere virtual datacenter design and his hands-on ability to operate the advanced tools available in the environment. He is currently a certified Cisco Network Professional Routing & Switching (CCNP-R&S) and Data Center (CCNP-Data Center) which gives him advanced knowledge of networking, design, and the hands-on configuration of all aspects of data center equipment. He currently holds network virtualization (VCP-NV) and Cloud (VCP-Cloud) certifications from VMware, and is a Brocade Certified Engineer Network Functions Virtualization (NFV). He has 18+ years' commercial data center experience and has authored courses on Advanced vSphere 6.5 published by Packt, as well as vSphere Networking, vSphere Networking Design, VMware NSX, VMware NSX Design and Cisco Application Policy Infrastructure Controller Enterprise Module (APIC-EM)."
Price: 124.99

"Start Up Guide For Microsoft Dynamics 365"
"This course begins with an introduction to the concept of Customer Relationship Management (CRM) and why is it important for any business. We then quickly dive into a product Microsoft is offering in the CRM space - Dynamics CRM or Dynamics 365. Next, youll learn to set up a trial instance to play around with the system and get comfortable with it.Moving on, the course walks you through different aspects of Dynamics CRM such as its data model, records management, and sales pipeline analysis using dashboards, charts, and reports. You will also see how bulk data can be modified via Excel and imported back into the system. Well also look at how data can be taken mobile with the Dynamics CRM mobile and tablet client and Microsoft Outlook so that the sales workforce who are in the field have the right access to the right resources at the right time.The course ends with a quick demonstration of a typical sales cycle for any organization and how it can be moulded in Dynamics CRM.About the AuthorI'm Piyush Paliwal, your host for this course. I've 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, I've helped various customers manage their sales pipeline by bringing their business processes in Dynamics CRM or Dynamics 365, which is what we have today. In my free time, I usually go for a drive and I also like to swim."
Price: 124.99

"OpenCV 3 Transforming and Filtering Images"
"Making your applications see has never been easier with OpenCV. With it, you can teach your robot how to follow your cat, write a program to correctly identify the members of One Direction, or even find the right colors for your redecoration.This course provides a complete introduction to the OpenCV library and explains how to build your first computer vision program. You will be presented with a variety of computer vision algorithms and exposed to important concepts in the image and video analysis that will enable you to build your own computer vision applications. This video helps you to get started with the library and shows you how to install and deploy the OpenCV library to write effective computer vision applications following good programming practices.Moving on, you will learn how to read and write images and manipulate their pixels. Well present different techniques for image enhancement and shape analysis. You will learn how to detect specific image features such as lines, circles, or corners. Then, youll be introduced to the concepts of mathematical morphology and image filtering. We describe the most recent methods for image matching and object recognition, and youll discover how to process video from files or cameras, as well as how to detect and track moving objects. Next, we explain techniques to achieve camera calibration and perform a multiple-view analysis. Finally, youll also get acquainted with recent approaches in machine learning and object classification.About the AuthorRobert Laganiere is a professor at the School of Electrical Engineering and Computer Science of the University of Ottawa, Canada. He is also a faculty member of the VIVA research lab and is the co-author of several scientific publications and patents in content based video analysis, visual surveillance, driver-assistance, object detection, and tracking.Robert authored the OpenCV2 Computer Vision Application Programming Cookbook in 2011 and co-authored Object Oriented Software Development published by McGraw Hill in 2001. He co-founded Visual Cortek in 2006, an Ottawa-based video analytics start-up. He is also a consultant in computer vision and has assumed the role of Chief Scientist in a number of start-up companies such as Cognivue Corp, iWatchlife, and Tempo Analytics.Robert has a Bachelor of Electrical Engineering degree from Ecole Polytechnique in Montreal (1987) and MSc and PhD degrees from INRS-Telecommunications, Montreal (1996). You can visit the authors website at laganiere.name."
Price: 124.99

"Data Visualization Techniques"
"This course will focus on building a variety of data visualizations using multiple tools and techniques. This is where we will put the theory together with actual hands-on experience of creating effective visualizations. Our efforts will be spent on choosing the best display types for our dataset, and then applying best practice principles to our selected charts, maps, or network graphs. Well spend considerable time on some of the most useful chart types, followed by a section where we explore the multiple uses of maps as visualizations. Our final section focuses on understanding network graphs, a powerful tool for displaying relationship data.AboutThe AuthorKen Cherven has been creating data visualizations for more than 10 years using a variety of tools, including Excel, Tableau, Cognos, D3, Gephi, Sigma.js, and Exhibit, along with geospatial tools such as Mapbox, Carto, and QGIS. Tableau is used on a daily basis in his current position, where he has built dozens of performance dashboards to track both marketing and operational metrics. He has also built many visualizations for his personal websites, especially utilizing Gephi and Sigma.js to explore and visualize network data.He is very interested in tools related to the exploration of network data, typically using Gephi for most of his current output. Text analysis is also an area of interest, where hes used tools such as Aylien, RapidMiner, R, and Exploratory to begin understanding and visualizing underlying patterns in political speeches, email transmissions, and book content.His experience in building data visualizations has intersected with many technologies, including a variety of SQL-based tools and languages including Oracle, MySQL, and SQLServer.He frequently edits and styles network information using HTML and CSS, along with a bit of JavaScript. He is also highly engaged in the world of data visualization, including but not limited to his daily work experience. His work is based on a thorough understanding of visualization principles learned through extensive reading and practice. He also uses his websites to display and promote visualizations, which he shares with a wider audience. He has previously authored two books on Gephi for Packt, and has also presented at multiple data visualization conferences."
Price: 124.99

"Microsoft Power BI Recipes"
"Microsoft Power BI is a suite of tools to analyze your data and extract business insights from it through building interactive dashboards. This video course is your guide to getting the most out of Power BI and will help you solve any problems you might come across while using it.This tutorial contains practical recipes on the various tasks that you can do with Microsoft Power BIfrom gathering your data to analyzing it.You will start with the basic installation and configuration of Power BI Desktop, and go on to connect your data sources with it. Youll transform and get your data ready for analysis, and create effective data views using it. Then, you will see how you can create stunning reports and dashboards in Power BI.Finally, the course also contains some handy recipes on troubleshooting various issues in Power BI. Well ensure that you have the tricks of the trade in mastering Power BI to get effective visual analytics.About the AuthorDrew Mery is a Data Analyst with hands-on experience in Excel, SQL, and of course Power BI. He loves delivering actionable insight via analytical procedures and data visualization and teaching others to do the same. His passion is driven by the ability to take something raw and unintelligible to the naked eye (raw data) and morph it into something beautiful and insightful that tells a story and helps improve business operations.Thats where the power of Microsoft Power BI comes into play. Drew has developed numerous reports and dashboards on energy, project management, manufacturing, and sales data both in a full-time/perm and freelance context. Additionally, he has kick-started the implementation of the Power BI platform within an energy supply company, located in central Florida, in order to streamline analysis and more readily communicate operational performance within the organization.Drew looks forward to continually utilizing this powerful tool in his line of work and hes thankful to be able to assist others as they develop their own proficiencies in Power BI."
Price: 124.99

"Learning React Application Development with Redux and NodeJS"
"Bootstrap is one of the most popular front-end frameworks, and integrating it with React allows web developers to write much cleaner code. This video will help you gain a thorough understanding of the Bootstrap framework and show you how to build impressive web apps. In this video course, you will get an overview of the features of Bootstrap and ReactJS, including integrating React-Bootstrap components with ReactJS. You will understand the benefits of using JSX and the Redux architecture; React server-side rendering will also be demonstrated. The goal is to help viewers build responsive and scalable web applications with ReactJS and Bootstrap.About the Authors :Harmeet Singh is a senior UI developer working for CIGNEX Datamatics with varied experience in UI. He hails from the holy city of Amritsar, India. His expertise includes HTML5, JavaScript, jQuery, Angular JS, and Node.js. His interests include music, sports, dancing, and adventure. Harmeet 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 engineeringMehul Bhatt has over 11 years of experience and serves as a user experience (UX) & user interface (UI) practice manager at CIGNEX Datamatics. As a manager, he handles a wide range of onshore and offshore teams. He hails from the princely state of Jamnagar, Gujarat, India. His expertise includes HTML5, CSS3, JavaScript, jQuery, application development, guiding and mentoring developers, and more, which helps clients to take their business to the next level in the open market.Mehul has also won many awards for his excellence. His interests include learning new technologies, music, drama, sports, and exploring new places.Mehul is Microsoft certified in HTML, CSS, and JavaScript. On the academic front, he holds a post graduate diploma in multimedia, specialized in web development, which gives him the skills to understand customer requirements and excel in the execution of the required performance with the best code quality standards."
Price: 124.99

"Learning the GameMaker Studio 2 Interface"
"Get a running start on development in GameMaker Studio 2 with this course and learn the main essential aspects of the GameMaker Studio 2 interface. You will also learn how the main resources are used together to create a final game. Viewers also learn how to program using GML (the GameMaker Studio 2 Language), allowing more complex creations within the software.This course focuses on the most commonly used interfaces and aspects of GameMaker Studio 2. See the available options, how to customize your workspace to suit your needs,what each available resource is used for, how to set up the main resources, and more. By the end of this course, you will be able to navigate GameMaker Studio 2 with easeand will have a head start in game development within the engine.About the AuthorNathan Auckett is an advanced GameMaker user and has been using the software for over 7 years now. He started using GameMaker during its seventh version and has been using the built-in programming language ever since to create his own games. In 2012, he began creating small tutorials on various topics in GameMaker and has since then created over 50 tutorials helping people achieve a variety of different tasks in GameMaker."
Price: 124.99

"IBM Cognos Connection and Workspace Advanced"
"This course will be your comprehensive guide to understanding all the features offered by the IBM Cognos Business Intelligence suite. Ask important questions of your data, create effective management reports, and create insightful analyses of your dataset in order to identify patterns and useful trends.Spanning over 2 hours, this course will give you a quick overview of the basic components of the IBM Cognos BI suite Query Studio, Report Studio, Analysis Studio, and Event Studio. By the end of this video, you will have a firm understanding of how you can efficiently analyze your data and create visually appealing reports and dashboards with IBM Cognos Business Intelligence.Whether you're a novice or seasoned user, there is always something new to learn in Cognos BI. Automate more and become more efficient in your day-to-day working life by applying these principles.AboutTheAuthorWith his involvement in both manufacturing and service industries across multiple sectors, Aaron has 15 years' financial system, accounting, and business intelligence experience ranging from startup QuickBooks implementations to large enterprise-class financial operations across multiple geographic locations.His depth of experience from IT and MIS demands continual process improvement and automation within departmental operations as well as zero tolerance for inaccuracies in management systems.Specialties: Cognos Business Intelligence (BI): Query Studio, Workspace Advanced, Report Studio, Framework Manager. Cognos Impromptu. Deltek Costpoint, Deltek GCS Premier, QuickBooks, MS Dynamics NAV/Navision, Ross Systems, Crystal Reports, MS Access, SQL Server, MySQL, Oracle, Adobe Creative Suite, Joomla, WordPress, XCart, and so on."
Price: 124.99

"Making Your First iPhone App with Swift v3.0"
"The video is a fun-filled and engaging guide for those who are new to iOS programming and want to gain a good understanding of core iOS techniques to build applications with the Swift programming language.This guide will not only dwell into iOS concepts but also lay a strong foundation for Swift programming. It starts off by helping you quickly get acclimatized to iOS programming by building and deploying a small but interesting app.Next, you will move on to core Swift programming language topics such as variables, different types, and code patterns used in iOS. Once the fundamentals are in place, you will develop advanced programming skills, finding out about important iOS components and concepts such as Xcode 8, Core iOS, and Cocoa Touch frameworks.The core topics covered in the video are: Storyboards View controllers and Navigation Core Data Adding functionalities such as images, contacts, calendar, messages, location services, and more.About the AuthorNick Walter is an iOS developer who has 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 used by thousands of users worldwide."
Price: 124.99