Laith Academy
Laith Academy
  • Видео 81
  • Просмотров 4 919 705
HTTPS, SSL, TLS & Certificate Authority Explained
This course is everything you need to learn all about HTTPS, SSL, TLS and the roles of certificate authorities.
Timeline:
0:00 - 10:04 - Intro to Networking
10:04 - 12:10 - Why HTTP is not secure
12:10 - 17:30 - Symmetric Encryption
17:30 - 24:59 - Asymmetric Encryption
24:59 - 33:33 - Certificates & Certificates Authorities
33:33 - 39:39 - Chain of Trust
39:39 - 43:28 - Exploring HelloFresh.com Certificates
Просмотров: 65 215

Видео

The Modern React 18 Bootcamp
Просмотров 13 тыс.9 месяцев назад
This is the modern React 18 bootcamp Udemy Coupon www.udemy.com/course/the-modern-react-18-bootcamp-a-complete-developer-guide/?couponCode=7EAA16D9773A11511AC1 Timeline: 5:01 - What is React JS 9:55 - Comparing Vanilla JS To React 44:57 - Fundamentals of React 1:16:13 - Project 2 2:43:00 - A Challenge 3:51:00 - Project 3 4:11:44 - Components 4:33:08 - Multiple Pages With React Router Dom 5:44:1...
Drag and Drop with react-beautiful-dnd
Просмотров 52 тыс.Год назад
This tutorial will teach you how to utilize react-beautiful-dnd in order to build amazing drag-and-drop features within your React application. GitHub Repo: github.com/harblaith7/React-Beautiful-DND Timeline: 0:00 - 4:38 - Intro 4:38 - 12:23 - Setup 12:23 - 27:56 - DragDropContext, Droppable & Draggable 27:56 - 40:15 - Handling Drag/Drop Events 40:15 - 59:00 - Multiple Droppables
The Svelte Crash Course
Просмотров 17 тыс.Год назад
This course will teach you the fundamentals of Svelte GitHub Repo: github.com/harblaith7/svelte-crash-course Timeline 0:00 - 5:40 - Introduction 5:40 - 13:45 - Creating a Svelte App 13:45 - 23:22 - HMTL and CSS 23:22 - 33:53 - Iterating and Rendering 33:53 - 1:07:46 - State and Event Handlers 1:10:58 - 1:25:09 - Fetching Data 1:25:09 - 1:31:09 - Lifecycle Hooks 1:31:09 - 1:38:07 - Two Way Bindi...
The Next.js 13 Bootcamp
Просмотров 22 тыс.Год назад
These are the first 3 sections of my 15 hours Next.js 13 Udemy course. Udemy Discount Link: www.udemy.com/course/the-nextjs-13-bootcamp-the-complete-developer-guide/?couponCode=C9A94B309BEBDB5A5D42 HTML Files github.com/harblaith7/Next-HTML-Files Source Code github.com/harblaith7/Next13-Udemy-Course Timeline: 0:00 - Intro 7:45 - Requirement Setup 11:06 - Creating and Starting a Next App 18:05 -...
Nuxt 3 - Building a Complete Project
Просмотров 48 тыс.Год назад
This is the first two sections of my complete Nuxt 3 course on Udemy! On RUclips we will learn about file based routing and layouts and on Udemy we will learn about: - Route Middleware - OAuth Authentication - Error Handling - Image Processing - Building a REST API - Much much more! Udemy Discount Code www.udemy.com/course/the-nuxt-3-bootcamp-the-complete-developer-guide/?couponCode=28446660035...
Matplotlib
Просмотров 1,8 тыс.Год назад
This tutorial will teach you the basics of matplotlib. I hope you enjoy!
The Terraform Crash Course
Просмотров 6 тыс.Год назад
This crash course teaches you the basics of Terraform. Timeline: 0:00 - What is Terraform 7:50 - Managing Resources on Local Machine 20:57 - Managing Resources on AWS
The Ultimate Vue 3 Tutorial (100% Composition API)
Просмотров 241 тыс.Год назад
This is the ultimate Vue 3 course. Udemy Course (with discount) www.udemy.com/course/the-vue-3-bootcamp-the-complete-developer-guide/?couponCode=1E3B3D9B4DF7AB596036 Timeline: 0:00 - Project 1 1:38:58 - Project 2 2:48:51 - Project 3 JSON Files github.com/harblaith7/Vue3-Crash-Course/blob/main/03-Quiz/src/data/quizes.json
Vue 3 Routing - Beginner to Advanced
Просмотров 35 тыс.Год назад
GitHub Repo: github.com/harblaith7/Vue-Router-Crash-Course Timeline: 0:00 - Building a Small App 10:33 - Defining the Routing Rules 20:30 - RouterView 27:30 - RouterLink 33:00 - Dynamic Routing 44:40 - Programmatic Routing 51:00 - Catch All Route 55:00 - Adding Query Params 1:08:00 - Nested Routes
The Vuetify 3 Tutorial - A Vue 3 UI Library
Просмотров 70 тыс.Год назад
This is a Vuetify 3 Course Timeline 0:00 - Introduction 3:19 - Creating a Vuetify Project 9:23 - Layout 14:19 - Vuetify Components 24:40 - Grid System 41:44 - CSS Classes 46:00 - Adding Functionality
The RabbitMQ Tutorial
Просмотров 11 тыс.Год назад
In this tutorial, we will cover RabbitMQ GitHub Repo: github.com/harblaith7/RabbitMQ-Tutorial Node Download: nodejs.org/en/download/ Docker Download: www.docker.com/products/docker-desktop/ Timeline: 0:00 - Whats and Whys of RabbitMQ 15:51 - Setup 21:49 - Producer 30:20 - Consumer
The Python Pandas Tutorial
Просмотров 2,5 тыс.Год назад
In this course we will learn all about Pandas. GitHub repo: github.com/harblaith7/Pandas Timeline: 0:00 - Intro to Pandas and Series 11:55 - Series Operations 19:17 - DataFrames 28:45 - Conditional Selection 39:37 - Pandas Methods 1:01:40 - Groupby
The NumPy Tutorial
Просмотров 2,3 тыс.Год назад
A NumPy tutorial for beginners Second Channel: ruclips.net/channel/UCfNFgrUzeDSb-W3L3nnjC5A Timeline: 0:00 - What is NumPy 7:05 - Convert Lists to Arrays 12:00 - Creating an Array with .arange() 14:25: Creating an Array with .zeros() 16:25 - Generating Random Numbers 22:00 - Selection and Indexing 24:44 - Slicing 31:10 - Broadcasting 34:40 - Conditional Selection 36:00 - Operations
The Pinia Crash Course
Просмотров 16 тыс.Год назад
This crash course will teach you how to manage global state in VueJS with Pinia Second Channel: ruclips.net/channel/UCfNFgrUzeDSb-W3L3nnjC5A Timeline: 0:00 - Intro 10:35 - State 17:10 - Actions 29:00 - Getters
The Docker Crash Course
Просмотров 18 тыс.Год назад
The Docker Crash Course
The Golang Crash Course
Просмотров 14 тыс.2 года назад
The Golang Crash Course
The Microfrontend Crash Course
Просмотров 33 тыс.2 года назад
The Microfrontend Crash Course
The NGINX Crash Course
Просмотров 475 тыс.2 года назад
The NGINX Crash Course
The Nuxt 3 Crash Course
Просмотров 95 тыс.2 года назад
The Nuxt 3 Crash Course
The React Native Crash Course
Просмотров 44 тыс.2 года назад
The React Native Crash Course
GitHub Actions Crash Course
Просмотров 38 тыс.2 года назад
GitHub Actions Crash Course
Build a Rest API with GoLang
Просмотров 112 тыс.2 года назад
Build a Rest API with GoLang
NestJS Crash Course - Build a Complete Backend API
Просмотров 46 тыс.2 года назад
NestJS Crash Course - Build a Complete Backend API
Build a Rest API with Django Rest Framework
Просмотров 50 тыс.2 года назад
Build a Rest API with Django Rest Framework
React Query Crash Course
Просмотров 64 тыс.2 года назад
React Query Crash Course
MUI5 (Material UI) Crash Course
Просмотров 217 тыс.2 года назад
MUI5 (Material UI) Crash Course
React Testing Library Crash Course
Просмотров 48 тыс.2 года назад
React Testing Library Crash Course
Hasura Crash Course
Просмотров 14 тыс.2 года назад
Hasura Crash Course
How to Deploy a Docker App to AWS ECS
Просмотров 108 тыс.2 года назад
How to Deploy a Docker App to AWS ECS

Комментарии

  • @KamronbekAbdumannonov-m6u
    @KamronbekAbdumannonov-m6u 11 минут назад

    Great explanation!

  • @BaryaleyKhan
    @BaryaleyKhan 15 часов назад

    bro just summed up my whole sem

  • @asterixdx
    @asterixdx День назад

    would love an updated one of these using amazons ARN system to bypass needing keys, and allowing for script automation for pushing to amazons repos

  • @user-nd9do2nk2j
    @user-nd9do2nk2j День назад

    terrific tut

  • @egidfertal8240
    @egidfertal8240 3 дня назад

    Well I really love your teaching style :) When go slow and to the detail you actually saved my time ;) one of the best learning videos on youtube.

  • @dastro_90
    @dastro_90 4 дня назад

    Thank you so much i understood how Neo4j works 🙏

  • @musipto
    @musipto 5 дней назад

    Thank you very much for kindly explained how this works with the code, I'm shocked that's this is way better that the documentation itself since most of it and any other tutorial only goes to the basic one droppable stuff and don't explain with so much detail and so clear. Big thumbs up and subscribed!

  • @iskandertrabelsi555
    @iskandertrabelsi555 5 дней назад

    Thank you a lot for this great explanation video... But I think that's I'm the only one who didn't understand from the first time 😢 From asymmetric encryption section i start don't understand... I should rewatch again... Thanks again for this great explanation ❤

  • @UwU-dx5hu
    @UwU-dx5hu 5 дней назад

    you passed an empty object ,{} as the 2nd argument in the createStore() funciton. But is this the right thing to do. When i am coding in javascript i only pass 2 argument to this function. the reducer and the middleware. I never pass 3. so why do i have to pass this extra {} when i code in typescript??

  • @Imane-rm8ve
    @Imane-rm8ve 9 дней назад

    so well explained. Thank you so much :)

  • @saarza9991
    @saarza9991 9 дней назад

    Key take away points: 1) useEffect always executes at the beginning. 2) if no variables are added in the dependency array, the useEffect will execute itself everytime it detects a change on the webpage. 3) If a variable is added in the dependency array, it only executes if it detects any change in that variable. 4) useEffect can be used as a mounting function (ie, one that executes only once), by passing in an empty dependency array. That way it executes only once, that is when page is loaded. 5) Cats>>>Dogs

  • @soccerplaya102289
    @soccerplaya102289 9 дней назад

    I love your video and your explanation especially when you are explaining certain nuances about this process. Awesome vid/explanation I'll look forward to more of these kinds of vids.

  • @energy-tunes
    @energy-tunes 9 дней назад

    your mic has so much resonance its unlistenable

  • @ibmraj7329
    @ibmraj7329 10 дней назад

    I love your teaching style and you are explained everything consicely. thank you so much... LAITH

  • @jakubgorecki7235
    @jakubgorecki7235 10 дней назад

    1:09:42 - reDOOOOced :D

  • @bim-techs
    @bim-techs 11 дней назад

    Thank you. You are the best.

  • @kamalharsha-ry2nu
    @kamalharsha-ry2nu 11 дней назад

    one of the best ones ever, excellent explanation.Thanks

  • @leagueofmusic9622
    @leagueofmusic9622 12 дней назад

    pluck is deprecated, now need to use map instead) Really good video though

  • @KRinnSoFarzz
    @KRinnSoFarzz 12 дней назад

    I have felt appreciated so many thanks to you x100 . You're the best teacher to teach me of Vue without spending money 💰😊 from only this video not only Vue, but JavaScript, array ,some of points that I'm not clear in previous but now so magic I'm understanding so many from JavaScript, array, event.... please stay good health teacher 🙏☺️💙 I really love your 6hour of your video.☺️💙

  • @gustavorocha6592
    @gustavorocha6592 12 дней назад

    great video! Thanks!!

  • @vincentjonathan
    @vincentjonathan 13 дней назад

    So understandable even in 2x speed. Good teachings, bro. I subscribed you 👍👍👍👍👍👍👍

  • @uvieemma3854
    @uvieemma3854 14 дней назад

    100% dope explanation of indexing

  • @abdulrochman9966
    @abdulrochman9966 14 дней назад

    Terima kasih. Sangat membantu

  • @metipix
    @metipix 14 дней назад

    🤩this tutorial is outstanding. well done

  • @georgejacob711
    @georgejacob711 14 дней назад

    Hi, I have a doubt regarding video seek time 34:15. I created JWT token for api but 'Post' request of 'card' route is not working and not posting . Kindly please how to execute it?

  • @user-pr9it1oj3f
    @user-pr9it1oj3f 15 дней назад

    Thanks man, Beautiful explanation 😊

  • @bladbimer
    @bladbimer 15 дней назад

    Wow that's a lot of job to go to all those details, thanks for this i like to have all those details that was hard to find.

  • @xikusyaa
    @xikusyaa 15 дней назад

    there are a lot of sh** RUclipsrs who upload trash in the name of content, but you are opposite to those. Thank-you for this precise and easy on mind tutorial!

  • @surafelnegaalemayehu1080
    @surafelnegaalemayehu1080 15 дней назад

    thank you a lot bro

  • @genie9262
    @genie9262 15 дней назад

    Outstanding!!

  • @harshmittal63
    @harshmittal63 16 дней назад

  • @HB-dj6eq
    @HB-dj6eq 16 дней назад

    Very nice and easy to follow tutorial.

  • @ruans.p.5323
    @ruans.p.5323 16 дней назад

    26:34 looks down at notebook to see what's next to teach

  • @yerahmlee730
    @yerahmlee730 16 дней назад

    easy subscribe

  • @shokoyaabayomi8463
    @shokoyaabayomi8463 16 дней назад

    Good job

  • @potaetoupotautoe7939
    @potaetoupotautoe7939 19 дней назад

    my kind of content

  • @ShaxrilloNusratov
    @ShaxrilloNusratov 19 дней назад

    source?

  • @MdImranHosen-rq9ph
    @MdImranHosen-rq9ph 20 дней назад

    This is excellent

  • @signapi1973
    @signapi1973 20 дней назад

    Best explained video! Thank you very much.

  • @carsonjamesiv2512
    @carsonjamesiv2512 20 дней назад

    GOOD VIDEO!😃👍

  • @tarekdhl6446
    @tarekdhl6446 20 дней назад

    hey great work thanks , When you try to access your local site from another device on the network,Is he working in local network ????

  • @Asithappend
    @Asithappend 21 день назад

    The one of the best video I have ever seen on RUclips Thank you so much for making it very clear❤❤❤ Best wishes

  • @alltechtrickstips4850
    @alltechtrickstips4850 21 день назад

    So far best explanation I've seen! Explained like a I'm five years old

  • @avinashsigarakanti8607
    @avinashsigarakanti8607 22 дня назад

    developers could have explained this in 5 mins in very much better way

  • @santoshpoudel1853
    @santoshpoudel1853 25 дней назад

    i have looked up to many videos and just came across this detailed best explanation

  • @eyuelmulugeta7031
    @eyuelmulugeta7031 25 дней назад

    I just wanna say thanks

  • @mma-dost
    @mma-dost 25 дней назад

    the title of the video is pretty much embarrassing to click on. Question to me : Am I Dumb ? No So dont click on the video.

  • @changethementality
    @changethementality 26 дней назад

    You're a life saver! All the other courses I could find just had me annoyed and stressed out.

  • @LinDa-vx3ly
    @LinDa-vx3ly 27 дней назад

    Is it possible to decode a string without a key?

  • @LinDa-vx3ly
    @LinDa-vx3ly 27 дней назад

    I’m only about 10 minutes in, but I can already say I really like how you explain things 😀