TLDR News
Theresa May Announces Resignation - Brexit Explained
Yesterday Theresa May announced that if her deal passes, she will resign as PM before the next stage of Brexit. However, the promise isn't quite as simple as some might have thought. So Theresa May might be around a little longer.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Log Analytics - Lab Activity
In this video, we will cover log analytics - lab activity. This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services and its key...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Storage Account Replication Options
In this video, we will cover storage account replication options. This clip is from the chapter "Data Protection" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains data protection and its agenda...
Curated Video
Alteryx for Beginners - Table Tool
This video explains how to use the Table tool in Alteryx. This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Curated Video
Excel VBA Programming The Complete Guide - The Option Explicit Setting
The Option Explicit setting at the top of a code module mandates that all variables be declared with a valid data type before being assigned a value. In this lesson, we compare a code sample with and without this setting enabled to see...
Curated Video
Mastering Grunt (Video 9)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
friEdTech
Learn to Use Google Meet for FREE Video Meetings & Join via Phone
Google Meet is probably the easiest fastest way to schedule a video meeting with your contacts. Recently, the ability to join meetings via phone was added. This is GREAT when you have a slow connection where your audio might be distorted.
TLDR News
Can Johnson Still Go For No Deal? - Brexit Explained
In the last few days MPs have been fighting to block a no-deal Brexit, passing major legislation to try and make it harder for Johson. However, we still think that he could get around the laws. So in this video we lay out the eight ways...
All In One Social Media
How to use Instagram - The COMPLETE Beginners Guide 2022
Getting started with Instagram isn't easy, so this step-by-step user guide walks you through how to do (almost) everything on Instagram. This How To Use Instagram video will get you on your way!
TLDR News
MPs Reject All Options in Indicative Votes - Brexit Explained
Last night (27th) MPs voted on a series of potential Brexit solutions to see what they could agree on. It turned out they couldn't agree on anything. However, there are some clear next steps and some options came out looking a lot...
IDG TECHtalk
How to make the most of Microsoft’s new Compliance Score Console
This new Microsoft 365 feature can help you stay in compliance with regulations like GDPR and better protect data.
Curated Video
Bash Shell Scripting- Commands to read a file content with conditions
This video shows which commands you can use to read a file content with conditions. This clip is from the chapter "Commands to read a file content" of the series "Complete Bash Shell Scripting".This section covers the commands you can...
Curated Video
AI-900 Exam Tips
In this video, we will cover AI-900 Exam tips. This clip is from the chapter "Practice Tests" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)
Download and customize the Atom text editor. This is the editor used in this course throughout This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Curated Video
CISSP® Certification Domain 1 Security and Risk Management Video Boot Camp for 2022 - IAAA - Part 2 - Identification, Authentication, Authorization, and Accountability
This is the second part of a two-part video that explains the concept of IAAA. This clip is from the chapter "Certified Information Systems Security Professional CISSP Domain 1 - Security and Risk Management" of the series "CISSP®...
Curated Video
Active Directory with Windows Server 2016 - Preferences and Item-Level Targeting
Explore group policy preferences to personalize a user account based on the OS permissions set, and learn about item-level targeting as an implementation based on presets. This clip is from the chapter "Create and Manage Group Policy" of...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Self Service Options in Azure AD
In this video, we will cover self-service options in Azure AD. This clip is from the chapter "Identity" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces identities and Azure Active Directory...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 34)
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Curated Video
Learning ASP.NET Web API (Video 40)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Curated Video
Mastering Grunt (Video 18)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
friEdTech
Intro to the New Google Drive July 2014
Learn about the changes coming to a Google Drive near you and star the school year off in the know thanks to Google Certified Teacher Alice Keeler!
Curated Video
Bug Bounty Program Certification 13.4: Certification Exam Practice Questions – Part 3
Exam questions. • Practice questions • Solutions • Explanation of answer
Tarver Academy
How to Share Your Screen in Google Meet
In This Episode, Tyler Teaches Us About How to Share Your Screen in Google Meet
IDG TECHtalk
Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.
Can you take a Python script and turn it into a standalone executable? Sort of! The Python compiler Cython can be used to do something like this, but it's a little trickier than it might seem. We'll explore how to do this in this video,...