Category: Programming

  • JavaScript Tutorial for Beginners – 30 – Replace content using innerHTML

    In this video we will discuss replacing content using innerHTML. Javascript code: http://pastebin.com/HDazmk1H HTML code: http://pastebin.com/hkGLgApY Original source

  • TensorFlow for JavaScript

    TensorFlow.js is the recently-released JavaScript version of TensorFlow that runs in the browser and Node.js. In this talk, the team introduced the TensorFlow.js ML framework, and showed with demo on how to perform the complete machine-learning workflow, including the training, client-side deployment, and transfer learning. EVENT: O’Reilly AI Conference, San Francisco ’18 SPEAKER: Nick Kreeger,…

  • Object Oriented JavaScript Tutorial #11 – Prototype Inheritance

    Hey, in this object oriented JavaScript tutorial I’ll teach you about prototype inheritance. 🐱‍💻 Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET 🤑 Donate @ https://www.paypal.me/thenetninja 🎓Find me on Udemy @ https://www.udemy.com/user/47fd83f6-5e4a-4e87-a0f0-519ac51f91b6/ 👾 Video thumbnail artwork by PixelSwish @ https://www.youtube.com/channel/UCGKSD3mitWl5UpMxZzaIrRA Original source

  • 20 String Methods in 7 Minutes – Beau teaches JavaScript

    String methods featured in this video: charAt, charCodeAt, concat, endsWith, fromCharCode, includes, indexOf, lastIndexOf, match, repeat, replace, search, slice, split, startsWith, substr, substring, toLowerCase, toUpperCase, trim. Code: 🔗 http://codepen.io/beaucarnes/pen/qRLzNX?editors=0012 Other resources on topic: 🔗 https://www.w3schools.com/jsref/jsref_obj_string.asp Beau Carnes on Twitter: https://twitter.com/carnesbeau ⭐JavaScript Playlists⭐ ▶JavaScript Basics: https://www.youtube.com/playlist?list=PLWKjhJtqVAbk2qRZtWSzCIN38JC_NdhW5 ▶ES6: https://www.youtube.com/playlist?list=PLWKjhJtqVAbljtmmeS0c-CEl2LdE-eR_F ▶Design Patterns: https://www.youtube.com/playlist?list=PLWKjhJtqVAbnZtkAI3BqcYxKnfWn_C704 ▶Data Structures and Algorithms: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkso-IbgiiP48n-O-JQA9PJ…

  • Build a website with Bootstrap 4 – Part 1: The setup

    Build a website with Bootstrap 4 – Part 1: The setup

    [ad_1] https://i.ytimg.com/vi/7jy5d27jmrY/hqdefault.jpg In this video, I install Bootstrap 4 and look at how to set it up properly. While the initial setup isn’t the most exciting thing in the world, setting Bootstrap up properly lets us use it to its full potential! Just as a quick warning, I built this using Bootstrap 4 alpha. A…

  • Create A Page Transition Effect In Javascript Tutorial

    In this video we are going to learn how to create vanilla js page transitions using Barba.js. A 4kb library that is awesome to use for static websites rather then including a whole framework in like React,Angular or Vue. So if you plan on creating a simple static website and you want cool transitions then…

  • Create Real-time Chart with Javascript | Plotly.js Tutorial

    How to create real-time line chart with javascript using Plotly.js. The chart can be used to stream a real-time data with automatic update and scaling Source code: https://redstapler.co/javascript-realtime-chart-plotly/ Original source

  • Bootstrap tutorial 6 – Nesting the grid

    Bootstrap tutorial 6 – Nesting the grid

    [ad_1] https://i.ytimg.com/vi/x6uafDNy-F4/hqdefault.jpg In this tutorial I show you how to put a grid inside of a grid, this is called “nesting a grid” but it really should be called “Grid inception” Useful links: ———————————– Don’t forget to subscribe: www.youtube.com/QuentinWatt Follow me on Twitter: www.twitter.com/QuentinWatt Follow me on Facebook: www.facebook.com/quentin.watt Feel free to donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CH68DBULMJ37N ————————————…

  • JavaScript Introduction and Basic Demo – Learn JavaScript Basics Tutorial (Part 1)

    If you think programming is scary, this video should alleviate your fears. Programming in JavaScript is as easy as typing stuff into a text editor and then seeing the results in your browser. It’s fun and easy! Well, to do the basics :). Original source