Curated Video
Practical Cyber Hacking Skills for Beginners - Web Attack - SQL Injection
In this lesson, we will look at the top 3 web attacks. Here, we will look at malicious code or applications performed in action by third parties, mainly targeting databases.
Wonderscape
Myths of Rome's Great Fire and Marie Antoinette’s Famous Misquote
Uncover the myths behind Emperor Nero’s supposed fiddling during the Great Fire of Rome and the famous misquote "Let them eat cake" attributed to Queen Marie Antoinette. Learn the truth about these historical events, debunking the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)
In this video, we will work on a more conventional prediction called stock return. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 5 - Share Image Using ShareLink
In this lesson, we will explore how to create share links to share images with someone. We will create a share image preview and then a share image view and use a button to create a link for the share image option. This clip is from the...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote View Model
This is a continuation of the previous video about the quotable API. Here, we will create the view model, connecting the actual view and the data model we created. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16...
Curated Video
Genius Unleashed: The Marvel of Modern Invention
Venture into the world of Armand and Victor, twin brothers who transform everyday items into extraordinary inventions in their garage. From a magic carpet that powers devices to a fan that spins with a simple approach, this video...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Emoji Quote App in Action
In this video, we will test the quote view model. We will test the app function by making the emoji blink eyes, produce a random quote in the bubble, and display an image. We will check by resizing the image and text color and size. We...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView
Here, you will learn to calibrate the “MainEmojiQuoteViewâ€. We will link the emoji to the quotes view and the images to the emoji quotes. When the app is run, we can make the emoji produce a random quote in the bubble and link the...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View
Let's understand how to change the image preview in the image view. We will use the repeat function to define the number of times the image view appears and add scroll views. This clip is from the chapter "Emoji App" of the series...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model. This clip is from the chapter "Emoji App" of the...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Adding Text to the Speech Bubble View
In this lesson, we will pick up where we left off in the previous video, where we defined the tail size and bubble radius. We will shift our focus to adding text to the speech bubble view. We will define parameters on how the text...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Final Touches
In this continuation video from the previous four lessons, this final installment focuses on the Swift UI view and buttons. We will test the functionality of the content we have created. This clip is from the chapter "Beyond the Basics"...
Curated Video
Fundamentals of Secure Software - JWT Example
This video explains the breaking down a JWT.
Curated Video
A Detailed Guide to the OWASP Top 10 - #3 SQL Injection Attacks
This video explains the most common type of attack on a website, which is the SQL injection attack.
Curated Video
The Art of Doing - Web Development for Beginners - About Me Project
In this video, we will walk through my version of the "About Me" project and learn how to apply the HTML tags we covered in the previous videos to build a simple and basic web page. This clip is from the chapter "Basic HTML Tags" of the...
Curated Video
The Art of Doing - Web Development for Beginners - About Me Project Preview
In this video, we will take a sneak peek at the "About Me" project, our first project where we will create a simple web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Widget in Bundle
This video explains how to add the widget to the widget bundle. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Widget View
This video explains the quote widget view. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a network-enabled widget,...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Timeline Provider
This video explains the quote timeline provider. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a network-enabled...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Timeline Entry
This video explains the quote timeline entry. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a network-enabled...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Struct
This video explains how to create the data structure for our quotes widget. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Widget Introduction
This video explains the quotes widget creation and how it works. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Strings
This video explains strings in Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.