LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

[Update Links] Pluralsight – ASP NET Authentication The Big Picture

24/09/2019 Learning for Life Leave a Comment

Pluralsight ASP NET Authentication The Big Picture-XQZT
English | Size: 139.44 MB
Category: CBTs


Looking to start building authentication into your ASP.NET application, but don’t know where to start? This course will take you from zero to hero and set you in the right direction for implementing the best authentication system for your users. [Read more…]

.Net & Java .NET, ASP, Authentication, Pluralsight, The Big Picture, XQZT

Linkedin – Learning Web Security User Authentication and Access Control-QUASAR

10/09/2019 Learning for Life Leave a Comment

Linkedin – Learning Web Security User Authentication and Access Control-QUASAR
English | Size: 142.55 MB
Category: Tutorial


User authentication plays a central role in almost everything we do online. From apps to hardware and websites, user accounts and logins are everywhere. Authentication is critical for verifying a user’s identity online and for confirming permissions so individuals can perform privileged actions. In this course instructor Kevin Skoglund teaches you how authentication works how to implement it correctly when building web applications walks you through some of the most common attacks, and shows you how to protect your site. He also demonstrates how to secure your own passwords and digital identity so you can work securely. This course is ideal for all developers, particularly those who are interested in authentication and security [Read more…]

WEB/HTML/CSS/AJAX Access, Authentication, Control, Learning, LinkedIn, QUASAR, Security, User, Web

Pluralsight – Penetration Testing of Identity Authentication and Authorization Mechanism-XQZT

04/09/2019 Learning for Life Leave a Comment

Pluralsight – Penetration Testing of Identity Authentication and Authorization Mechanism-XQZT
English | Size: 133.80 MB
Category: Tutorial


Learn how you can perform web application penetration testing on a website’s Identity Management, Authentication and Authorization mechanism and help organizations view their security posture before a malicious hacker exploits them. [Read more…]

WEB/HTML/CSS/AJAX Authentication, Authorization, Identity, Mechanism, Penetration, Pluralsight, Testing, XQZT

Linkedin – Learning Building Vue and Node Apps With Authentication-BiFiSO

03/08/2019 Learning for Life Leave a Comment

Linkedin – Learning Building Vue and Node Apps With Authentication-BiFiSO
English | Size: 378.20 MB
Category: CBTs


You’re already familiar with the up-and-coming Vue.js framework, and Node.js has become a standard in back-end production. In this course, Alexander Zanfir shows how to leverage these technologies together to build a full-stack app in JavaScript. Alexander demonstrates how to build an interface in Vue.js that can send information to a Node.js server and adjust to its responses, as well as make sure that only authorized users can visit. He steps through how to develop a new feature in nearly every video, emphasizing practical demonstrations in code over theoretical discussions of key concepts. Discover how to get your data from Node.js, navigate with Router, register users, create a login component, and more. [Read more…]

.Net & Java Authentication, BiFiSO, Building, Learning, LinkedIn, Node Apps, VUE

Packt – Build a User Authentication Web App With Python and Django

26/07/2019 Learning for Life Leave a Comment

Packt – Build a User Authentication Web App With Python and Django-JGTiSO
English | Size: 1.56 GB
Category: Tutorial


Learn
Introduction to Django
Download and install Python
Log in and log out of an app
Edit profiles
Change passwords
How to create views/pages
Basic CSS with Bootstrap 4.1
About
Django and Python can seem overwhelming at first, but they don’t have to be! In this course, I’ll walk you through them step-by-step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.
[Read more…]

WEB/HTML/CSS/AJAX App, Authentication, Build, Django, JGTiSO, Packt, Python, User, Web

PluralSight – Implementing and Managing Microsoft Azure Multi-factor Authentication

20/07/2019 Learning for Life Leave a Comment

PluralSight – Implementing and Managing Microsoft Azure Multi-factor Authentication
English | Size: 793.68 MB
Category: Programming | Cloud-Comp | E-learning | HACKING | Hyper-V | Microsoft | others


Implementing and Managing Microsoft Azure Multi-factor Authentication
by Neil Morrissey
In this course, you’ll learn how to use Azure Multi-factor Authentication to leverage a user’s mobile device to add an extra layer of security to your applications and systems. You’ll learn all the integration and admin features available.
[Read more…]

OS & Server Authentication, Azure, Implementing, Managing, Microsoft, Multi-factor, Pluralsight

TeamTreeHouse Introduction to User Authentication in PHP

23/06/2019 Learning for Life Leave a Comment

TeamTreeHouse Introduction to User Authentication in PHP
English | Size: 300.84 MB
Category: Tutorial


Do you want users to be able to interact with your site? Do you want users who are active participants in the content you provide? That interaction could be purchasing products or adding products to sell, leaving comments or providing blog posts. No matter which type of interaction your site provides to users, you’ll need a way to authenticate those users. In this course we’ll lay the foundation for keep your data safe and secure while building a platform for active participation [Read more…]

Perl & PHP Authentication, Introduction, PHP, TeamTreehouse, User

Pluralsight Spring Security AuthenticationAuthorization – Building Effective Layers of Defense

26/01/2019 Learning for Life Leave a Comment

Pluralsight Spring Security Authentication/Authorization – Building Effective Layers of Defense
English | Size: 652.07 MB
Category: Programming | E-learning | Security


Getting security wrong can have major repercussions for you, your organization, and your users. In this course, Spring Security: Authentication / Authorization – Building Effective Layers of Defense, you will learn what’s under the covers, the architecture and components, and how they can be configured to provide a Defense-in-Depth solution to contain and limit the impact of any security breaches. First, you will explore how to configure Spring Security within Spring Boot and add multi-factor authorization using basic, digest, HTTPS, 2FA, additional security questions, and email verification. Next, you will learn the effects of configuring security incorrectly and how to secure your secrets and users credentials. Finally, you will discover how to outsource authorization with Oauth2 social login and how to add authorization to your pages, URLs, methods, and domain objects with security configuration, expressions, and annotations. When you are finished with this course, you will have a foundational knowledge of how to effectively configure Authentication and Authorization with Spring Security that will help you as you move forward to building more robust security solutions for your applications. [Read more…]

Security & Hacking Authentication, Authorization, Pluralsight, Security, Spring

Lynda RHCE Cert Prep Authentication with LDAP and Kerberos

10/03/2018 Learning for Life Leave a Comment

Lynda RHCE Cert Prep Authentication with LDAP and Kerberos
English | Size: 187.84 MB
Category: Tutorial


Earning the Red Hat Certified Engineer (RHCE) certification-the benchmark certification for Red Hat Enterprise Linux (RHEL)-demonstrates to both your current organization and potential employers that you possess expert-level competence with RHEL. This course covers authentication with LDAP and Kerberos as part of RHCE certification prep. Join instructor and Linux enthusiast Grant McWilliams as he discusses using Network Time Protocol (NTP) for authentication, as well as configuring an NTP server and client. Grant also explains how to set up a Lightweight Directory Access Protocol (LDAP) server and client, and how to configure Kerberos client authentication. [Read more…]

Internet & Networking Authentication, Cert Prep, LDAP, Lynda, RHCE

frontendmasters.com – Secure Authentication for Web Apps & APIs Using JWTs

13/10/2017 Learning for Life Leave a Comment

frontendmasters.com – Secure Authentication for Web Apps & APIs Using JWTs
English | Size: 1.18 GB
Category: Tutorial


Non-trivial web applications require some form of user authentication. When it comes to implementing authentication in modern single page apps, things can get a bit tricky, and the traditional methods of session and cookie-based auth tend to get in the way. The JSON Web Token spec offers a much better way of handling authentication in a SPA and comes with many benefits.
[Read more…]

WEB/HTML/CSS/AJAX Apps, Authentication, Frontendmasters.com, Secure, Web

  • « Previous Page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • Next Page »
  • Best WebRTC Course – Very Informative – 2025 | Udemy
  • Data Visualization with Matplotlib and Seaborn
  • Drawing Basics and Beyond – Sorie Kim
  • Gracious Films – The Rubber-Keyed Wonder (2024)
  • Debt-Free Art Degree: Foundations in Drawing – Marco Bucci

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in