Tag: Programming Language (Software Genre)

  • Recursion – Part 7 of Functional Programming in JavaScript

    In this video, we are going to learn about recursion – what recursion is, how it works, and why it’s useful. This video is part of a series – you’ll get a lot more out of it if you watch the other episodes before watching this one. You can find them here: Recursion is when…

  • Programming with Functions in JavaScript – Programming Virgin

    Support us on our Patreon page: https://www.patreon.com/codebabes Take the full course here: https://codebabes.com/courses/programming-virgin-javascript Alright, are you ready for the “hard” stuff? We’ve talked about where you can stick your data, but what about storing actions, stuff that manipulates that data? We need functions. We’ve already seen some functions in action, like prompt and alert. These…

  • NULL, MYSQL TUTORIAL, PART 33

    NULL, MYSQL TUTORIAL, PART 33

    Original source

  • How to Connect to Your MySQL Database Using MySQLi and PDO

    How to Connect to Your MySQL Database Using MySQLi and PDO

    In this lesson, you’ll learn how to connect to your MySQL database. You’ll learn how to connect using both MySQLi and PDO. You’ll also learn an easy way to … Original source

  • Closures – Part 5 of Functional Programming in JavaScript

    A short video explaining the concept of closures, using JavaScript. This is part of a series, where are learning functional programming using JavaScript. Mozilla JavaScript documentation on Clousures https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures Code from the episode https://gist.github.com/mpj/b56371c672122a098d52 Playlist of full series You want to follow me on Twitter and Quora: Tweets by mpjme http://www.quora.com/Mattias-Petter-Johansson Original source

  • Currying – Part 6 of Functional Programming in JavaScript

    A short video explaining the concept of curring, using JavaScript. This is part of a series, where are learning functional programming using JavaScript. Currying is when a function, instead of taking all arguments at one time, takes the first one and returns a new function that takes the second one and returns a new function…

  • Entendiendo Callbacks en JavaScript

    Cuando una función se pasa como parámetro a otra función, se llama callback. En JavaScript, se usan para tratar eventos asíncronos. @gvilarino, CTO de Democracy OS, nos explica cómo funcionan como parte del Curso Profesional de Front-end de Platzi. ———————————————————————- Todo esto y más, en http://platzi.com ¡Suscríbete a nosotros! Twitter: http://twitter.com/platzi Facebook: http://bit.ly/platzifb Aquí, en…

  • java Tutorial, Java code For Search Button Netbeans Mysql,Navicat

    java Tutorial, Java code For Search Button Netbeans Mysql,Navicat

    java Tutorial, Java code For Search Button Netbeans Mysql,Navicat. Original source

  • Object Oriented JavaScript

    Get the Cheat Sheet Here : http://goo.gl/CQVZsW Best Object Oriented JavaScript Book : http://amzn.to/1L0Mvs8 Support me on Patreon : https://www.patreon.com/derekbanas 01:50 JavaScript Objects 02:36 Objects in Objects 04:12 Constructor Functions 05:58 instanceof 06:28 Passing Objects to Functions 08:09 Prototypes 09:34 Adding Properties to Objects 10:44 List Properties in Objects 11:38 hasOwnProperty 12:42 Add Properties to…

  • Create a simple JavaScript Slideshow – Programming Tutorial

    Create a simple JavaScript Slideshow Tutorial – JavaScript, HTML, and CSS by Jay Watson Original source