Top 10 AI Websites For Lazy Video Editors | Episode 2
By Olufemii
Published: Feb 27, 2022
“
Get 70% off Envato Elements: https://1.envato.market/BXAYM0
Are you a lazy video editor? Well check out Part 2 of our 10 “plug and play” websites that use AI to make your post-production workflow CRAZY efficient.
Produced by Eshaan Sharma
Reach out to Josh Olufemii on Instagram: https://www.instagram.com/madebyolufe…
Subscribe Here: https://www.youtube.com/c/OlufemiiTut…”
Category: Scripting and Coding
Various coding languages are the building blocks of apps, The Internet, and the Metaverse. We explore tutorials of scripting and coding.
[#Script #Coding] Greedy Algorithms Tutorial – Solve Coding Challenges
Greedy Algorithms Tutorial – Solve Coding Challenges
By freeCodeCamp.org
Published: Jun 27, 2022“
Learn how to use greedy algorithms to solve coding challenges. Many tech companies want people to solve coding challenges during interviews and many of the challenges can be solved using a greedy algorithm. A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage.
Course from Tanishq Chaudhary. Check out his channel: https://www.youtube.com/c/TanishqChau…
Links to coding challenges on InterviewBit:
- Highest product: https://www.interviewbit.com/problems…
- Bulbs: https://www.interviewbit.com/problems…
- Disjoint intervals: https://www.interviewbit.com/problems…
- Largest permutation: https://www.interviewbit.com/problems…
- Meeting rooms: https://www.interviewbit.com/problems…
- Distribute candy: https://www.interviewbit.com/problems…
- Seats: https://www.interviewbit.com/problems…
- Assign mice to holes: https://www.interviewbit.com/problems…
- Majority element: https://www.interviewbit.com/problems…
- Gas station: https://www.interviewbit.com/problems…
Course contents
- (0:00:00) Greedy introduction
- (0:04:32) Bulbs
- (0:12:11) Highest product
- (0:17:08) Disjoint intervals
- (0:28:43) Largest permutation
- (0:38:30) Meeting rooms
- (0:49:25) Distribute candy
- (1:03:13) Seats
- (1:19:13) Assign mice to holes
- (1:24:19) Majority element
- (1:35:28) Gas station
- (1:52:39) End
”
[#Script #Coding] Automate with Python – Full Course for Beginners
Automate with Python – Full Course for Beginners
By freeCodeCamp.org
Published: Jun 20, 2022“
Learn how to automate your life with Python! You will learn how to automate boring and repetitive tasks such as creating an Excel report, sending text messages, extracting tables from websites, interacting with websites, and more. You will learn how to use a few different Python libraries to help with automation such as Path, Selenium, XPath, and more.
Source Code & Datasets: https://github.com/ifrankandrade/auto…
– Course from Frank Andrade. Check out his YouTube Channel: https://www.youtube.com/c/FrankAndrade5
– Automation Cheat Sheet: https://frankandrade.ck.page/44559e1ae7
– Frank’s 11-Hour Automation Course in Python: https://www.udemy.com/course/automate…
– Frank’s Discord Server: https://discord.gg/6xyQaj8bJKCourse Contents
- (0:00:00) Intro
- (0:00:31) Project #1 Table Extraction – Extract Tables from Websites
- (0:02:53) Table Extraction – Extract CSV Files from Websites
- (0:09:38) Table Extraction – Extract Tables from PDFs
- (0:13:06) Project #2 – Web Automation & Web Scraping – HTML Basics – Tags and Elements
- (0:20:57) Web Automation & Web Scraping – HTML Basics – Tree Structure
- (0:24:22) Web Automation & Web Scraping – XPath – Syntax, Functions and Operators
- (0:28:06) Web Automation & Web Scraping – XPath – Test Your XPath
- (0:33:38) Web Automation & Web Scraping – XPath – Special Characters and Syntax
- (0:38:17) Automate The News – Installing Selenium and ChromeDriver
- (0:40:34) Automate The News – Creating The Driver
- (0:44:46) Automate The News – Finding Elements
- (1:04:34) Automate The News – Exporting Data to a CSV File
- (1:12:34) Automate The News – Headless mode
- (1:18:18) Automate The News – Preparing Script to Be Run Everyday
- (1:30:17) Automate The News – Convert py to exe
- (1:37:18) Automate The News – Schedule Python Script with crontab (macOS)
- (1:42:16) Project #3 – Automate Excel Report – Create a Pivot Table with Python
- (1:49:42) Automate Excel Report – Add a Bar Chart
- (2:05:02) Automate Excel Report – Write Excel Formulas with Python
- (2:19:18) Automate Excel Report – Format Cells
- (2:23:04) Automate Excel Report – Convert Pivot Table to Excel Report
- (2:25:32) Automate Excel Report – Generate Excel Reports with One Click (py to exe)
- (2:33:22) Project #4 – Automate WhatsApp
”
[#Script #Coding] Learn HTML – Full Tutorial for Beginners (2022)
Learn HTML – Full Tutorial for Beginners (2022)
By freeCodeCamp.org
Published: Mar 08, 2022“
Learn HTML in this complete course for beginners. This is an all-in-one beginner tutorial to help you learn web development skills. This course teaches HTML5.
Dave Gray created this course. Check out his channel: https://www.youtube.com/davegrayteachescode
Code: https://github.com/gitdagray/html_courseCourse Contents
- (00:00:00) Intro
- (00:00:55) Chapter 1 – Getting Started
- (00:20:13) Chapter 2 – Head Element
- (00:29:02) Chapter 3 – Text Basics
- (00:49:45) Chapter 4 – List Types
- (00:59:55) Chapter 5 – Add Links
- (01:30:38) Chapter 6 – Add Images
- (02:00:58) Chapter 7 – Semantic Tags
- (02:24:53) Chapter 8 – Create Tables
- (02:40:42) Chapter 9 – Forms & Inputs
- (03:25:16) Chapter 10 – HTML Project
”
[#Script #Coding] .NET Microservices – Full Course for Beginners
.NET Microservices – Full Course for Beginners
By freeCodeCamp.org
Published: Feb 25, 2022“
Learn the foundational elements of a microservices architecture with .NET in this beginner level course. You will incrementally building a real microservices-based application with the .NET platform and C#.
Get the code: https://youtube.dotnetmicroservices.com/netmicroservicesbasics
Course created by Julio Casal. Check out his channel: https://www.youtube.com/channel/UCw8a…
Want to master microservices? Learn more from Julio here: https://dotnetmicroservices.comCourse Contents
- (0:00:14) Module 1- Welcome to the course!
- (0:04:52) Development environment setup
- (0:12:39) Customizing VS Code for C# Development
- (0:17:37) What’s wrong with the monolith?
- (0:25:32) What are microservices?
- (0:35:18) Module 2- Your first microservice
- (0:35:53) Creating a microservice via the .NET CLI
- (0:45:46) Introduction to the REST API and DTOs
- (0:47:35) Adding the DTOs
- (0:50:52) Adding the REST API operations
- (1:15:57) Handling invalid inputs
- (1:27:04) Module 3- Adding database storage
- (1:27:51) Introduction to the repository pattern and MongoDB
- (1:30:13) Implementing a MongoDB repository
- (1:44:18) Using the repository in the controller
- (1:55:11) Introduction to Docker
- (1:56:57) Trying out the REST API with a MongoDB container
- (2:09:50) Introduction to Dependency Injection and Configuration
- (2:14:47) Implementing dependency injection and configuration
- (2:31:40) Module 4- Preparing for the next microservice
- (2:32:37) Using Postman
- (2:48:01) Reusing common code via NuGet
- (2:52:12) Refactoring into a generic MongoDB repository
- (3:03:02) Refactoring MongoDB registration into extension methods
- (3:10:07) Moving generic code into a reusable NuGet package
- (3:26:04) Introduction to Docker Compose
- (3:28:24) Moving MongoDB to docker compose
- (3:39:18) Module 5- Synchronous inter-service communication
- (3:40:12) Creating the Inventory microservice
- (4:06:47) Introduction to synchronous communication
- (4:10:29) Implementing synchronous communication via IHttpClientFactory
- (4:22:15) Understanding timeouts and retries with exponential backoff
- (4:25:45) Implementing a timeout policy via Polly
- (4:35:41) Implementing retries with exponential backoff
- (4:46:53) Understanding the circuit breaker pattern
- (4:49:59) Implementing the circuit breaker pattern
- (4:56:36) Module 6- Asynchronous inter-service communication
- (4:57:31) Introduction to asynchronous communication
- (5:07:23) Defining the message contracts
- (5:11:09) Publishing messages via MassTransit
- (5:22:21) Standing up a RabbitMQ docker container
- (5:30:04) Refactoring MassTransit configuration into the reusable NuGet package
- (5:41:11) Consuming messages for eventual data consistency
- (6:01:54) Removing the inter-service synchronous communication
- (6:16:32) Module 7- Initial Frontend Integration
- (6:17:02) Installing Node.js
- (6:20:13) Getting started with the frontend
- (6:34:55) Understanding CORS
- (6:40:50) Adding the CORS middleware
- (6:46:49) Exploring the frontend to microservices communication
- (7:05:18) Next Steps
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
[#Script #Coding] Unreal Engine & C++ Tutorial – Endless Runner Game
Unreal Engine & C++ Tutorial – Endless Runner Game
By freeCodeCamp.org
Published: Oct 21, 2021“
Learn how to use Unreal Engine and C++ to create an endless runner game
Course created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/.”
[#Script #Coding] Webhooks for Beginners – Full Course
Webhooks for Beginners – Full Course
By freeCodeCamp.org
Published: Dec 17, 2020“
What are webhooks? Webhooks allow different web applications and services to communicate with each other. In this course for beginners, you will learn everything you need to know about webhooks. You will learn to implement webhooks with and without code.
– Teacher notes and code: https://github.com/twiliodeved/webhooks-course
– Course developed by Craig Dennis, who is a Developer Educator at Twilio.Course Contents
Unit 1 – Integration
- Video 1 – Welcome (00:00:00)
- Video 2 – Defining Events, Handlers, and Hooks (00:04:51)
- Video 3 – Lightbulb moment (00:09:12)
- Video 4 – Finding Inspiration (00:17:11)
Unit 2 – Capturing Data from a Webhook
- Video 1 – Diving into Webhooks (00:23:33)
- Video 2 – Explore the Request (00:28:28)
- Video 3 – Using the Data (00:37:34)
- Video 4 – Developing Locally (00:46:32)
- Video 5 – Opening a Tunnel (00:57:34)
- Video 6 – Serverless (01:17:17)
Unit 3 – Hooking it altogether
- Video 1 – Introducing the projects (01:34:52)
- Video 2 – Text Affirmation (01:38:33)
- Video 3 – Setting up the flow (01:44:45)
- Video 4 – Handle things locally (01:56:34)
- Video 5 – Deploying your serverless function (02:11:46)
- Video 6 – That’s a Wrap (02:22:53)
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
[#Script #Coding] Computer Vision and Perception for Self-Driving Cars (Deep Learning Course)
Computer Vision and Perception for Self-Driving Cars (Deep Learning Course)
By freeCodeCamp.org
Published: Jan 26, 2022“
Learn about Computer Vision and Perception for Self Driving Cars. This series focuses on the different tasks that a Self Driving Car Perception unit would be required to do.
Course by Robotics with Sakshay. https://www.youtube.com/channel/…
”
[#Script #Coding] Visual Basic (VB.NET) – Full Course for Beginners
Visual Basic (VB.NET) – Full Course for Beginners
By freeCodeCamp.org
Published: Jun 13, 2022“
Lean the fundamentals of programming with Visual Basic (sometimes called Visual Basic .NET or VB.NET).
In this tutorial, you will learn about the basic constructs of high level programming languages, including sequence, selection and iteration. You will learn how to build an event-driven, form-based, user interface to capture input, and you will learn how to write code to validate and process the data collected.
Get Visual Studio for free: https://visualstudio.microsoft.com/
Kevin Drumm developed this course. Check out his YouTube channel: https://www.youtube.com/c/ComputerSci…
Course Contents
- (0:00:00) Introduction
- (0:00:46) Hello Visual Studio
- (0:13:44) Customise The Visual Studio IDE
- (0:19:13) Output and Variables
- (0:34:26) Variable Data Types
- (0:41:56) Input with Windows Forms
- (0:54:18) Debugging Code
- (1:02:47) Arithmetic Operators
- (1:14:24) Complex Arithmetic Expressions
- (1:22:50) Selection with If Statements
- (1:32:58) Logical and Relational Operators 1
- (1:47:32) Logical and Relational Operators 2
- (1:56:37) Select Case
- (2:02:57) For Next
- (2:08:17) Practice For Next Loops & If Blocks
- (2:12:39) Do While
- (2:21:24) Condition Controlled Loops
- (2:29:39) Array Variables
- (2:39:48) Practice Arrays & Loops
- (2:49:46) Linear Search
- (2:56:24) Two Dimensional Arrays
- (3:07:00) 2D Arrays & Nested Loops
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
[#Script #Coding] Low-Code for Freelance Developers & Startups – Tutorial
Low-Code for Freelance Developers & Startups – Tutorial
By freeCodeCamp.org
Published: Apr 13, 2022“
Low-code is a software development approach that requires little coding in order to build applications. It is made possible through a low-code platform. Learn how to use low code tools and APIs to build a customer support dashboard. You will learn how create the dashboard using the Appsmith platform, Google Sheet API, and the Stripe API.
Ania Kubów created this course. Check out her channel: https://www.youtube.com/aniakubow
This course was made possible through a grant from Appsmith. Learn more about Appsmith: https://www.appsmith.com/
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”









