EventGet 50% off your ticket to MongoDB.local London on October 2. Use code WEB50Learn more >>
MongoDB Developer
Intermediate
plus
Sign in to follow topics
MongoDB Developer Centerchevron-right
Developer Topicschevron-right

Videos


All Intermediate Videos
All Videos
search
  • Latest
  • Highest Rated
Video

Adventures in IoT EP2: Turn on BLE (Bluetooth Low Energy)

In this episode, Jorge covers some relevant Bluetooth Low Energy concepts and puts them in practice by using them in writing the firmware of a Raspberry Pi Pico board. In this firmware, we use the on-board LED, read from the on-board temperature sensor and implement a BLE peripheral that offered two services and a characteristic that depended on measured data and could push notifications. ✅ Sign-up for a free cluster at → https://mdb.link/free-vXFjpScH8AQ ✅ Get help on our Community Forums → https://mdb.link/community-vXFjpScH8AQ Adventures in IoT playlist → https://trymongodb.com/3R38iGX Subscribe to MongoDB YouTube → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button
MongoDBC++

Nov 21, 2023
Video

Sync your iOS SwiftUI App with MongoDB Atlas using Atlas Device Sync | Part 2

✅ Sign-up for a free cluster at → https://mdb.link/free-0SjuYcdGEgQ ✅ Get help on our Community Forums → https://mdb.link/community-0SjuYcdGEgQ Learn how to build an iOS app using SwiftUI and the Atlas Device SDK (formerly Realm) for local persistence. You can find the code and step by step instructions in the online Lab: https://mdb.link/swiftui-atlas-sdk Subscribe to MongoDB YouTube → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Nov 16, 2023
Video

How to Build a Go Web Application with Gin, MongoDB, and with the Help of AI

✅ Sign-up for a free cluster at → https://mdb.link/free-riAU6sg6Y_I ✅ Get help on our Community Forums → https://mdb.link/community-riAU6sg6Y_I In this episode we will talk about building Go applications with Gin, MongoDB, and Cody AI. We’ll learn how to quickly scaffold a Go application, add API endpoints that interact with a MongoDB Atlas database, and we’ll learn how we can leverage Cody AI to help us write and edit our applications faster. 📚 Resources 📚 ✅ Article → https://mdb.link/cody-ai ✅ Sourcegraph Cody AI → https://sourcegraph.com/cody ------ ✅ Subscribe to our channel → https://mdb.link/subscribe #MongoDB #Go #AI
MongoDB thumbnail image
Play Button

Oct 25, 2023
Video

Deep Dive into HNSW Architecture: Solving Problems with MongoDB Vector Search

✅ Sign-up for a free cluster at → https://mdb.link/free-vs-3 ✅ Get help on our Community Forums → https://mdb.link/community-vs-3 In this livestream, will be doing a deep dive on the Hierarchical Navigable Small World (HNSW) architecture. We will discuss what problems it aims to solve, how it is built, how it is queried, and different approaches to improve on it that are being explored. 📚 Resources 📚 ✅ Atlas Vector Search → https://mdb.link/vector-search-3 ✅ Code: https://github.com/hweller1/sample_atlas_vector_search_notebooks ✅ knnBeta Docs: https://mdb.link/knnbeta-vs-3 ------ ✅ Subscribe to our channel → https://mdb.link/subscribe #MongoDB #VectorSearch #AI
MongoDB thumbnail image
Play Button

Oct 11, 2023
Video

RAG Architecture & MongoDB: The Future of Generative AI Apps

✅ Sign-up for a free cluster at → https://mdb.link/free-vs-2 ✅ Get help on our Community Forums → https://mdb.link/community-vs-2 In this livestream, we will delve into the latest advancements in Large Language Models (LLMs) and their multifaceted capabilities in generating code, images, and text. Discover the intricacies of building generative AI apps, leveraging RAG architecture, and how the MongoDB stack simplifies it. We will also explore the use of diverse modalities of data, navigate the choice of AI models for generating embeddings, various chunking strategies, and generating embeddings. 📚 Resources 📚 ✅ Article: https://mdb.link/article-pkUcSTMgETI ✅ Article: https://medium.com/llamaindex-blog/build-a-chatgpt-with-your-private-data-using-llamaindex-and-mongodb-b09850eb154c ✅ Atlas Vector Search → https://mdb.link/vector-search-2 ------ ✅ Subscribe to our channel → https://mdb.link/subscribe #MongoDB #VectorSearch #AI
MongoDB thumbnail image
Play Button

Oct 04, 2023
Video

Build an AWS Lambda Serverless function with Kotlin and MongoDB

✅ Sign-up for a free cluster at: https://mdb.link/free-lQ6g3QTf4eA ✅ Get help on our Community Forums: https://mdb.link/community-lQ6g3QTf4eA Learn how to build an AWS Lambda function with Kotlin that interacts with MongoDB and uses the Kotlin driver for MongoDB. 📚 Resources 📚 Gain access to the code from this video and a written set of instructions by navigating to this tutorial on the Developer Center: https://mdb.link/article-with-code-lQ6g3QTf4eA ------ ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Sep 07, 2023
Video

Everything You Wanted to Know About Rust Unit Testing (and then some more)

✅ Sign-up for a free cluster at: https://mdb.link/free-_jDKeOtOiEo ✅ Get help on our Community Forums: https://mdb.link/community-_jDKeOtOiEo Learn how to write unit tests in Rust with this hands-on video that covers these five topics with examples and real code: - The basic types of unit tests - The quality of the testing code - Testing the not-so-happy-path - Testing asynchronous code - Testing tools You can find the code used and produced in this video in the following repo: https://trymongodb.com/3W6npjj Connect with Jorge: Twitter: https://twitter.com/jdortiz Mastodon: https://fosstodon.org/@jdortiz LinkedIn: https://www.linkedin.com/in/jorgeortiz/ ⏱️ Timestamps ⏱️ 00:00:00 - Intro 00:01:25 - Basic concepts 00:04:43 - Project creation 00:08:38 - Tests module 00:10:24 - Rust snippets for tests 00:14:21 - First unit test return value 00:24:03 - Second unit test state 00:28:46 - Alternative implementation tested 00:32:44 - Third unit test interaction 00:46:50 - Recommended implementation 00:49:09 - Test code quality 00:49:34 - Use constants for literals 00:54:18 - Reduce repetition with setup and teardown 01:08:57 - Share code among test modules 01:13:05 - Why testing the not so happy path 01:13:32 - Test panics 01:18:03 - Use ignore and test results 01:28:02 - Bubble up errors in tests 01:30:34 - Asynchronous code in Rust 01:31:01 - Async tests 01:38:19 - Beyond cargo test 01:38:46 - rustdoc and doc-tests 01:48:00 - Show test output 01:49:33 - Selecting tests 01:55:55 - Test coverage 02:01:08 - Nextest 02:05:54 - Outro — Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #rust #rustunittesting
MongoDB thumbnail image
Play Button

Jan 17, 2023
Video

Build a Modern App Stack with MongoDB & Apollo GraphQL using a Supergraph!

✅ Sign-up for a free cluster at: https://mdb.link/free-NAEasz6m--w ✅ Get help on our Community Forums: https://mdb.link/community-NAEasz6m--w In this live-coding video, Stanimira Vlaeva (MongoDB) and Jesse Lovelace (Apollo) build a supergraph from scratch using Apollo Federation, a declarative, modular GraphQL architecture! 💻 PROJECT SOURCE CODE 💻 https://github.com/mongodb-developer/rockets-store ⏱️ Timestamps ⏱️ 0:00:00 Introduction 0:00:33 Atlas GraphQL API 0:02:31 GraphQL Monolith Problems 0:04:41 Apollo Federation 0:13:58 Overview of the ‘E-Commerce’ Subgraph Schema 0:22:41 Scaffolding the Gateway 0:27:30 Building the ‘Launches’ Subgraph 0:49:54 Federated Architecture and Relating Data from Subgraphs 1:24:15 Apollo Federation Q&A 1:32:19 Integrating the Apollo Supergraph with a Web Application --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #graphql
MongoDB thumbnail image
Play Button

Aug 23, 2022