Neueste Videos

RWB 993 Norway Build #1 | "Ruri" (4K)
RWB 993 Norway Build #1 | "Ruri" (4K) Vpolar Admin 6 Ansichten • 4 Jahre alt

Instagram: @mio
The build in detail:
https://youtu.be/LFsGlK17Ri4
Rauh-Welt / Nakai San's 1st build in Norway in October 2019. Nakai named her "Ruri" after a blue gemstone. READ MORE ?

The RWB conversion was done before the engine was finished, so unfortunately no rolling shots yet. Subscribe to my channel if you wanna see more of Ruri when she hits the streets :)

Looking back to a fantastic weekend with friends and RWB family joining from abroad! Truly an unique experience!

Footage:
Andreas Hem
Erik Hem
Sindre Skui

Edit by me and music by Skrillex, Snavs and Snake

Laravel Crash Course 2020
Laravel Crash Course 2020 Vpolar Admin 38 Ansichten • 4 Jahre alt

This is a Laravel crash course that covers installation, authentication, routes, data, pagination, email functionality and much more

- Visit Codecourse for more videos & courses by Alex:
https://codecourse.com

- YouTube Channel:
https://www.youtube.com/channe....l/UCpOIUW62tnJTtpWFA

- Code:
https://github.com/codecourse/posty-traversy-media

- Social Links:
https://twitter.com/teamcodecourse
https://twitter.com/alexjgarrett

- Links mentioned in course:
Composer (https://getcomposer.org/)
Laravel documentation (https://laravel.com/docs/8.x)
Laravel debugbar (https://github.com/barryvdh/laravel-debugbar)
Tailwind (https://tailwindcss.com/)
Mailtrap (https://mailtrap.io/)

Timestamps:
00:00 Introduction
01:49 Demo
04:23 Installing and setting up Laravel
07:08 Routes, views and layouts
10:35 Laravel Mix and Tailwind
15:18 Styling the layout
17:35 Running migrations
22:57 Registering users
44:06 Signing in after registration
46:46 Authenticated state
48:30 Logging in
53:47 Logging out
57:52 Middleware
01:06:12 Post form
01:09:26 Setting up posts
01:16:06 User/post relationship
01:18:49 Creating a post
01:20:14 Listing posts
01:27:37 Pagination
01:30:31 Seeding with model factories
01:33:54 Liking and unliking posts
01:48:50 Eager loading
01:53:40 Deleting our posts
01:56:46 Authorization
02:02:47 User profile page
02:06:49 Blade components
02:10:54 Like count Eloquent relationship
02:12:41 Single post page
02:14:18 Sending email
02:21:23 Soft deleting models
02:26:31 Final tidying
02:28:20 Wrapping up

30 Ultimate Windows 10 Tips and Tricks for 2020
30 Ultimate Windows 10 Tips and Tricks for 2020 Vpolar Admin 13 Ansichten • 4 Jahre alt

The ultimate compilation of Windows 10 tips and tricks to enhance your skills using Microsoft Windows. I’ve combined long-established tips and tricks featured in previous videos with prominent new ones Microsoft added in 2019 and 2020. You’ll find these tips and tricks useful whether you’re using Windows for the first time or just wanting to enhance your Windows 10 skills.

Support me with your Amazon purchases, click here:
https://amzn.to/2Kxp533

PowerToys URL: https://github.com/microsoft/powertoys/releases
God Mode: %windir%\explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}

Contents 0:00
1. Windows-V 0:40
2. Snip & Sketch 1:48
3. Aero Shake 3:31
4. Snap Assist 3:52
5. Dictation 4:45
6. Dark Mode 5:55
7. Night Light 6:47
8. Calculator 7:34
9. Nearby Sharing 9:06
10. Focus Assist 10:28
11. Calendar Event 11:54
12. Hide Desktop Icons 13:23
13. Secret Windows Menu 14:00
14. Windows Switch 14:26
15. PowerToys 14:53
16. Storage Sense 17:03
17. Startup Programs 17:58
18. God Mode 18:41
19. Show People 20:08
20. Reliability Monitor 22:10
21. Windows Reset 23:45
22. EarTrumpet 24:58
23. Virtual Desktops 26:25
24. Keyboard Shortcuts 27:49
25. Background Apps 28:58
26. Emoji 29:43
27. Default Apps 30:02
28. Troubleshooter 31:02
29. Steps Recorder 32:03
30. Visual Search 33:29

Laravel PHP Framework Tutorial - Full Course for Beginners (2019)
Laravel PHP Framework Tutorial - Full Course for Beginners (2019) Vpolar Admin 17 Ansichten • 4 Jahre alt

Learn Laravel 5.8 by creating an Instagram clone in this full tutorial course for beginners. Laravel is a free, open-source PHP web framework used for creating web applications.

?Code:
https://github.com/coderstape/freecodegram

⭐️Course Contents ⭐️
⌨️ (0:00) Introduction
⌨️ (1:14) What is Laravel?
⌨️ (2:07) Installing Laravel
⌨️ (5:30) First look at the project
⌨️ (7:15) Intro to php artisan
⌨️ (11:42) Generating login flow with make:auth
⌨️ (12:04) Setting Up the Front End with Node and NPM
⌨️ (20:00) Migrations and Setting Up SQLite
⌨️ (26:00) Designing the UI from Instagram
⌨️ (42:12) Adding Username to the Registration Flow
⌨️ (58:35) Creating the Profiles Controller
⌨️ (1:04:00) RESTful Resource Controller
⌨️ (1:09:10) Passing Data to the View
⌨️ (1:10:20) Adding the Profiles Mode, Migration and Table
⌨️ (1:17:30) Adding Eloquent Relationships
⌨️ (1:28:10) Fetching the Record From The Database
⌨️ (1:30:00) Adding Posts to the Database & Many To Many Relationship
⌨️ (2:04:24) Creating Through a Relationship
⌨️ (2:08:12) Uploading/Saving the Image to the Project
⌨️ (2:19:19) Resizing Images with Intervention Image PHP Library
⌨️ (2:27:42) Route Model Binding
⌨️ (2:31:48) Editing the Profile
⌨️ (2:46:46) Restricting/Authorizing Actions with a Model Policy
⌨️ (2:54:50) Editing the Profile Image
⌨️ (3:00:00) Automatically Creating A Profile Using Model Events
⌨️ (3:12:56) Default Profile Image
⌨️ (3:19:48) Follow/Unfollow Profiles Using a Vue.js Component
⌨️ (3:31:28) Many To Many Relationship
⌨️ (3:46:33) Calculating Followers Count and Following Count
⌨️ (3:48:55) Laravel Telescope
⌨️ (3:51:44) Showing Posts from Profiles The User Is Following
⌨️ (4:01:03) Pagination with Eloquent
⌨️ (4:03:25) N + 1 Problem & Solution
⌨️ (4:05:21) Make Use of Cache for Expensive Query
⌨️ (4:11:44) Sending Emails to New Registered Users
⌨️ (4:21:51) Wrapping Up
⌨️ (4:22:37) Closing Remarks & What's Next In your Learning

?Course from Coder's Tape. Check out their YouTube channel for more great Laravel tutorials: https://www.youtube.com/coderstape

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

And subscribe for new videos on technology every day: https://youtube.com/subscripti....on_center?add_user=f

Showing 104 out of 105