Search Fields (at least one required): |
Learning Confluence 2018 Training Lynda.com Confluence 2018 is content collaboration software that professionals can use to create, organize, and discuss work with their colleagues. In this course, instructor David Rivers shows how to work with this powerful tool as a team member, exploring how to configure and use Confluence to manage business and project information. David dives into creating pages and blogs in Confluence, setting page layouts, and adding content and navigation. He also shares how to collaborate on content and communicate with other team members. |
Learning DaVinci Resolve 14 Training Lynda.com DaVinci Resolve is a fully-featured video post-production package that allows users to edit, color correct, color grade, and render a video project—all in the same package. In this course, learn how to get started with editing, color correcting, and audio mixing in DaVinci Resolve 14. Instructor Patrick Inhofer kicks off the course by covering some fundamental concepts, including how to set up a project in DaVinci Resolve 14, how to create and work with bins, and how to work with the Color page. Patrick then helps you get comfortable in DaVinci Resolve by familiarizing you with essential system, user, and project preferences. He also shares how to create Smart Bins; work with the Edit page; leverage tools that help you evaluate saturation and contrast; render to nonlinear editors from DaVinci Resolve 14; and more. |
Learning Digital Business Analysis Training Lynda.com More and more organizations are making investments in digital technologies such as artificial intelligence, machine learning, and robotics. These new technologies have sparked changes to business models, business operations, and customer expectations and experiences. This course was designed to help business analysts and project professionals grasp what these changes mean and how to implement them from a business perspective. Angela Wick explores natural language generation, speech recognition, swarm intelligence, blockchain, and other exciting new technologies, laying out how each one can fit into your business processes. Plus, she covers how these innovations can impact traditional business analysis practices and explains how the customer journey is affected by digital and AI projects. |
Learning FileMaker Training Lynda.com Learn how to design and build custom apps with FileMaker 17—the latest version of the powerful platform used everywhere from home offices to Fortune 500 companies all around the world. Drawing on over 20 years of experience with clients at his own development firm, iSolutions, Cris Ippolite walks through the essential FileMaker Pro skills, from creating tables and fields to designing layouts that display your data in a smart way. He also shows you how to work with data, create reports, import and export data, write scripts, perform calculations, and more. Watch now to start learning how to build your first database from scratch. |
Learning Google Flutter for Mobile Developers Training Lynda.com Flutter allows mobile developers to create high-quality application experiences that work natively for multiple platforms. Flutter is known for being fast, reactive, and modern. It works with existing Java, Swift, and ObjC code. Flutter can also create applications using Google Fuchsia, a newly introduced OS. In this course, Emmanuel Henri demonstrates how to use Flutter, including how to set up the SDK and simulators; add widgets, components, and navigation; leverage APIs; build, review, and deploy code; and more. |
Learning HitFilm Express Training Lynda.com Video editing doesn't need to be complicated or expensive. HitFilm Express is free filmmaking software with many robust editing and effects capabilities. For the novice, it's perfect for most basic and intermediate functions, including editing, trimming, effects, compositing, audio editing, titling, and more. This course provides introductory video editing and post-production training, highlighting the main features of HitFilm Express. Simon Jones shows how to import media, perform basic edits to audio and video, color correct footage, add titles and effects, and export and share your film. After taking this course, even non-video people will be able to edit a project with skill and confidence. |
Learning iOS Animations with UIKit Training Lynda.com The visuals of a mobile application often determine its success. Being able to create visually appealing, customized animations in your apps will attract users, and keep them coming back again and again. In this course, join Harrison Ferrone as he dives into the fundamentals of UIKit, from basic animations and transitions all the way to animating auto layout constraints. By the end of this course, you'll have a solid foundation to start bringing your apps to life. |
Learning Jenkins Training Lynda.com Meet Jenkins, the open-source automation tool for software development and system administration. With Jenkins, you can automate build management, continuous integration and deployment, testing, resource management, monitoring and reporting, and much more. This introduction helps you use Jenkins to release and deploy software more quickly and reliably. First, learn how to set up Jenkins on Mac, Windows, Linux, or inside a Docker container, and find out how Jenkins plugins are used to extend its functionality. Next, configure your first job step by step, leading up to the requisite "Hello, World" output, and learn to make your jobs more useful and portable with parameters. Then explore job scheduling, and Jenkins's convenient aliases for running jobs at regular intervals. The course wraps up with tips for organizing jobs in folders and views and a brief look into pipelines as code-which enable you to execute a series of jobs in stages. By the end of the training, you should be able to install Jenkins locally or on a virtual machine, create a Jenkins jobs that can be triggered manually or on a schedule, and install and configure plugins to extend the Jenkins framework. |
Learning Linux Command Line Training Lynda.com Knowledge of the Linux command line is critical for anyone who uses this open-source operating system. For many tasks, it's more efficient and flexible than a graphical environment. For administrators, it plays a vital role in configuring permissions and working with files. In this course, experienced instructor Scott Simpson discusses the basics of working with the Linux command line using the Bash shell, focusing on practical Linux commands with examples that help you navigate through the file and folder structure, edit text, and set permissions. Scott also discusses some of the common command-line tools, such as grep, awk, and sed, and command-line apps such as the nano and Vim text editors. The course wraps up with a look at how to install and update software with a package manager. |
Learning MATLAB Training Lynda.com MATLAB is one of the most popular programming languages today for engineers and scientists, and with good reason-it allows analysts to work efficiently with large amounts of data. Instructor Steven Moser shows you how to harness the MATLAB tools and create programs to model your own data and hypotheses. First, learn how to create basic variables and cell arrays, and work with the core MATLAB syntax, which is significantly different than other programming languages. Then discover how to create scripts and functions, work with matrices, debug your program, and import data. To illustrate your findings, Steven shows how to create 2D and 3D plots, add annotations, and incorporate images. The final chapter covers Simulink, the MATLAB block diagram tool. |
Learning Moodle 3.5 Training Lynda.com Moodle, a learning management system (LMS), allows you to create online classes, post assignments and assessments, calculate grades, and more. Students can access the class and resources online, complete assignments, and communicate with the instructor. This course demonstrates how instructors can get started using Moodle. Learn how to set up an instructor profile. See how to create a course and adjust course settings. Find out how to add files, post announcements, and make quizzes. Watch how to enroll students and create groups. Additionally, discover how to grade assignments and run reports. |
Learning Nagios Training Lynda.com Nagios is an industry-standard, open-source solution, which makes Nagios a great choice to get started in network monitoring and administration. Learn how to use Nagios to monitor system health and gain actionable intelligence about your IT infrastructure, in this course with instructor and DevOps engineer Josh Samuelson. Josh shows how to set up a Nagios server, use plugins, and configure monitoring via the command line. He explains how to set up custom alerts and generate graphs of your data for more comprehensive insights. Plus, learn how to integrate PagerDuty to manage your on-call schedule and escalations and manage alerts remotely. |
Learning NgRx Training Lynda.com Once you've worked with Angular awhile, you discover that the difficult part of architecting apps is making sure data flows and is refreshed in the UI in a consistent way. This process is called state management. NgRx has quickly become the go-to solution for state management in large Angular applications. In this training course, you can learn about Redux—the JavaScript library for managing application state—and how NgRx provides an Angular-specific implementation of Redux that supports lazy-loaded modules, observables, and asynchronous side effects. Instructor Alain Chautard teaches the principles of state management in the context of reactive programming, giving you a solid foundation for your Angular architecture. Learn how to react to and trigger state changes, dispatch actions, and work with effects, selectors, and entities. Plus, see to build a robust component architecture with NgRx. |
Learning ON1 Photo RAW Training Lynda.com ON1 Photo RAW 2018 includes the essential tools and features photographers need in their workflow. Fast photo management, hundreds of customizable photo effects, fast and beautiful HDR, masking and selection tools, layers, and much more—all in one app. If you're interested in learning about alternatives to Adobe Lightroom, this course can help you get up to speed with a powerful option: ON1 Photo RAW. Here, discover how to leverage this photo app to develop and neatly organize your digital images. Instructor Robert Vanelli shows how to create a file structure for your photography, organize a digital library, leverage advanced development strategies for RAW images, apply effects to images, work with smart layers, and more. |
Learning System Center 2016 Data Protection Manager Training Lynda.com System Center 2016 Data Protection Manager (DPM) provides a centralized, enterprise-class solution for disaster recovery. With DPM, you can back up multiple hosts: Hyper-V, VMware, and Azure virtual machines; Windows client and server operating systems; SQL Server; Exchange and SharePoint servers; and Linux virtual machines, just to name just a few. This course shows how to back up and recover these systems and more, using the DPM administration console and time-saving PowerShell cmdlets. Instructor Daniel Lachance reviews DPM components and architecture and discusses considerations for installation and backup configuration. He shows how to apply protection to workloads such as file servers, SQL Server, Hyper-V virtual machines, and Windows clients, and easily recover the data—even from failed servers that refuse to boot. The course wraps with a discussion of monitoring, reporting, and troubleshooting in DPM. |
Learning Trimble Accubid ChangeOrder Training Lynda.com Accubid ChangeOrder allows you to easily manage contract variations and see how change orders impact the cost and schedule of your project. This course is designed for estimators who want to utilize the power of ChangeOrder for digital change orders that include accurate takeoffs and professional-looking reports. Instructor Christopher Randall shows how to set up the application and customize global and project-level preferences, including labor rates, report styles, and screen styles. Then learn how to create job files, perform takeoffs, interpret and analyze the extension screen, modify markups, and more. Plus, find out how to integrate change orders with Accubid estimates. |
Learning Ubuntu Server Training Lynda.com Ubuntu Server is optimized for scale. If you're looking to use this popular cloud operating system for a project—or you just want to hone your server administration skills—then this course is for you. Join Scott Simpson as he walks through how to deploy and configure Ubuntu Server. Scott shares how to install Ubuntu Server, secure access to the server, install and use a graphical monitoring tool, and configure and manage the server. Plus, he explores common services, sharing how to install and configure an HTTP server, MySQL, and more. |
Life Mastery: Achieving Happiness and Success Training Lynda.com What's the secret of successful and happy people? While there's no magic formula, there are small steps you can take to appreciably increase your satisfaction and odds of success—at work and in life. Join coach Chris Croft as he introduces his top tips for life mastery. Learn how goals help you build the life you want, how reducing what's not important leaves time and energy for what is, how to beat procrastination and eliminate stress, how to maintain a positive attitude through good times and bad, how to become more assertive, and how to build a network of friends and colleagues. Chris also offers some advice on making the lessons stick. The good life is within everyone's grasp; use these tips to achieve health, happiness, and success. |
LinkedIn Learning Highlights: Finding a Job and Managing Your Career Training Lynda.com Get the job you want and map out a successful career path—with these courses, weekly series, and learning paths from LinkedIn Learning. In this short course, you can sample highlights from courses covering a wide range of career management topics. Create an effective resume and ace that job interview. Build an effective personal brand and professional network. Improve your job performance and time management skills. Plus, learn how to manage change, adjust your career path, and develop a habit of lifelong learning. When you're ready to explore more, you can find links to all of the courses featured here in the PDF accessible through the Exercise Files tab. |
Portrait Project: Landscape Photo Shoot Training Lynda.com From lenses to lighting, photographing portraits in landscapes poses unique challenges. This edition of Portrait Projects shows photographers how to capture beautiful photos of people in natural settings. Chris Orwig takes us on location and shows us how to listen to the landscape, fit a person harmoniously into the scene, and use telephoto and wide-angle lenses to highlight the beauty of nature and the subject. Plus, learn how to use props and backlight to make photos even more impactful. |
Linux Foundation Cert Prep: HTTP Services (Ubuntu) Training Lynda.com HTTP services enable the web to function. Consequently, it's important that Linux administrators understand how these services work. This intermediate course covers the basics of HTTP services with Apache on Ubuntu. Learn what a web server needs to make a site accessible to others, how to install the Apache HTTP server, and how to make configuration changes to customize how it works. Discover how to add encryption to ensure that your website remains secure. Plus, learn about logging, how to enable and disable modules, and more. This course can prepare you for the HTTP services section of the Linux Foundation Certified Engineer (LFCE) exam. |
Machine Learning and AI Foundations: Classification Modeling Training Lynda.com One type of problem absolutely dominates machine learning and artificial intelligence: classification. Binary classification, the predominant method, sorts data into one of two categories: purchase or not, fraud or not, ill or not, etc. Machine learning and AI-based solutions need accurate, well-chosen algorithms in order to perform classification correctly. This course explains why predictive analytics projects are ultimately classification problems, and how data scientists can choose the right strategy (or strategies) for their projects. Instructor Keith McCormick draws on techniques from both traditional statistics and modern machine learning, revealing their strengths and weaknesses. Keith explains how to define your classification strategy, making it clear that the right choice is often a combination of approaches. Then, he demonstrates 11 different algorithms for building out your model, from discriminant analysis to logistic regression to artificial neural networks. Finally, learn how to overcome challenges such as dealing with missing data and performing data reduction. Note: These tutorials are focused on the theory and practical application of binary classification algorithms. No software is required to follow along with the course. |
Making a Career Change Training Lynda.com Unhappy with your current job? Thinking about changing roles or industries? Learn how to make a career change that leads to greater job satisfaction and professional growth. Coach Stacey Gordon provides a roadmap that will help you navigate from where you are to where you want to be-even if you don't know the exact destination. She reviews the steps you need to consider before switching roles or industries, so you can be confident you're making the right move. Then she walks you through the best practices to set yourself up for success-such as exploring a new career while remaining in your current job, using your skills in a volunteer capacity, and leveraging your network to find more connections and opportunities in your desired field. Everyone has their own reason for wanting to make a career transition, and Stacey's goal is to help you achieve yours. Use this course as a starting point to help you evaluate your path and set your new career up for success. |
Managing Organizational Change for Managers Training Lynda.com Employees want to know what their manager thinks about change. In fact, people are more likely to listen and follow a direct manager than anyone else in the organization. That's why change really does start with you. This course is for managers and leaders that need to move a team of people through organizational change. Learn the official definition of change management and get clear about your role in the process. Discover strategies to remove the discomfort of change, communicate change to different groups, reinforce skills, leverage performance management, and sustain planned change. Instructor Donna Brighton emphasizes leadership skills that can help you become a change champion—leading your team to success even when multiple changes happen at once—and make change stick. |
Managing Team Conflict Training Lynda.com When you bring people together, conflict is a natural part of the dynamic. How leaders choose to manage these inevitable disagreements can make the difference between a dysfunctional team and a successful one. In this course, instructor Henna Inam shares strategies and techniques that can help you confidently lead through conflict. Throughout the course, Henna provides direct instruction, exercises, and scenarios that play out common team conflict situations. Discover why team conflict is necessary for success and how to determine whether a conflict is healthy or unhealthy. Review how to resolve style differences, remain both assertive and cooperative in the midst of a conflict, and leverage different conflict management styles to defuse tricky situations. |