LearningtheOWASPTop 10
No organization—no matter how large or small—is invulnerable to security breaches. What makes all of these systems, and the software that runs them, susceptible to attack? The Open Web Application Security Project (OWASP) was formed to provide the public with the...
OWASPTop 10: #3 Injection and #4 Insecure Design
The Open Web Application Security Project (OWASP) was formed to provide the public with the resources needed to understand and enhance software security. TheOWASPTop 10 list describes the ten biggest vulnerabilities. In this course, Caroline...
OWASPTop 10: #1 Broken Access Control and #2 Cryptographic Failures
No one is immune to security vulnerabilities when it comes to web applications. We all live with the looming possibility that something could go wrong in any instant. That’s why the Open Web Application Security Project...
OWASPTop 10: #5 Broken Access Control and #6 Security Misconfiguration
Security vulnerabilities should be top of mind when it comes to safely accessing web applications within an organization. There’s always something that can go wrong if you’re not careful, but how do you prepare for a...
[Linkedin] OWASPTop 10: #7 Identification and Authentication Failures and #8 Software and Data Integrity Failures, 2023 (CarolineWong)
Failures related to identity, authentication, and software and data integrity loom large in web application development. You need to keep security...
[Linkedin] OWASPTop 10: #9 Security Logging and Monitoring Failures and #10 Server-Side Request Forgery, 2023 (CarolineWong)
It’s important to protect your organization against security vulnerabilities, but how do you prepare for a possible attack? In this course, join instructor and...
React: Software Architecture
Many React developers have intimate knowledge of the React API itself, but little familiarity with how to create real-world apps on a larger scale while dealing with various stakeholders. The heavy demands on web apps both from a customer and managerial perspective...
React: Authentication
User authentication is a critical part of virtually every website, yet few web developers know all the details behind how it works and how to use it to provide a good user experience. In this course, instructor Shaun Wassell dives into the details behind user...
React: Design Patterns
If you’ve learned the basics of React and have worked on many React applications, chances are you’ve run into some recurring problems and situations, like creating reusable layouts or working with forms. If you’ve been on the hunt for solutions to common problems, look no...
React: Server-Side Rendering
Server-side rendering lets you optimize your applications to use client or server resources depending on network and device circumstances. Old device on a slow network? Render on the server. New device, fast network? You should probably let the client do the work...
Node.js: Testing and Code Quality
Most software engineers would agree that clean code is easier to maintain than messy code, but what exactly does that look like, and how do go about cleaning up messy code? In this course, Jon Peck shows how to measure quality, implement testing, and measure...
Introduction to NFTs: Non-fungible Tokens
NFTs (non-fungible tokens) enable people to sell digital items like music, art, photos, and more. Creators are interested in NFTs as a way to protect and monetize their original work—and collectors are buying. The NFT model will have a dramatic effect...
Learning Bitcoin and Other Cryptocurrencies
Bitcoin is a form of money that only exists online. It's making headlines around the world, but many people don't really understand how bitcoin and other cryptocurrencies work. In this course, Tom Geller demystifies bitcoin, revealing the promise and...
Building an Ethereum Blockchain App: 10 Deployment and Maintenance
Have you wondered how blockchain can help you create applications that offer greater transparency, traceability, efficiency, and resilience while lowering your costs? This course, tenth in a series of eleven, shows you how to...
Building an Ethereum Blockchain App: 3 Ethereum Development, 2021
Have you wondered how blockchain can help you create applications that offer greater transparency, traceability, efficiency, and resilience while lowering your costs? This course, third in a series of eleven, introduces you to...
Building an Ethereum Blockchain App: 4 Ethereum Development
Have you wondered how blockchain can help you create applications that offer greater transparency, traceability, efficiency, and resilience while lowering your costs? This course, fourth in a series of eleven, goes in-depth on the...
LinkedIn Learning — это американская платформа онлайн-обучения. Она предоставляет видеокурсы, преподаваемые отраслевыми экспертами по программному обеспечению, творчеству и бизнес-навыкам. Она является дочерней компанией LinkedIn. Все курсы на LinkedIn делятся на четыре категории: Бизнес...
Building an Ethereum Blockchain App: 2 Introduction to Ethereum, 2021
Have you wondered how blockchain can help you create applications that offer greater transparency, traceability, efficiency, and resilience while lowering your costs? This course, second in a series of eleven, introduces you...
Unit Testing in Django
Tests are at the heart of modern software development, and testing is a skill that should be as basic as building the applications. In this course, Leticia Portella uses an untested Django application to teach you about the tools and good practices of writing tests...
React: Building Styles with CSS Modules
React styles and CSS styles haven't always agreed in the use of inline styling. As React development has grown, developers have figured out more and more ways of smoothly integrating and maintaining a style with their code. But with so many options, it...