ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

731 results

Bro Code
MongoDB tutorial for beginners 🍃

MongoDB #course #tutorial ⭐Time Stamps⭐ 00:00:00 Introduction 00:02:08 MongoDB installation 00:03:56 MongoShell ...

7:00
MongoDB tutorial for beginners 🍃

66,465 views

1 year ago

Bro Code
MongoDB sorting and limiting explained

MongoDB #course #tutorial db.students.find() db.students.find().sort({name: 1}) db.students.find().sort({name: -1}) ...

4:07
MongoDB sorting and limiting explained

6,503 views

1 year ago

Bro Code
MongoDB indexes explained

MongoDB #course #tutorial db.students.createIndex({name: 1}) db.students.getIndexes() db.students.dropIndex("name_1")

4:16
MongoDB indexes explained

11,577 views

1 year ago

IBM Technology
MySQL vs MongoDB

IBM Cloud Databases for MongoDB → https://ibm.biz/BdPP2P IBM Cloud Databases for MySQL → https://ibm.biz/BdPP2y ...

5:30
MySQL vs MongoDB

234,076 views

3 years ago

Bro Code
MongoDB data types explained

MongoDB #course #tutorial db.students.insertOne( { name: "Larry", age: 32, gpa: 2.8, fullTime: false, registerDate: new Date(), ...

5:04
MongoDB data types explained

7,655 views

1 year ago

Bro Code
MongoDB logical operators explained

MongoDB #course #tutorial db.students.find({$and: [{fullTime:true}, {age:{$lte:22}}]}) db.students.find({$or: [{fullTime:true}, ...

5:11
MongoDB logical operators explained

4,429 views

1 year ago

Giraffe Academy
Aggregation | MongoDB | Tutorial 10

https://www.giraffeacademy.com/databases/mongodb/

12:45
Aggregation | MongoDB | Tutorial 10

274,815 views

8 years ago

Programming with Mosh
The Complete Backend Developer Roadmap

Go from zero to a backend developer in 12 months. This step-by-step roadmap covers the essential skills and latest technologies ...

8:24
The Complete Backend Developer Roadmap

692,208 views

1 year ago

Bro Code
MongoDB how to find documents

MongoDB #course #tutorial 00:00:00 MongoDB Shell 00:03:10 MongoDB Compass db.students.find({name: "Spongebob"}) ...

4:36
MongoDB how to find documents

5,872 views

1 year ago

Bro Code
MongoDB how to update documents

MongoDB #course #tutorial 00:00:00 updateOne() 00:04:14 updateMany() 00:07:30 MongoDB Compass db.students.

8:41
MongoDB how to update documents

6,440 views

1 year ago

Fireship
I replaced my entire tech stack with Postgres...

Sign up for Neon and create up to 10 Postgres databases for free https://fyi.neon.tech/fireship Learn 10 unusual ways to use ...

8:13
I replaced my entire tech stack with Postgres...

1,414,463 views

10 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

163,722 views

2 months ago

Fireship
n8n will change your life as a developer...

Get up to 67% off VPS at Hostinger to self-host your own automations. Use code FIRESHIP for an extra discount at ...

5:56
n8n will change your life as a developer...

1,044,237 views

3 months ago

Bro Code
MongoDB How to insert documents

MongoDB #course #tutorial 00:00:00 MongoDB shell 00:03:56 MongoDB compass db.students.insertOne({name:"Spongebob" ...

5:58
MongoDB How to insert documents

11,971 views

1 year ago

Web Dev Simplified
Learn JSON in 10 Minutes

In this video we will cover everything you need to know about JSON in only 10 minutes. We will cover what JSON is, why JSON is ...

12:00
Learn JSON in 10 Minutes

3,659,670 views

7 years ago

Bro Code
Request API data using Python in 8 minutes! ↩️

python #pythonprogramming #pythontutorial https://pokeapi.co/ 00:00:00 Pokeapi intro 00:00:40 import requests 00:01:09 pip ...

8:34
Request API data using Python in 8 minutes! ↩️

223,001 views

1 year ago

Bro Code
Data cleaning in Pandas is easy! 🧹

coding #python #programming Data cleaning is the process of fixing or removing: incomplete, incorrect, or irrelevant data.

8:58
Data cleaning in Pandas is easy! 🧹

15,806 views

3 months ago

Web Dev Simplified
Learn TypeScript Generics In 13 Minutes

TypeScript Simplified Course: ...

12:52
Learn TypeScript Generics In 13 Minutes

391,296 views

2 years ago

Simply Explained
How do NoSQL databases work? Simply Explained!

NoSQL databases power some of the biggest sites. They're fast and super scalable but how do they work? Behind-the-scenes ...

7:38
How do NoSQL databases work? Simply Explained!

1,378,991 views

5 years ago

Bro Code
Learn Java AGGREGATION in 9 minutes! 🏫

java #javatutorial #javacourse public class Main { public static void main(String[] args) { // Aggregation = Represents a "has-a" ...

9:26
Learn Java AGGREGATION in 9 minutes! 🏫

23,311 views

1 year ago