Search Fields (at least one required): |
Introduction to LEED Credentialing Training Lynda.com Earning a LEED credential signifies your deep understanding of sustainable design and construction. If you're interested in earning a LEED credential but aren't sure where to start, then this course can help. Join instructor Fulya Kocak Gin as she demystifies the LEED credentialing process, going over the different types of LEED credentials, who each credential is suitable for, and how to prepare for the different credentialing exams. Fulya steps through how to register for your exam, discusses the format and content for key exams such as the LEED Green Associate exam, and shares tips for studying effectively. Plus, she goes over how to maintain your credential once you've earned it. |
Introduction to the SHRM-CP Certification Exam Training Lynda.com Earning the Society for Human Resource Management Certified Professional® (SHRM-CP) credential can set you apart from others in the HR field by indicating that you possess the knowledge needed to be an effective leader. This course was designed to help you understand what to expect on test day, and prepare you to be successful on the exam. Instructor Joanne Walters provides an overview of the SHRM-CP® exam content as described by the Society for Human Resource Management (SHRM®), and shares how the behavioral competencies and knowledge domains are measured on the SHRM-CP®. Joanne also provides general test preparation guidance and shares what to expect after you take the test. Disclaimer: This course is not produced nor endorsed by SHRM®. |
Investment Evaluation Training Lynda.com So you want to start saving money and investing in your future. How do you make sure you make smart decisions? While there is always an element of risk when it comes to investments, you can make more informed choices with some simple statistical techniques. This course teaches the basics you need to evaluate opportunities and get the most value out of every dollar. Instructor Yash Patel is passionate about empirical and data-driven decision making, and here he turns its power on the world of finance. Learn about the components of an investment and fundamental concepts such as time value, opportunity cost, and the difference between capital and wealth. Review the different types of investments and three different methods of evaluation: discounted cash flow (DCF), net present value (NPV), and internal rate of return (IRR). For each method, Yash lists the pros and cons, offers examples and challenges, and provides a "real talk" summary that will help anyone—not just business owners and CFOs—make smart, strategic decisions about money. |
iOS Development: Architecture Training Lynda.com Behind every polished iOS app is a thoughtful plan. By understanding and applying the fundamental concepts behind iOS application architecture, you can ensure that the software you develop is well-understood, flexible, and easy to extend or refactor. In this course, instructor Károly Nyisztor dives into these concepts, helping to familiarize you with the basics of iOS application architecture and design best practices.
To begin, Károly explores the Unified Modeling Language (UML), goes over some core UML diagrams, and discusses the iOS app life cycle. Next, he covers fundamental architectural design patterns such as the model-view-controller (MVC)—the classical iOS app design paradigm—as well as the Model-View-ViewModel (MVMM) pattern and other alternatives to MVC. He also shares how to manage app state transitions and build responsive apps. In addition, he discusses URL scheme-based communication and AirDrop; efficient memory and power consumption; how to detect issues and bottlenecks in your apps; and more. |
IoT Foundations: Operating System Applications Training Lynda.com Interested in building applications for the Internet of Things? Smart devices surround us, and the app market is only getting bigger. Luckily, the operating systems designed for IoT—Ubuntu Core, Windows 10 IoT Core, and others—also have a number of built-in features for developing robust, full-featured IoT apps. An OS-based approach to development hands over tasks such as interoperability and security to the framework, so that developers can focus on features and functionality. This course provides a technical overview of IoT application components that can be "outsourced" to the OS: interactions with sensors and actuators, data management and processing, data transmission, edge computing, cloud computing, device management, security, and artificial intelligence and machine learning. IoT engineer and professor Ryan Hu provides numerous examples as well as exercise files that show how to implement each component in an actual IoT app. |
Kubernetes: Native Tools Training Lynda.com Do you want to get a handle on how to use the native tools provided by Kubernetes? In this course, bolster your existing understanding of Kubernetes by learning more about the tools provided by the ecosystem. Discover how to use these tools to build, manage, debug, and scale applications better in Kubernetes. Instructor Karthik Gaekwad shares strategies for mastering kubectl; running Kubernetes using Minikube, kubeadm, and kops; and more. |
Java Persistence API (JPA): 1 The Basics Training Lynda.com The Java Persistence API (JPA) is the standard for mapping Java objects to relational databases. JPA provides several advantages over traditional data access methods like Java Database Connectivity (JDBC). In this practical course, Kesha Williams discusses these advantages and acquaints you with the basics of JPA, entity management, transaction management, and relationship mapping. Upon completing this course, you'll be equipped with a firm understanding of JPA and persisting data in Java enterprise applications. |
JavaScript: Prototypes Training Lynda.com The JavaScript approach to object-oriented programming feels alien to many developers. While prototypes are core tools for intermediate and advanced programming, even experienced developers may not understand how they work. This course explains how to write more efficient JavaScript code using the prototype chain. Learn fundamental concepts underlying prototypes, such as object literals and constructors, and discover how prototypes can reduce memory usage, improve code organization, and help you cascade changes site-wide with a single update. Instructor Sasha Vodnik also explains how to use ES6 classes to build prototypes with less code and more features. |
JavaScript: Scope Training Lynda.com JavaScript scope determines how variables can be accessed throughout your code. There are two scopes: global and local. Global variables are accessible from anywhere; local variables are accessible only from within the function or block the variables are declared. Scope can be confusing, especially when factors such as hoisting and closures enter the mix. This course provides a thorough introduction to the scope options for JavaScript variables, alongside challenges that help you practice what you've learned. LinkedIn Learning instructor Emmanuel Henri helps you properly scope your variables, mitigate the effects of hoisting, and declare local variables inside non-function code such as if statements using block scope. |
Jenkins Essential Training Training Lynda.com Continuous integration, deployment, and delivery pipelines can be built from many tools, but Jenkins is one of the most popular, for its open-source extensibility and ease of use. Jenkins Essential Training covers the fundamentals of the platform, including automating builds and testing and securing deployments. Learn how to create jobs, trigger builds, and distribute those builds to multiple environments. Instructor Robert Starmer also shows how to add notifications to alert you to build state changes and failures and extend Jenkins with plugins, shared libraries, and APIs. He also explains how to secure deployments and access to your Jenkins environment, and store artifacts from the build process for safekeeping. Plus, learn how to combine multiple stages of the CI/CD process into a single automated pipeline. The course includes advanced use cases, best practices, and customization tips, designed to give even the first-time user the skills to become a capable Jenkins engineer. |
JNCIA (JN0-102) Cert Prep: 1 Junos Fundamentals Training Lynda.com Juniper Networks provides networking solutions to the world's top 100 service providers, as well as banks, government agencies, health care organizations, and more. The Juniper Networks Certified Associate-Junos (JNCIA-Junos) exam certifies a network administrator's proficiency with the Junos operating system. It's the first prerequisite for advanced Juniper certifications such as JNCIS, JNCIP, and JNCIE and a key competitive factor in your job search. This course teaches the concepts covered in the first two exam objectives: Networking Fundamentals and Junos OS Fundamentals. Learn the basics of the OSI networking model, the devices at the different layers, and IP addressing and subnetting. Then explore the core elements of the Junos OS, including the software architecture, routing, and traffic processing, and learn how to install Junos on a virtual machine. Completing all three courses in the series will help prepare you to pass the related 65-question certification exam, JN0-102. |
Learning ARKit for Developers Training Lynda.com If you're intrigued by the potential of augmented reality (AR)—and want to start incorporating this exciting technology in new and existing products—then this project-based course is for you. Here, learn what you need to know to create AR apps using the powerful ARKit and SpriteKit frameworks. Explore how SpriteKit and ARKit work together, how to set up an ARKit project, how to use 3D anchors, and more. In addition to covering the fundamentals of both frameworks, this course provides you with an opportunity to apply what you learned by creating a fun AR game. |
Launch Your Product to the Press Training Lynda.com When you're ready to launch your product or service, garnering positive press coverage is key. The right media coverage can validate your product or service in the eyes of the general public, driving potential customers to your website. In this course, join instructor Andrea Holland as she shows how to successfully launch your product to the press. Andrea explains how to prepare for a launch by creating basic messaging, writing a press release, and conducting media outreach so that reporters want to write about you. Then, she covers how to execute a successful launch, including how to sound natural when speaking with the media. To wrap up, she shows how to keep the cadence going by leveraging the launch for additional media opportunities. |
Leading Productive One-on-One Meetings Training Lynda.com Regular one-on-one meetings provide managers with an opportunity to head off problems and efficiently answer the many small, quick questions that arise during the workweek. In this course, Dave Crenshaw shows how to establish a one-on-one meeting schedule and agenda, assign and review actions items, and assess the results of the meeting and follow up on promises. This course also explains how to listen to employees' needs effectively and when to offer training and development. LinkedIn Learning (Lynda.com) is a PMI Registered Education Provider. This course qualifies for professional development units (PDUs). To view the activity and PDU details for this course, click here. |
Learn LinkedIn Sales Navigator Training Lynda.com Find more leads and build out your social sales strategy with the power of LinkedIn Sales Navigator. LinkedIn is a natural platform for modern selling, and with Sales Navigator you can increase your opportunity for successful connections. In this course, Donna Alexander shows you how to find new leads, review lead suggestions, view member profiles and company accounts, and use shared connections to make introductions. She also shows how you can use InMail to increase your sales success with targeted messaging, and prospect on the go with the Sales Navigator mobile app. Plus, learn how to use PointDrive and updates to gain more insights into your buyers and the state of your sales pipeline. |
Learning Eclipse Training Lynda.com Eclipse is an essential tool for developers—it's not only an integrated development environment (IDE), but also an extensible platform for developing digital tools and applications. While it's primarily associated with Java, you can also use it with other languages, including C, C++, and PHP. In this course, Reynald Adolphe helps you get started with this powerful IDE, sharing practical examples and tips using Java. Learn how to work with the Eclipse interface, create and manage Java projects, and debug your code. Reynald also shares tips and tricks that can help you work smarter with Eclipse. |
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 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 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 Stimulus Training Lynda.com JavaScript can add to your apps rather than run them. The creators of Basecamp—who are always on the lookout for simpler solutions—built the Stimulus framework to give developers a more lightweight option. This small JavaScript framework augments your HTML and lets you use simple JavaScript for decoration and interactions. In this course, explore the framework's core concepts and discover how Stimulus can help you quickly build small projects. Instructor Emmanuel Henri shows how you can take your HTML knowledge, mix in some basic JavaScript, and let Stimulus structure your interactions with users. |
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 the Adobe Creative Cloud Training Lynda.com With Adobe Creative Cloud, you can access the entire collection of Adobe software, including powerhouse design tools such as Photoshop, Illustrator, and After Effects. The subscription model provides new purchase options as well as instant access to software updates. Explore all the suite has to offer, in this introductory overview with instructor Chad Chelius. Chad explains how to sign up for Creative Cloud and install programs and updates. He shows how to upload, download, and manage files in the cloud, and reviews the sharing and collaboration workflow. Then he demonstrates how to store and share reusable assets in CC Libraries and explores some additional, lesser-known services, such as Typekit, Adobe Stock, and Adobe Capture. Finally, Chad shows how to use the Creative Cloud and other Adobe mobile apps to take your work anywhere your creativity leads. |
Learning Vagrant Training Lynda.com Vagrant is a command-line program that's used in combination with a configuration file to define, configure, and run virtual machines. Vagrant is compatible with most of the major hypervisors, including VirtualBox, Hyper-V, and VMware. In this course, instructor Dave Swersky helps you get started with this powerful, easy-to-use tool by helping you build your understanding of Vagrant components and the ecosystem that Hashicorp—the makers of Vagrant—provides to support Vagrant. Dave goes over the primary use cases for Vagrant, and explains how it can simplify the usage and deployment of virtual machines. He discusses how to work with boxes—including how to create boxes of your own—and discusses Vagrant Cloud, an online box repository. He also shares tips and tricks that can help you work more efficiently with Vagrant. |
Machine Learning & AI Foundations: Linear Regression Training Lynda.com Having a solid understanding of linear regression—a method of modeling the relationship between one dependent variable and one to several other variables—can help you solve a multitude of real-world problems. Applications areas involve predicting virtually any numeric value including housing values, customer spend, and stock prices. This course reveals the concepts behind the most important linear regression techniques and how to use them effectively. Throughout the course, instructor Keith McCormick uses IBM SPSS Statistics as he walks through each concept, so some exposure to that software is assumed. But the emphasis will be on understanding the concepts and not the mechanics of the software. SPSS users will have the added benefit of being exposed to virtually every regression feature in SPSS. Instructor Keith McCormick covers simple linear regression, explaining how to build effective scatter plots and calculate and interpret regression coefficients. He also dives into the challenges and assumptions of multiple regression and steps through three distinct regression strategies. To wrap up, he discusses some alternatives to regression, including regression trees and time series forecasting. |
Making User Experience Happen as a Team Training Lynda.com As a UX design professional, you want your team to be user-centered—doing usability testing, site visits, early prototype testing, or other user research—but they may not see the need. For example, many developers tend to systemize rather than empathize. They approach problems in a logical way and find it hard to see the emotional side to issues. Most users, in contrast, have a more complex relationship with the software they use. They have emotional responses to working with your product. In this practical course, look at what it takes to help systemizers to empathize, and how you can best integrate with development teams, communicate the value of UX to business-oriented team members, and cultivate executive champions. Upon wrapping up this course, you'll have a better understanding of how to help your colleagues grasp the importance of user experience—which, in turn, can help make design decisions a bit easier. |