Get Me Coding
How To Create a MySQL Database Schema on Windows
Using MySQL Workbench, walk through the steps to create a MySQL database schema using the database samples provided by MySQL. This easy step by step video will show you have to get the sample database files and then understand the basic...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI. This clip is from the chapter "Flixx Movie...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create Database
This video explains how to create a database. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Curated Video
Concurrent and Parallel Programming in Python - Creating a Postgres Worker
In this lesson, we will create our instruction worker using a Postgres database.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance. This clip is from the chapter "Databases" of the series "Web Development...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2
This is the second of the two-part video on deploying a Python application to Google Cloud Platform using a real-world use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching
In this lab assignment video, we will be testing your knowledge of caching in Python applications by asking you to implement a caching mechanism. This clip is from the chapter "Google App Engine - For Serverless Applications" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Fetching Orders
This video explains how to successfully retrieve the orders from the database to use them in our project. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Building Microservices API in Go - Sqlx
In this video, we will introduce Sqlx, a popular library for database operations in Go, and demonstrate how to refactor our server-side layer to use Sqlx for improved database interactions. This clip is from the chapter "Application...
Curated Video
Building Microservices API in Go - Assignment Solution: Enhance GetAllCustomers API
In this solution video, we will review the solution for the Enhance GetAllCustomers API assignment and discuss the best practices for implementing the required functionality. This clip is from the chapter "Application Development" of the...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - JDBC to Spring JDBC to JPA to Spring Data JPA – 10,000 Feet Overview
In this video, let's take a look at JDBC, Spring JDBC, JPA, and Spring data JPA.
Curated Video
Fundamentals of Secure Software - OWASP WebGoat Demo
WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security videos. In this video, we will do a brief demo to get you started on using WebGoat.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Making Recommendations with Collaborative Filtering
In this lesson, you will learn to implement recommendations with collaborative filtering.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: KNN Implementation
Here, you will learn how to implement the k-nearest neighbor algorithm in the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Active Users and Popular Movies
In this video, we will understand how to calculate our movie project's active users and popular movies.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Insecure HTTP Web Pages
This video talks about how to find insecure HTTP web pages using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Sensitive Data in URLs
This video talks about how to find sensitive data in URLs using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Internal Server Errors
This video talks about how to find internal server errors using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding SQL Syntax Errors
This video talks about how to find SQL syntax errors using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Directory Listings
This video talks about how to find directory listings using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...