Basic descriptions of the architecture of the internet.
Aug 28, 20171,6210
Intro to Cybersecurity
High level introduction to cyber security basics
Aug 28, 20171,5370
Google Hacking The Planet
Introduction to the use of Google filters in information gathering
Jul 20, 20172,5340
Routing
Layer 3 - Network Layer
Jul 20, 20171,4820
OSI Model
Networking Model
Jul 20, 20171,3080
Transport and Network Layer Protocols
IP, TCP/IP and UDP
Jul 20, 20171,2270
DNS
Domain Name Resolution
Jul 20, 20171,2850
Networking Basics
Basics of Networking
Jul 20, 20171,2080
Nslookup To The Sky
Introduction to the use of the ping utility in information gathering
Jul 16, 20171,3300
Ping Me
Lecture regarding the use of the ping utility across multiple operating systems.
Jul 16, 20171,3100
Footprinting
Introduction to the footprinting phase of recon.
Jul 01, 20171,3590
Events and Emitters in NodeJS
Jun 30, 20171,6570
Penetration Testing & Ethical Hacking
Introduction to pen testing and ethical hacking concepts.
Jun 29, 20171,4260
Data Visualization with D3
Jun 27, 20171,6250
Nmap
Nmap tutorial
Jun 24, 20171,5600
Middleware
The heart of Express
Jun 22, 20171,6220
Express Yourself Deux
Intro to the ExpressJS Web Application Frameworks
Jun 22, 20171,7040
HTTP
Basics
Jun 22, 20171,6740
Streams in NodeJS
Streams
Jun 22, 20171,9650
Debugging NodeJS
In terminal and node inspector
Jun 22, 20171,4300
Quick Sort
Jun 22, 20171,3640
Making Arrays More Functional
Jun 22, 20171,7850
Recursion
Jun 22, 20171,4020
Ethical Hacking - UNFINISHED
Footprinting & Enumeration
Jun 17, 20171,2560
Footprinting & Enumeration - UNFINISHED
Footprinting & Enumeration
Jun 17, 20171,2210
Cyber Track - Template
an example to use. should fork this to make cyber slides.
Jun 17, 20171,3110
JS-Basics
Data Types, Control, Loops
Jun 13, 20171,8160
SASS
Jun 10, 20171,4930
Flexbox
Flexbox
Jun 10, 20171,2550
CSS Yes!
Cascading Style Sheets
Jun 10, 20171,6260
Big-O
Understanding relative representation of the complexity of an algorithm.
Jun 02, 20171,8800
Mocha Chai TDD/BDD
Jun 02, 20171,7300
XMLHttpRequest
May 21, 20171,7830
Multiple Inheritance
May 21, 20171,5510
Prototypal Inheritance and The Chain Gang
May 21, 20171,4800
OOP in ES6
ES6 OOP
May 21, 20171,5700
Call, Apply, Bind....oh My
Summary of the application of call, apply and bind in JavaScript. Their similarities and differences and application.
May 21, 20171,4390
Like this and like that and like this and...wat?
An exploration of the concept of this in JavaScript for only function invocation and method invocation. Constructor invokation and call/apply to come later.