Curated Video
What Are Vector Databases
Vector databases are rapidly growing in popularity as a way to add long-term memory to LLMs like GPT-4, LLaMDA, and LLaMA. Learn how popular vector databases like Pinecone and Weaviate can store ML embeddings to integrate with tools like...
Curated Video
What We Know About Next.js So Far
Vercel just introduced 4 new storage products, including a serverless Postgres database, a durable Redis store, and file uploads with CloudFlare R2. They also leaked some details about a new server actions feature for Next.js
Curated Video
15 Futuristic Databases
Let's take a look at the top 15 new databases that could disrupt software development in the future. Many new serverless databases leverage tools like Postgres and MySQL, while others attempt build entirely new systems from scratch.
PBS
She isn't African enough?! DNA Ancestry tests feat. It's Okay To Be Smart
Ancestry and DNA testing is one of the fastest growing consumer markets. Over 26 million people have access to their DNA profiles, but understanding these profiles is complicated -- especially if you're a descendant of enslaved people....
The Business Professor
Forming an LLC
This video provides a concise overview of the process for forming a limited liability company (LLC). It explains that the formation of an LLC involves choosing a unique name, filing the articles of organization, and paying a registration...
Curated Video
How One Startup Faked Millions of Users to Raise Money
Learn how the billion dollar startup IRL faked millions of users to raise money from venture capitalists. This scam is not is an isolated incident and other high-profile startups have been caught faking engagement.
Curated Video
PostgreSQL in 100 Seconds
Try Postgres with Neon https://bit.ly/neon-fireship right now. Postgres is one of the most popular open-source SQL databases. It is an object-relational database that supports a wide range of datatypes and design patterns. Learn the...
Curated Video
Understanding Open-Source Licensing
Terraform infrastructure-as-code tool recently switched to a BSL license. As a result, it was forked into a new project called OpenTF. Let's look at open-source licensing and find out why this drama occurred.
Curated Video
6 Realistic Tips for Launching a Solo Company as a Software Engineer
When you learn how to code, you unlock the ability to build side-businesses that have the potential to make you rich. The 6-step guide provides realistic tips and tricks for launching a solo company as a software engineer.
Curated Video
Drizzle ORM in 100 Seconds
Drizzle is a serverless TypeScript ORM designed for PostgreSQL, MySQL and SQLite.
Curated Video
Ruby on Rails in 100 Seconds
Ruby on Rails is a web application framework that has build many unicorn startups like Airbnb, Shopify, and GitHub. Learn the basics of Rails in this quick video.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Run and Test the App for User Data Protection
This lecture shows the application in the running state and tests with a few movies with different user credentials to demonstrate the user profile data with data protection. This clip is from the chapter "Authentication and...
Curated Video
Only In United Kingdom 7 - Fingerprint Scanning at Nightclub
Fingerprint Scanning at Nightclub:A high-tech solution to combat anti-social behavior and violence at a local nightclub involves fingerprint scanning for enhanced security.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing RxJava Framework (In a Nutshell)
This video helps in introducing the RxJava framework (in a nutshell).
Curated Video
Practical Cyber Hacking Skills for Beginners - Web Attack - Cross-Site Scripting
In this lesson, we will look at cross-site scripting, which is a client-side attack that targets the victim's browser with malicious code.
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Curated Video
Practical Cyber Hacking Skills for Beginners - Hashing
In this video, we will look at hashing, which is the conversion of key/string/variable into a hash using an algorithm used in malware and antimalware products.
Curated Video
Practical Cyber Hacking Skills for Beginners - Hardening Networks
Here, you will learn how to harden networks. What devices and protocols are available to harden a network from being hacked?
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Adding Spinkit to the App
This lecture teaches the steps to configure BlazorPro.Spinkit, a Nuget package that allows animated loading indicators while the data is being asynchronously fetched from the database. This clip is from the chapter "Additional Content:...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines
This lecture walks through the process of simulating the Blazor CRUD application with the database after cloning it from the GitHub repository. This clip is from the chapter "Authentication and Authorization" of the series "Build and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization
This lecture shows all the steps in code required for implementing authorization to view user profile data. This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Authentication in Action for the Movie App
This lecture shows the usage of individual user accounts in the completed movies app from the previous section. You will see how only logged-in (authenticated) users can view the movies. This clip is from the chapter "Authentication and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this. This clip is from the chapter "Create a CRUD Application in Blazor"...