ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 results

CS50
CS50x 2026 - Lecture 7 - SQL

... Foreign Keys 01:06:58 – Querying 01:40:47 – Indexes 01:45:56 – Python and SQL 01:57:46 – SQL injection attacks 02:06:15 ...

2:15:33
CS50x 2026 - Lecture 7 - SQL

3,073 views

7 hours ago

BSidesFrankfurt
Vibe Coding Explained: Simple Rules for Secure Programs #shorts

Vibe coding curse is a perfect example of defining rules to avoid SQL injection and top ten OWASP issues. These are being ...

0:18
Vibe Coding Explained: Simple Rules for Secure Programs #shorts

2,233 views

6 days ago

CS50
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:22:12
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

2,033 views

3 hours ago

vlogommentary
How to Correctly Use bcrypt.compare in a Node.js and Express MySQL Login Query

... [[See Video to Reveal this Text or Code Snippet]] Additional Tips Always use parameterized queries to prevent SQL injection.

3:32
How to Correctly Use bcrypt.compare in a Node.js and Express MySQL Login Query

0 views

5 days ago

Tech With Tim
FastAPI + React B2B SaaS Full Project Build - Orgs, Users, Billing, Roles & More...

This project uses Clerk to handle authentication, users, organizations, billing and more, get started with Clerk for free from this link: ...

2:53:29
FastAPI + React B2B SaaS Full Project Build - Orgs, Users, Billing, Roles & More...

9,544 views

1 day ago

Zoran on C#
Build a Lightweight Change Tracker for Dapper: Optimal SQL Without EF Core

Change tracking is a simple generalization of Dapper. Learn how to implement it on an immutable model! Support me on Patreon ...

13:04
Build a Lightweight Change Tracker for Dapper: Optimal SQL Without EF Core

2,702 views

2 days ago

The Schools Of AI : Learning Path | हिंदी
2- Setter Injection in Springboot Part-1

What is Setter Injection in Springboot with example .

38:55
2- Setter Injection in Springboot Part-1

0 views

4 days ago

vlogommentary
Resolving BeginExecuteReader Transaction Errors with SqlConnection and Dapper

Learn why the BeginExecuteReader error occurs when using SqlConnection with Dapper and how to fix transaction-related ...

3:17
Resolving BeginExecuteReader Transaction Errors with SqlConnection and Dapper

0 views

4 days ago

Code By Swamy
Unlocking the Power of Spring Data JPA: A Step-by-Step Introduction @codebyswamy

Spring Data JPA is a framework that makes working with databases in Java much simpler. Instead of writing long and complex ...

8:43
Unlocking the Power of Spring Data JPA: A Step-by-Step Introduction @codebyswamy

46 views

6 days ago

Spring Boot Diaries
Spring Boot Project Tutorial: Building a URL Shortener (Step by Step)

00:00 Spring Boot Project Overview 01:05 Initializing the Project w/ Spring Initializr 03:10 Exploring the Spring Boot Project w/ ...

1:27:37
Spring Boot Project Tutorial: Building a URL Shortener (Step by Step)

159 views

6 days ago

The Schools Of AI : Learning Path | हिंदी
Contructor Injection In SpringBoot Part-2

What is Contructor Injection In SpringBoot with example.

25:53
Contructor Injection In SpringBoot Part-2

14 views

4 days ago

realNameHidden
What’s the Difference Between @Component, @Service, and @Repository Annotations in Spring? | Spring

What's the Difference Between @Component, @Service, and @Repository Annotations in Spring? Spring Boot Interview ...

11:50
What’s the Difference Between @Component, @Service, and @Repository Annotations in Spring? | Spring

15 views

2 days ago

a.b.h.a
Sql injection challenge

Here's a simple example of sql injection!

0:30
Sql injection challenge

11 views

3 days ago

Exploit For Good
কালি লিনাক্স বেসিক কমান্ড ফর ইথিক্যাল হ্যাকিং অ্যান্ড পেনিট্রেশন টেস্টিং পার্ট -১৮ (chmod,chown)

... sql injection for beginners, sql injection demo, sql injection prevention, sql injection attack, sql injection example, sql injection ...

22:16
কালি লিনাক্স বেসিক কমান্ড ফর ইথিক্যাল হ্যাকিং অ্যান্ড পেনিট্রেশন টেস্টিং পার্ট -১৮ (chmod,chown)

189 views

3 days ago

vlogommentary
Fixing Dynamic SQL Syntax Errors: Safe Date and Parameter Handling in SQL Server

Learn how to fix syntax errors in dynamic SQL when filtering by dates and IDs, using parameterized queries and QUOTENAME to ...

2:59
Fixing Dynamic SQL Syntax Errors: Safe Date and Parameter Handling in SQL Server

0 views

3 days ago

CinnamonSec
🎄Advent of Cyber 2025 in Italiano (Giorno 6-14) - TryHackMe

Vediamo le sfide dell'Advent of Cyber di TryHackMe! https://tryhackme.com/adventofcyber25 - Giorno 6 (Fine): Malware Analysis ...

4:23:53
🎄Advent of Cyber 2025 in Italiano (Giorno 6-14) - TryHackMe

170 views

Streamed 3 days ago

vlogommentary
How to Efficiently Update chain_id Across Multiple SQL Server Tables Using a Mapping Table

QUOTENAME protects against SQL injection and handles object names correctly. Notes & Best Practices Back up your data ...

4:06
How to Efficiently Update chain_id Across Multiple SQL Server Tables Using a Mapping Table

0 views

1 day ago

vlogommentary
How to Get a bool Result from a SQL WHERE Condition in SQLite with C+ +

[[See Video to Reveal this Text or Code Snippet]] Benefits: Prevents SQL injection by using parameter binding More control over ...

3:17
How to Get a bool Result from a SQL WHERE Condition in SQLite with C+ +

0 views

2 days ago

vlogommentary
How to Append Values in SQL Server Using SqlParameter for Updates

This approach prevents SQL injection and keeps the update logic clear and efficient. Summary When you want to append to an ...

1:55
How to Append Values in SQL Server Using SqlParameter for Updates

0 views

17 hours ago

vlogommentary
How to Use SQL IN Operator with Parameter Binding in Node.js SQLite

This approach safely handles variable-length lists and prevents SQL injection by using parameter binding.

1:59
How to Use SQL IN Operator with Parameter Binding in Node.js SQLite

0 views

2 days ago