Linkedin Learning – Career Insights for Tech Professionals

Linkedin Learning – Career Insights for Tech Professionals-ZH
English | Size: 458.17 MB
Category: Tutorial


Are you starting a career in technology-or hoping to get to the next level? This course collects the very best tips and insights that our instructors have learned in their seasoned careers. VPs and MVPs offer targeted advice for today’s software developer and tech professional, on topics such as continuous learning, communication, freelancing, and mentorship. Learn what working professionals think are the most important skills and knowledge to land your next job and discover how to invest in the soft skills that make a crucial difference in a successful, life-long career in tech. You can find more information on these instructors in the Career Clinic: Developer Insights series.

Linkedin Learning – Angular Creating and Hosting a Full-Stack Site

Linkedin Learning – Angular Creating and Hosting a Full-Stack Site-ZH
English | Size: 865.03 MB
Category: Tutorial


Youve learned Angular and can create amazing front-end interfaces but deploying them requires more than just Angular. You need logic running on the server, and a place to put that logic. If you want to apply your Angular skills to a broader range of projects but youre not very familiar with server-side development then this course is for you. Join instructor Shaun Wassell as he steps through how to build a full-stack Angular-powered website from scratch. Shaun demonstrates how to create an Angular front end and write a back end in Node.js using hapi. He then shows how to add MySQL to your back end, connect the front and back ends, add Firebase Authentication to your project, and move your full-stack application to the cloud

Linkedin Learning – Migrating beyond Java 8-ZH

Linkedin Learning – Migrating beyond Java 8-ZH
English | Size: 535.02 MB
Category: Tutorial


Discover how to migrate your Java 8 applications to the latest versions of Java. It’s important for developers to plan ahead for the impacts of the new release cadence, licensing models, and support strategies as Java 8 becomes obsolete. This course provides you with tactics and tools for adapting new and existing applications to a newer version of Java. Explore enhanced language and API features in Java 11, 12, 13, and 14-including switch expressions and text blocks for working with multiline strings-and learn how to develop a migration strategy that takes advantage of automated tools. Instructor and Java expert Kevin Bowersox also helps you tackle challenges such as deprecation, removed packages, and third party dependencies that can cause issues when migrating between Java versions. By the end of the course, you should have the skills and knowledge to conduct a seamless migration to the most modern, secure, and performant versions of the Java platform.

Linkedin Learning – Firebase Essential Training Online Class

Linkedin Learning – Firebase Essential Training Online Class-ZH
English | Size: 1.02 GB
Category: Tutorial


To get a full-stack application up and running, developers often need to divert their attention from their core application to things like performance, security, offline functionality, hosting, and authentication. Firebase, once integrated correctly, takes all these concerns off the developer s plate, allowing them to concentrate on building an app that delights users. In this course, instructor Shaun Wassell helps you get up to speed with Firebase. Shaun takes an in-depth look at how Firebase works, as well as some of the pros and cons of using the app development platform. He then demonstrates how to incorporate Firebase into a working React application, feature by feature, to turn it into a fully functional app. Learn how to leverage Firebase Authentication, which allows you to avoid setting up your own authentication server; Cloud Functions, which you can use to define back-end functionality; and more

Linkedin Learning – TypeScript Object-Oriented Programming

Linkedin Learning – TypeScript Object-Oriented Programming-ZH
English | Size: 140.19 MB
Category: Tutorial


TypeScript boasts features that go beyond (and sometimes challenge) JavaScript approaches. But this superset of JavaScript really shines in the area of object-oriented programming (OOP).