-
DEFCON 20: Owning Bad Guys {And Mafia} With Javascript Botnets
Conference delivered by Chema Alonso in Defcon 20 about How to own bad guys {and mafia} using Javascript Botnets created by a Rogue “Anonymous” Proxy Server. White Paper at: http://www.slideshare.net/chemai64/owning-bad-guys-and-mafia-with-javascript-botnets Original source
-
Modular Javascript #6 – Classical Inheritance & OOP with JS
In this video, we will start covering object oriented programming in Javascript. There are several ways to do it – the first is called “classical inheritance”. Here’s the link to the “inherit” function I use here: https://github.com/nodejs/node-v0.x-archive/blob/master/lib/util.js#L634-L644 Using a constructor, a prototoype, and the “new” keyword, we can create multiple copies or “instances” of a…
-
Prototype basics – Object Creation in JavaScript P3 – FunFunFunction #46
We’ll go through the absolute basics of the prototype in this video. I’m going to explain why you should learn prototypes, and how they work. Complete series playlist: “Object creation in JavaScript” https://goo.gl/ELUE4B You’re probably used to doing inheritance with classes. JavaScript achieves inheritance using prototypes. The real-world analogy used when teaching classes is a…
-
JavaScript : Découverte de jQuery
Plus d’infos sur ce tutoriel : https://grafikart.fr/formations/debuter-javascript/decouverte-jquery Abonnez-vous à Grafikart : http://bit.ly/19nGK3G Si vous commencez à faire des recherches en ligne sur le JavaScript il y a de fortes chance que vous tombiez sur des questions concernant la librairie **jQuery**. Cette librairie est extrèmement populaire, au point qu’il est difficile de trouver un plugin qui…
-
Javascript beginner tutorial 12 – variable scope
In this video I talk about global and local variables and where we can use each one. Now it’s up to you as a programmer to decide where to declare you JavaScript variables. If you read this description then comment below: “Just remember with great power comes great responsibility, I will decide wisely :p” Don’t…
-
What is Async JavaScript?
Learn about asynchronous behavior in JavaScript. Learn about callbacks for async flow control: and promises: Code examples from this video: https://github.com/shama/letswritecode/tree/master/what-is-async-javascript Original source
-
El camino a ser un pro en Javascript | Conferencia en PlatziConf, Febrero 2015
Entra al curso de desarrollo web en: http://platzi.com/online Carlos Azaustre te cuenta cual es el camino ideal para llegar a ser profesional en Javascript empezando desde cero. Suscríbete a novedades en twitter: http://bit.ly/mejortw Y también por facebook: http://bit.ly/mejorfb Y no olvides suscribirte a nuestro canal aquí en Youtube: http://bit.ly/mejoryt Original source
-
There Be Dragons in the New JavaScript – Scott Allen
After two years of using ECMAScript 2015 features in live applications, I’ve come to recognize a few areas that developers can find confusing. There are also features with the potential to hurt the maintainability of the code for other developers, and degrade the performance of the application at runtime. In this session we’ll look at…
-
Tutorial Javascript 2 – Condicionales: If, Else if y Switch
Vamos a trabajar con los tipos de condicionales que podemos utilizar en javascript, primero trabajamos con if, else if y else para luego pasar al switch, todo ello utilizando ejemplos que nos ayudarán a entender cada sentencia. Tutores: DxvTuts http://www.youtube.com/dxvtuts RoofdierDz http://www.youtube.com/Roofdierdz RoofdierDz Tweets by roofdierdz DxvTuts http://twitter.com/dxvtweet DxvTuts http://www.facebook.com/dxvbook RoofdierDz http://www.facebook.com/roofdierdz Original source
-
JavaScript Tutorial: D3js library
Check out this great resource on D3js https://goo.gl/8zQt3Q Learn about the application of the best JavaScript visualization library called D3js! Original source