Hi, what do you want to do?
Curated Video
Vue.js 3 and Firebase for Beginners - Getting Pizzas
This video explains how to get pizzas using the async function, getPizza, and calling the import function called getDocs.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding Pizzas to the Database
This video explains how to work with the database to add pizzas using dbPizzaRef and dbOrderRef.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Vue.js 3 and Firebase for Beginners - Composable Files
Vue Composables allows us to extract the reactive state and functionality to reuse in other components.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains...
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains...
Curated Video
Vue.js 3 and Firebase for Beginners - Computed Properties
Computed Property is used to declaratively describe a value that is dependent on other values. This feature of VueJS allows for transformations or computations based on our data.
<
br/>
This clip is from the chapter "Composition...
<
br/>
This clip is from the chapter "Composition...
Curated Video
Vue.js 3 and Firebase for Beginners - Removing and Changing Basket Quantity
In this video, we will remove and change basket quantity in the item list by working on the menu view and using the null property.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Checking for Duplicate Basket Items
In this video, we will check for duplicate items in the basket and, rather than adding new line items, we will increase the quantity in the existing items.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js...
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js...
Curated Video
Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket
A ref is a wrapper for a value and in our case, the value is a pizza. In this video, we will use ref as a wrapper for our basket, which the user can add pizzas to.
<
br/>
This clip is from the chapter "Composition API" of the series...
<
br/>
This clip is from the chapter "Composition API" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 3 - Deep CNN
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to CNN
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Functional API
This video demonstrates functional API versus sequential API.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Backward Propagation Through Time
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers.
<
br/>...
<
br/>...
Curated Video
Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model
This video demonstrates how to build a deeper and wider neural network model.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Curated Video
Building Microservices API in Go - Unit Testing: State-Based Test
In this video, we will cover the basics of unit testing and discuss state-based testing. You will learn what to test and how to write effective state-based tests. We will also discuss the importance of shorter feedback loops in the...
Curated Video
Building Microservices API in Go - New Bank Account: Part 1
In this video, we will dive into the implementation of a new bank account feature in our banking application. We will discuss the concept of domain and secondary ports, and how to implement them in our application design to ensure...
Curated Video
Building Microservices API in Go - Data Transfer Object
In this video, we will explore the concept of Data Transfer Objects (DTOs) and how they can help decouple the domain from the application layer. We will discuss the benefits of using DTOs and how to implement them in your...
Curated Video
Building Microservices API in Go - Structured Logging
In this video, we will discuss the importance of structured logging in application development and introduce the popular logging library uber/zap for implementing structured logging in our Go application.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
Building Microservices API in Go - Refactor Error Handling
In this video, we will focus on improving the design of our error handling by implementing best practices and making our error handling more robust and maintainable.
<
br/>
This clip is from the chapter "Application Development" of...
<
br/>
This clip is from the chapter "Application Development" of...
Curated Video
Building Microservices API in Go - Error Handling Part 2
In this video, we will continue our discussion on error handling, including setting up an error handling infrastructure and handling internal server errors and not found errors.
<
br/>
This clip is from the chapter "Application...
<
br/>
This clip is from the chapter "Application...
Curated Video
Building Microservices API in Go - Database Adapter
In this video, we will focus on building a database adapter for our Go application, including setting up a MySQL connection pool, implementing the repository pattern, and injecting dependencies at the time of application wiring.
<
br/>...
<
br/>...
Curated Video
Building Microservices API in Go - Implementing Hexagonal Architecture
In this video, we will take a practical approach to implement the hexagonal architecture in our banking application, starting with setting up the application structure and understanding the key components of the architecture.
<
br/>...
<
br/>...
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Curated Video
Building Microservices API in Go - Hello World
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - onPress Events with React Native without Using ChatGPT
In this video, we will explore how to create onPress events in React Native without relying on ChatGPT. We will walk through the process of adding functionality to a button that triggers a specific action when pressed. This tutorial will...