[Lynda] Building Angular and Node Apps with Authentication

Author Alexander Zanfir Updated 10/17/2017 Released 5/16/2017 Are you already familiar with Angular 2 and Node.js? If so, this course can help you leverage these two popular frameworks to build a full-stack web application—which you can later use as a template for your own web app. Join Alexander Zanfir as he shows how to create […]

[Lynda] Building Angular and ASP.NET Core Apps with Authentication

Author Alexander Zanfir Updated 10/18/2017 Released 5/9/2017 Angular 2 and ASP.NET Core offer solid improvements over previous versions. In this course, discover how to work with these technologies to build a full-stack web application—which you can later use as a template for your own web app. Follow Alexander Zanfir as he explains how to create […]

[Lynda] Applied Economic Forecasting with Big Data

Author Michael McDonald Released 7/6/2017 Big data is transforming the world of business. Yet many people don’t understand what big data and business intelligence are, or how to apply the techniques to their day-to-day jobs. This course addresses that knowledge gap by showing how to use large volumes of economic data to gain key business […]

[Lynda] Angular 2+: Creating CRUD Apps

Author Gary Simon Released 10/16/2017 Understanding how to perform create, read, update, and delete (CRUD) operations for a variety of apps is crucial for any developer. In this course, learn how to perform CRUD operations with Angular apps. Instructor Gary Simon begins by covering fundamental Angular concepts, such as how to use the Angular CLI […]

[Lynda] Angular 2 Essential Training

Author Justin Schwartzenberger Released 10/31/2016 AngularJS was designed by Google to address challenges programmers face building complex, single-page applications. This JavaScript framework takes care of the back end so you can take care of the client side. Angular 2 Essential Training introduces you to the essentials of this “superheroic” framework, including powerful features such as […]

[Lynda] Angular: API Communication and Authentication

Author Victor Mejia Released 7/13/2017 APIs are at the heart of enterprise development, and Angular ships with robust services to communicate with them via HTTP. But one of the best ways to implement authentication of API services is using JWTs (JSON web tokens). In this course, we take a deep dive into using the provided […]

[Lynda] WordPress: Building Themes from Scratch Using Underscores

Author Morten Rand-Hendriksen Released 2/6/2017 If you know how to build complex custom WordPress themes using the starter theme known as _s (Underscores), you can create nearly anything you can dream up. In this course, Morten Rand-Hendriksen shows how to build a theme piece-by-piece by breaking it down into sections including the header, menus, images, […]

[Lynda] Real-Time Web with Node.js

Author Kyle Simpson Released 1/30/2017 Note: Real-Time Web with Node.js was created by Frontend Masters. It was originally published on July 12, 2014. We are pleased to host this training in our library. Accelerate your development efforts by learning how to work with HTML5 APIs for real-time communications using Node.js. Join JavaScript expert Kyle Simpson in this […]

[Lynda] Maya 2018 Essential Training

Author George Maestri Updated 11/15/2017 Released 7/25/2017 Learn to create high-quality 3D models and animations in Maya 2018. This course covers the core Maya skills—modeling, texturing, rendering, and animation—within a real-world, project-based workflow. The techniques you’ll learn here translate equally well to film, motion graphics, game design, and animation. First explore the basics of the […]

[Lynda] Mastering Web Developer Interview Code

Author Ray Villalobos Updated 11/14/2017 Released 7/18/2017 Whether you’re actively looking for a new job, or you just want to keep your coding skills sharp, it’s important to refresh your understanding of the kinds of front-end and full-stack developer code that potential employers value. In this weekly series, senior staff author explores essential coding skills […]

[Lynda] Illustrator CS6 Essential Training

Author Justin Seeley Released 5/7/2012 Adobe Illustrator can be used to accomplish many different design tasks, from illustration to app development. This course demonstrates core concepts and techniques that can be applied to any workflow—for print, the web, or building assets that will find their way into other applications. Author Justin Seeley explains the elements […]

[Lynda] ES6: The Right Parts

Author Kyle Simpson Released 6/9/2017 ECMAScript 6 (ES6) introduced many important features that enhanced JavaScript, making it more concise and powerful, and allowing you to make your code more readable. In this course, learn how to use these ES6 JavaScript language features to write cleaner, more productive, and more readable programs. Kyle Simpson helps you […]

[Lynda] Advanced PHP

Author Justin Yost Released 9/13/2016 Implement namespaces, extend interfaces, create your first Trait, dive into object-oriented programming, and discover versatile scripting methods with this course. Web developer Justin Yost takes you into the advanced parts of the PHP server-side language, including abstract classes, iterators, generators, and password hashing. He provides an overview of each topic, […]

[Lynda] Advanced Express: Web Application Development

Author Michael Heap Released 10/6/2016 Note: Mastering Express Web Application Development was created by Packt Publishing. It was originally released on 6/30/2015. We are pleased to host this training in our library. Express.js is a fantastic JavaScript framework, but most people only scratch the surface. Express is perfect for developing APIs with performance in mind […]

[Lynda] Drawing Foundations: Figure

Author Amy Wynne Released 1/21/2016 Learn the foundations of figure drawing: techniques for bringing the human form to life on paper. Artist and teacher Amy Wynne breaks down a classical approach to figure drawing into simple steps: capturing gesture and motion, mapping out structure and form, understanding the common “landmarks” of the body, drawing proportionally, […]

[Lynda] API Design in Node.js Using Express and Mongo

Author Scott Moss Released 5/12/2017 Learning how to build an API with Node.js can sometimes be overwhelming. In this course, join Scott Moss as he explains how to design, build, test, and deploy a RESTful API using Node.js and Mongo. Scott covers topics such as working with middleware, testing in Node.js, application organization, data modeling, […]

[Lynda] WordPress REST API: Building an Interactive Web App

Author Morten Rand-Hendriksen Released 8/22/2017 The WordPress REST API opens a world of possibilities to WordPress developers. In this project-based course, learn how to build an interactive web app on top of the WordPress REST API. Instructor Morten Rand-Hendriksen kicks off the course by helping you plan the app you’re going to build. Next, he […]

[Lynda] WordPress: Creating an Intranet Website

Author Morten Rand-Hendriksen Released 3/23/2017 Provide shared access to files and resources within your organization by setting up an intranet website using WordPress. Ease of use, low maintenance, and high extensibility are just some of the reasons WordPress can work as an ideal tool for your company’s internal file sharing needs. This course shows how […]

[Lynda] Learning Enterprise Web Application Performance

  Author Maximiliano Firtman Released 10/10/2017 Most enterprise apps are moving online. But if your application takes more than three seconds to load, more than 50% of your users will abandon it. Web performance optimization (WPO) helps developers increase conversion and user efficiency while reducing server load. WPO is an essential technique for efficient web-based […]

[Lynda] The DOM in JavaScript, jQuery, AngularJS, and React

Author Christian Hur Released 8/14/2017 The HTML DOM (Document Object Model) opens up exciting new ways to create dynamic websites. Learn the different ways a developer can manipulate the DOM tree using common web technologies. Instructor Christian Hur introduces the DOM and shows how DOM elements are arranged and constructed. Next, he reviews the built-in […]

[Lynda] React: Lifecycles

Author Carl Peaslee Released 8/9/2017 Optimize your React components by utilizing the power of React lifecycle methods. Lifecycle methods can trigger different functions at each stage in a component’s lifecycle: initialization, mounting, updating, and unmounting. This course dives deeper into React lifecycle methods and shows how we can leverage them to build more performant, reliable, […]

[Lynda] React: ES6, ES2016, and Beyond

Author Carl Peaslee Released 8/14/2017 Learn the newest versions of JavaScript—ES6, ES2016, and beyond—so that you can create more efficient and concise React components. ES6 and ES2016 include many features that simplify React development, making your code cleaner and easier to read. Join Carl Peaslee, as he uses JavaScript features from ES6 and beyond to build a […]

[Lynda] Building and Deploying a Full-Stack React Application

Author Carl Peaslee Updated 6/26/2017 Released 4/7/2017 React—a popular JavaScript framework—boasts a number of developer-friendly tools that can help you quickly and efficiently turn your ideas into fully-functioning applications. If you already have a solid grasp of the essentials of full-stack JavaScript web development, this practical, project-based course can help you get acquainted with React. […]

[Lynda] Office 365 for Administrators: Supporting Users Part 2

Author Sharon Bennett Released 9/6/2017 Once your users are up and running with Office 365, they may experience more complex issues related to printing, version compatibility, and startup. This course provides Level 1 IT administrators with an overview of common end-user support requests related to Office 365. Learn how to fix Word formatting issues, find […]

[Lynda] Office 365 for Administrators: Supporting Users Part 1

Author Sharon Bennett Released 8/24/2017 Transitioning your company to Office 365? This course provides Level 1 IT administrators with an overview of the most common end-user support requests related to Office 365. Get a quick recap of Office basics, including the features of Word, Excel, PowerPoint, Outlook, Skype, OneDrive, SharePoint, OneNote, Access, Delve, Yammer, Publisher, […]

[Lynda] Node.js: Testing and Code Quality

  Author Jon Peck Released 9/13/2017 A maintainable codebase should have clean and easy-to-manage code. In this course, Jon Peck shows how to gauge quality, implement testing, and measure code coverage in your Node.js apps. To help you better understand these key concepts, he walks through how to clean up a buggy restaurant booking app. […]

[Lynda] Linux for PHP Developers

Author Jon Peck Released 7/5/2017 Set yourself up for PHP programming in Linux—the fast, powerful, and free development environment that can be virtualized on almost any machine, including Mac and Windows computers. Explore various Linux distributions and the LAMP stack: the most ubiquitous web server solution on the Internet. Begin by downloading Linux, installing the […]

[Lynda] Linux: Firewalls and SELinux

Author Sean Colins Released 4/21/2017 This course takes you through the basics of firewalls on Linux. Sean Colins shows you how to configure Firewalld for local protection, work with SELinux, and troubleshoot firewalls. He also covers iptables, default policies, port blocking, and port forwarding. Learn how to install GUI controls and utilities, manage zones and […]

[Lynda] Firewall Administration Essential Training

Author Sean Colins Released 5/18/2017 Firewalls are integral for IT professionals who need to secure and monitor network traffic. In this course, learn how to plan for, deploy, administer, and maintain a network firewall. Sean Colins provides an overview of the role of a firewall, and how it’s used to secure traffic on an organization’s […]

[Lynda] Webpack Deep Dive

Author Kent Dodds Released 6/14/2017 Building and deploying front-end applications can quickly grow complicated. webpack simplifies the task of managing web dependencies by offering a huge list of features that cater to a variety of JavaScript apps. In this course, explore these features, and learn how to migrate an existing JavaScript application to webpack 2. […]