Search Fields (at least one required): |
Leading with Vision Training Lynda.com The world needs leaders who can create a compelling vision and engage others around it. Visionary leaders are able to communicate what lies beyond the horizon and inspire confidence. They attract talent to the organization and motivate team members to make more effective decisions. In this course, CEO Bonnie Hagemann shows corporate and community leaders how to lead with vision, breaking visionary leadership down into steps that anyone can follow. Discover why it's needed, why it's lacking, and how you can fill the gap. Then find out how to build your personal vision and gain the skills and tools to build a vision for your organization, division, department, team, community cause, or nonprofit. |
Lean Technology Strategy: Building High-Performing Teams Training Lynda.com Lean teams are nimble and diverse. They include product managers, developers, and operations specialists, who may only work together for a short time. How do you manage people that play such different roles and unite them towards a common goal? In this course, Jez Humble provides tips to build high-performance product teams. He compares the strengths of the Taylorist vs. lean management approaches, explains how culture contributes to high-performing teams, and introduces a well-documented case study of a company changing a culture for the better. Plus, learn how to improve performance and adopt the principles of high-performing teams as your own. |
Python for the C# Developer Training Lynda.com Python is hugely popular, boasts an elegant syntax, and has played a notable role in the rise of the open-source community. While this highly readable language can add value to any developer's toolkit, it can be of particular help to C# developers who want to better grasp how .NET is shifting to embrace the open-source community. In this course, Reynald Adolphe helps to acquaint C# developers with Python by helping them leverage what they already know. Throughout the course, Reynald highlights the similarities and differences between Python and C# as he goes over key concepts such as functions, conditional statements, and how to create and work with classes. He also demonstrates the four pillars of object-oriented programming—abstraction, polymorphism, inheritance, and encapsulation—as he walks through the creation of a salary calculator. |
React for Web Designers Training Lynda.com You don't have to start from scratch with React. This super popular JavaScript framework can make your existing websites and apps even better, with very little overhead. Learn practical ways to incorporate React in real-world web designs, in this course with Joe Chellman. Joe introduces three small projects that benefit from React: a product manager that showcases React state, props, and events; an employee directory using React forms and animation; and a status board that uses React to make external API calls. Each project demonstrates what makes React most interesting and useful to web designers and provides solutions for dealing with the few unique challenges, such as working without a build tool. |
React Recipes Training Lynda.com React has been taking the world of front-end development by storm. It helps you write even the most complicated, dynamic interfaces—making simple things faster and difficult things achievable. But even the best cooks need reliable recipes. This course provides tested, easy-to-follow instructions to solve the most common challenges that React developers face every day. Instructor Diego Muracciole dives straight into the most important React concepts as well as the latest features to help you solve your daily development problems. Learn to build complex React components and discover techniques to introduce React into your existing codebase. Find solutions to state and data management issues with Redux, and learn about testing and integrating React with other tools that takes your web app to the next level. In addition to these basics, Diego covers UI animations, rendering, and routing logic. |
Revit 2019: Essential Training for MEP (Imperial) Training Lynda.com MEP (mechanical, electrical, and plumbing) design is one of the major components of the BIM chain—and Revit is the design tool of choice for many MEP engineers. This course focuses on the MEP features of the 2019 version of Revit for users who prefer to work in imperial units (inches and feet). You can dive into a specific trade, or take the entire course to learn about all aspects of the vast Revit MEP ecosystem. Upon completion, you'll know how to create basic floor plans, design electric circuits and lighting systems, tackle a mechanical project, create plumbing plans, design sprinkler systems, and document your designs for construction and fabrication. |
Revit 2019: Essential Training for MEP (Metric) Training Lynda.com MEP (mechanical, electrical, and plumbing) design is one of the major components of the BIM chain—and Revit is the design tool of choice for many MEP engineers. This course focuses on the MEP features of the 2019 version of Revit for users who prefer to work in metric units (meters, centimeters, etc.). You can dive into a specific trade, or take the entire course to learn about all aspects of the vast Revit MEP ecosystem. Upon completion, you'll know how to create basic floor plans, design electric circuits and lighting systems, tackle a mechanical project, create plumbing plans, design sprinkler systems, and document your designs for construction and fabrication. |
IT Help Desk for Beginners Training Lynda.com Interested in a job in IT? Get the skills you need to pursue an entry-level position as an IT help desk technician. This course is an ideal starting point for job seekers wishing to venture into the field of technical support or seeking to strengthen their overall technical savvy and skills. It covers the fundamental IT help desk responsibilities, including software installation, networking, and troubleshooting. Learn about removing software from a computer, networking through the command line, joining computers to a domain, and more. Instructors Jason Ruediger and Mariecor Agravante also teach important soft skills, including customer service skills relevant to the help desk professional. |
Java Design Patterns: Creational Training Lynda.com Design patterns provide a kind of template for writing quality code. Knowing which design pattern to use in which scenario can be challenging, but will make you a better Java programmer. This course takes a deep dive into creational patterns, which can help you create more flexible, reusable objects. Instructor Bethan Palmer covers the five most popular creational patterns—Builder, Singleton, Prototype, Factory Method, and Abstract Factory—as well as concepts such as multithreading, mutability, and hierarchies. She provides example use cases, complete with implementation instructions and tips for avoiding the unique challenges posed by each pattern. By the end of the course, you'll be armed with the knowledge and skills necessary to implement each design pattern in your own Java projects. |
Job Seeker Tips Training Lynda.com Have you wondered how to answer open-ended interview questions? Or are you struggling to market yourself to employers in an authentic way? Career strategist Jenny Foss is here to help. She is back with five essential job seeker tips, designed to make the job search less overwhelming. Learn to make your LinkedIn profile stand out, answer tricky interview questions, improve your résumé, and get the most value out of informational interviews. Jenny offers practical, actionable advice to speed up your job hunt, get your resume in front of the right people, and land the job of your dreams. |
Java EE: Design Patterns and Architecture Training Lynda.com Discover how to prevent common design issues and increase programming efficiency using design patterns and architecture in Java EE. In this course, instructor Alex Theedom dives into the fundamental topic of design patterns and software architecture, equipping you with the knowledge you need to choose the right architecture for your application. Alex covers the Gang of Four classic patterns, discussing the unique way they are implemented in the Java EE platform. This includes the Singleton, Facade, Observer, and Decorator patterns. He then goes over some of the most important architectural patterns used by the platform, including Filter, model-view-controller (MVC), Front Controller, and Interceptor. After diving into design patterns, he moves on to the topic of architecture, discussing the motivation and need for architecture and introducing some of the best-known structures. Alex finishes the course with a discussion of monolithic and microservice architectures. |
JavaScript: Classes Training Lynda.com The release of ECMAScript 2015 brought class syntax to JavaScript, providing developers used to class inheritance with some familiar tools. If you're new to the language—or just unsure how classes work in ECMAScript 6 (ES6)—then this course is for you. Join instructor Emmanuel Henri as he explains how classes work in ES6. He starts with the foundations of classes and how they interact with other JavaScript features. He then goes over constructors, mixins, and extends, explaining how they work and sharing code examples. |
Learn Java Cryptography Training Lynda.com Security is paramount for any application. In Java, cryptography is key to the secure storage and transmission of data: to and from resources, users, and APIs. This course teaches the basics of Java cryptography using the Java Development Kit (JDK) crypto libraries: Java Cryptography Architecture (JCA) and Java Cryptography Extensions (JCE). Learn basic cryptography concepts and terms, including symmetric and asymmetric encryption, hashing, and digital signatures. Then find out how to use the cryptographic services or "engine classes" in JCA and JCE, such as Cipher, KeyGenerator, MessageDigest, and Signature, to enforce secure messaging and data storage. Plus, discover how to build a Java keystore to manage your repository of keys and certificates. Instructor Frank Moley uses his 16+ years of experience as a software developer and security architect to guide you through this complex topic. |
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. |
Revit to Unity for Architecture, Visualization, and VR Training Lynda.com Are you underutilizing your 3D models? Would you like to showcase architecture and engineering by transforming your Revit files into virtual reality experiences? Join Logan Smith and explore strategic export methods for Revit files. Logan covers how to get Revit files ready for export, use the export views, link to a model, and reassign mapping. Then, he shows how to import files into Unity and set up scenes. He also demonstrates how to begin visualization processes and prepare for more advanced Unity work that is covered in other courses. |
Revit to Unreal for Architecture, Visualization, and VR Training Lynda.com Revit, 3ds Max, and Unreal are major players in the architecture, visualization, and virtual reality worlds. These technologies allow you to immerse yourself in designs—before you ever build them. Find out how to make these tools play well together to bring your own models to life. Instructor Simon Manning shows how to prepare your Revit projects for export, import them in Unreal, and use the Datasmith Product Viewer template to leverage prebuilt interactive elements such as furniture and lights. Then find out how to create and apply custom materials and adjust the lighting of your model. Simon also shows how to add interactions with Blueprint scripting and package your visualizations for display on VR headsets or mobile devices. Using these tutorials, you can polish your Revit models into interactive presentations that you can't wait to share with clients. |
Sales: Selling Financial Products and Services Training Lynda.com Financial services sales representatives face a set of unique challenges. They sell intangible products or services that involve an element of risk. To succeed, you need to build trust and connect your services with your clients' needs—and their dreams. This course helps you approach the financial services sale in a way that inspires your client's confidence and helps them realize their goals. Learn how to understand the importance of your role, engage financially active customers, and match products to their needs. Business strategist and instructor Meridith Elliott Powell also helps you have great sales conversations and create relationships that last a lifetime. |
Salesforce Tips Training Lynda.com Discover how to work smarter in Salesforce, the hugely popular customer relationship management (CRM) solution. In this course, Christine Pereira shares practical tips and tricks that can help you customize Salesforce to suit your unique needs and leverage Salesforce features in your day-to-day operations. Christine shows how to keep your data clean by using the right naming conventions, discusses how to use follow-up reminders and tasks to get you closer to closing a deal, and shares strategies for connecting with the Salesforce community. |
Protecting Profitability by Reducing Financial Risk Training Lynda.com Running a company is inherently a risky business. But with a cohesive risk management program, you can reduce financial liability, protect your property and your people, and make sure you stay open for business—no matter what happens. This course offers practical and implementation-ready solutions to protect organizational knowledge and valuation while reducing financial risk for businesses of all sizes and industries. It is designed for business owners, executives, and risk managers who want to protect digital, intellectual, and physical assets; keep employees safe; and guard against cyber threats as well as natural and man-made disasters. Business continuity expert Dan Weedin first reviews the risk management process, from identifying exposures to implementing and monitoring a risk management program. Then he shows how to protect your company by building a strong team that keeps organizational knowledge in-house and operational. Plus, learn how to plan for risks that are unique to the digital age, such as IP theft and cyberattacks, and buy insurance to mitigate financial loss in the worst-case scenario. |
Package Design Project: Paperboard Food Packaging Training Lynda.com Food packaging has very specific requirements regarding labeling, size, and materials. On top of that, package designs need to tell the story of the brand and leap out at customers from supermarket shelves. Successful food packaging attracts customers, communicates the brand's unique story, stands out on the shelf, and meets all the essential FDA requirements. This course explores the process of designing packaging for food that prints and presents beautifully while safely containing and protecting the contents. Instructor Gerardo Herrera—the packaging design director for Pasadena ArtCenter College of Design—starts by analyzing the requirements: the brand, the product, the target market, and many other factors that will help determine the direction the package should go. Once a concept is developed, he jumps into the design tools, like Adobe Illustrator, and starts building the packaging. By following along with this hands-on project, you can learn how to choose the right packaging forms, messaging, imagery, color, materials, and prototyping tools and think critically about how the user will interact with the product. |
Photoshop for Designers: Type Essentials Training Lynda.com Learn the fundamentals of working with type in Adobe Photoshop. In this course, instructor Nigel French distinguishes when it is appropriate to set type in Photoshop rather than InDesign or Illustrator and what makes Photoshop unique for certain type treatments. He demonstrates essential techniques, such as entering and editing text; interacting with type layers; and adjusting the color, transparency, and character formatting of type. Plus, he discusses some evolving technologies in type, including the new frontier of color fonts. |
Photoshop for Teaching and Learning Training Lynda.com Whether you're a teacher working on a presentation or a student tackling an assignment, you'll likely need to use images to explain concepts. And while students, educators, and instructional designers don't necessarily need to be Photoshop power users, understanding how to work with the core tools in the powerful image-editing software can both empower individuals and help them produce more compelling images. In this course, join Chris Mattia as he shares key techniques that can help you successfully use Photoshop for teaching and learning. Chris helps you get started with Photoshop, demonstrating how to navigate the user interface, use actions for repetitive tasks, and create clean image compositions. He also shares how to fix common image problems, prepare images for presentations, work with time-lapse videos, and more. |
Portrait Project: Landscape Photo Post-Production Training Lynda.com Once you've done the work of capturing landscape portraits, you're ready to start making subtle improvements that can make your images truly stand out. In this edition of Portrait Projects, Chris Orwig shows how to develop striking landscape portraits in post-production using Photoshop and Lightroom. Chris walks through the post-production workflow, explaining how to find the keepers from your shoot and bring your favorite images to life. He shares tips that can help you enhance your photos, correct underexposure, improve backlit photos, and more. |