ITProTV - Comptia Linux (xk0 004) Part 2
sUhAkmB_Pnf67ovWH3-CIg
RAR password if asked would be whocares
sUhAkmB_Pnf67ovWH3-CIg
RAR password if asked would be whocares
In this episode, Daniel and Justin give a general overview of what to expect in the upcoming Python programming series. They cover topics like who is the intended audience, what the scope of the series will cover, and what are some specific topics that will be addressed.
s6fpvxVjJpJj0xZCFdyUSw
RAR password if asked would be whocares
In this episode, Daniel and Justin take a look at using Maps and WeakMaps in ES6.
What’s new in the ECMAScript 6 language
They start by explaining what Maps are and showing you their basic use and attributes. Then they define and demonstrate the use of WeakMaps which are very similar to regular Maps, but with some important distinctions.
sS36_7LFU4HmQzgpL8GbYw
RAR password if asked would be whocares
Fast Numbers with Python Ease
They’ll also review the upsides beyond the obvious organizational ones, as well as any potential downsides to using structured arrays.
cIzgvWArnQhilbIt0fNkYA
RAR password if asked would be whocares
Reusing code one piece at a time In this episode, Justin and Zach put all of the function types together to explore the use of positional and keyword arguments in more complex contexts.
g_g9NZTBVQrUPte9C0kBGQ
RAR password if asked would be whocares
This series will help you prepare for the Exam AZ-900: Microsoft Azure Fundamentals.
Foundational level skills in cloud services
This exam is designed for candidates looking to demonstrate foundational-level knowledge of cloud services and how those services are provided with Microsoft Azure.
VSwATyzDuMUhyrKFuqq5Wg
RAR password if asked would be whocares
With the advent of the HTML5 Canvas tag, the world of graphical manipulation in the browser has become a reality.
Learn HTML5 Canvas by doing
This series is an exploration of some the possibility that are available when using the canvas element. The ultimate aim is to use project-based exploration of the capabilities of the HTML5 Canvas element by building games as well as some utilities. Along the way, you may learn some other interesting jаvascript uses. See you there!
Outline:
Pong
Project Planning and Setup
Creating The Ball
Creating The Paddle
Creating The Human Player Paddle
Creating Computer Player Paddle
Refactoring to a Game Object
Creating the Scoring System
Detecting Collisions
Extensions
Photo Editor
Project Planning and Setup
Creating The Interface
Accessing The Photo
Build the Photo Manipulation Functions
Saving the Photo
AtmoAttack
Planning The Project
Creating A Basic Fighter
Creating A Basic Attacker
Creating The Pellets
Cleanup and Refactor
Swag the Attackers
Adding Sprites
Win or Lose: Play!
DevPaint
Planning the Project
Creating the Pencil Drawing
Adding Color Choices
Adding Size Choices
Adding Tool Choices
Super SmileyBiteMan
Planning the ProjectSuper SmileyBiteMan
wuVro8azyk6IlXBxk9RxYQ
RAR password if asked would be whocares
Your very own digital canvas!
HTML5 Canvas elements bring art and animation to the browser. In this series, we explore the capabilities of the HTML5 Canvas element in conjunction with jаvascript. This includes simple “pen” drawings, image displaying, image manipulation, and animations. Knowing HTML5 Canvas provides a great way to start with in-browser games as well as expressing those artistic desires. Hope to see you there!
xhLauN7nAqrqR4Gs1iGQng
RAR password if asked would be whocares
All the tools you didn’t know you already had
In this episode, Justin demonstrates the power of the glob module. This is part of the Python Standard Library. This module uses patterns to create a list, or iterator, of files and folders for iterating over providing a way to select files that satisfy a construct just like you would in Bash.
YH5p-___U3RMh2o69JDnwg
RAR password if asked would be whocares
React and Firebase are two technologies that are becoming more and more mainstream.
Real Data with React
You may have heard of both, but how do the pieces fit together? Join us in this series as we take React and build a chat application that leverages Firebase for all of the backend services. You will discover building React components, using Firebase observers to sync data to your front-end application, the difference between Stateful and Stateless Functional Components, and much more. If you are looking to level up your understanding of React and Firebase, then we will see you there!
yKgkHJsjjQQepQzxs36yAA
RAR password if asked would be whocares
In this course, trainer Linda Gross explains how the Department of Defense (DoD) safeguards its data and IT systems using a life-cycle process known as the Risk Management Framework (RMF).
Drawing on her 40+ years of service in the federal information security field, Linda provides an overview of RMF-how it originated and how the process mitigates and addresses information security risk. Linda discusses the RMF process step by step and shares practical insight on what IT professionals may expect at each step.
DOWNLOAD LINK
4Ag2B2Vm_IHrNIP3-ofjAg
RAR password if asked would be whocares
In this episode, Daniel and Justin give a general overview of what to expect in the upcoming Intro to Web Development series.
Basic Theory and Bning Applications
They cover topics like who is the intended audience, what the scope of the series will cover, and what are some specific topics that will be addressed.
RJPqs2ShAwDwU1XB343MSg
RAR password if asked would be whocares
Emily and Vonne introduce Adobe Illustrator CC 2017.
Graphics Design Application
They discuss the uses of Illustrator, explain raster and vector information, and review differences of Illustrator on a Mac and Windows operating systems.
gW28m2a_QfN2CyMpdVncNA
RAR password if asked would be whocares
Angular and Express.
.. Putting it together! In this series, Justin is going to combine the powers of the Express web framework with the power of AngularJS on the front end to create a weather forecast web application. Express will be used to proxy the request from the front end to the DarkSky API that is being consumed as a measure of hiding the credentials that are necessary for making the request. Moreover, Angular will interact with the proxy in order to obtain the information needed to render the application. If you want to see how this application comes together, then join us!
4lfH-32Fbcd-VpNjxsAydg
RAR password if asked would be whocares
In this episode, Justin and Aubri discuss keeping sensitive information and junk files out of your git repository using a .
l9M06nYsbJQ277270o2wRw
RAR password if asked would be whocares
Where’s the data?
Express to the rescue In this series, we creates a RESTful API using the Express web application framework. Justin review the process of setting up a Node-based project as well as installing the Express Node module. After that, Justin discusses important concepts and processes that are key in developing a RESTful API such as creating routes that correspond to data resources, data modeling of those resources, use of middleware to make the API a little more robust, and adding a persistence layer to the API. RESTful APIs are abound when developing software, so if that sounds like something interesting to you, then join us!
zLMvdZDjC6An68R1PjoSbA
RAR password if asked would be whocares
In the fast-paced world of web development, particularly in the realm of jаvascript rich applications, the need for build tools have become commonplace.
Modern build processes
Webpack is a newer build tool that has moved into the spotlight with the use of React and other jаvascript frameworks. In this series, we will show you how to take ownership of your webpack configuration and setup to manage the transpilation of new jаvascript features to more compatible versions, manage static assets such as images, and add the use of CSS with and without preprocessing. If you want to remove the magic of Webpack, then join us!
Laying the First Lines
The Big Idea
A Big Word, Transpilation
Production Builds
Development Builds
Leaving with Style
SH5OO-1Ft9Exhu8pdJZzGg
RAR password if asked would be whocares
This course introduces basic concepts for building web pages using HTML which gives structure to the content such as defining paragraphs and images and CSS which defines the appearance of the content such as colors and fonts.
Course Subtitle:Responsive Web Design
It also introduces bootstrap which is a collection of tools and templates for use with HTML and CSS.
mUnSVEnh2G_Mbfli7onh3g
RAR password if asked would be whocares
The Cisco Certified DevNet Associate (200-901) show is produced to help the software developer, networking professional and IT professional to achieve the latest Cisco certification offer, the Cisco Certified DevNet Associate certification. It will help you to learn about the core Cisco platforms used, Cisco Programmability strategies, working with applications and working with APIs. Though there are no formal prerequisites for the exam, it is recommended that you have one or more years of hands-on experience in developing and maintaining applications.
AStVtVofBt8ySWgq5MXFbw
RAR password if asked would be whocares
The Certified Information Systems Security Professional (CISSP) certification is the gold standard in the IT Security field.
Security professionals that have achieved their CISSP designation are regarded as some of the most talented and knowledgeable people in their field. The certification demonstrates that the holder has been working in IT Security for over five years, has a broad range of knowledge in ten domains related to creating, supporting and maintaining a secure IT infrastructure and can implement things like risk management and risk identification
BD_-QpyoOu4VC10EqgqKOQ
RAR password if asked would be whocares