Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests
In this video, we will demonstrate how to use POST requests to create and store new notes in an API and provide guidance on best practices for structuring and managing this data.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Model
In this video, we will be creating a Notification model for our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User and Tweet Relationship
In this video, we will establish a relationship between users and tweets, and demonstrate how to fetch all tweets by a specific user.
Curated Video
ChatGPT for Creatives - How to Save Your Work Right Away
In this video, the author talks about the importance of saving work while creating comics or manga. He also shares his personal experience of losing work and the lessons he learned from it. Finally, he offers practical tips on how to...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer View
You will be able to understand the creation and working of the view to render an update of a customer record. They will get a refresher on the client- and server-side validation in the process. The completed application until this point...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the GetCustomer Action Methods
You will learn how to complete the coding for the GetCustomer Action methods (both GET and POST) for the Customer Controller. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client"...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddOrder Action Methods
This video builds the code for AddOrder action methods (GET and POST). You will be able to AddOrder (HTTPGET) action method to return a view for adding order and AddOrder (HTTPPOST) action method to add(insert) customer order details to...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Toggle Update / 169
In this video, we will discuss about two concepts, the first being a toggle and how to delete the card when the recycle icon is clicked and the second concept we will discuss here is the infinite loop.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Error: Object Fetch / 168
While creating our blog post in the last video, we encountered an error. In this video, we will focus on how to fix the error and understand creating and fetching objects for the project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Conditional Auth Header / 165
In this video, we will understand how to create the header for the WriteNode project with a login popup button. We will use the Event() for the login as conditional authorization.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164
In this lesson, we will focus on the configuration part of the Firebase app. We will also work on receiving the information from the Firestore.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Homepage / 162
In this lesson, we will begin with creating a section for the homepage and add the individual cards by importing the Postcard state from the components folder.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - WriteNode Demo / 159
This demonstration video of another project called WriteNode, uses Firebase, React router DOM, to create the application. We will also understand about Skeleton.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - POST
The power-on self-test (POST) takes place every time a system starts. POST checks the system and communicates any problems it finds to the user. This clip is from the chapter "Book Chapter 5 - Firmware" of the series "CompTIA A+...
Curated Video
Social Media Automation using Python - Project
This video is a demonstration plus project work where we will create code based on the lessons learnt so far and link what we have studied in this course in terms of retrieving information using Python coding. This clip is from the...
Curated Video
Social Media Automation using Python - Liking and Deleting the Post
Let's use Python coding to like and delete posts on Facebook, using the like_post() function and the delete_post() functions to delete the post. This clip is from the chapter "Facebook Automation" of the series "Social Media Automation...
Curated Video
Social Media Automation using Python - Commenting on a Post
In this video, we will use the put_object() function and use the ID obtained from the previous lesson along with the message() function to comment on a post. This clip is from the chapter "Facebook Automation" of the series "Social Media...
Curated Video
Social Media Automation using Python - Posting Photo with Caption
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...
Curated Video
Social Media Automation using Python - Posting Hello World
After learning to create an access token, we will look at posting our first 'Hello World' banner message on the Facebook feed. This clip is from the chapter "Facebook Automation" of the series "Social Media Automation Using Python".null
Curated Video
Social Media Automation using Python - Introduction to Module
This video introduces the concept of automating Facebook or Meta, newly called so. We will look at the possibilities we can automate to make tasks easier. This clip is from the chapter "Facebook Automation" of the series "Social Media...