Tag: node.js

  • JavaScript Fundamentals: What You Need to Know about the JavaScript Engine

    In this tutorial we dig a bit deeper into JavaScript. We talk about the JavaScript Engine, the thing that makes all the JavaScript we write possible. Would you like to help keep this channel going? https://www.patreon.com/allthingsjavascript Access to EVERY course (get 2 months free): https://www.skillshare.com/r/profile/Steven-Hancock/24508 Courses offered on Udemy at a discount: Getting Started: https://www.udemy.com/learn-modern-javascript-getting-started/?couponCode=GETTINGSTARTED2019…

  • Express.js & Node.js Course for Beginners – Full Tutorial

    Learn how to develop a web app from scratch using Node.js, Express.js, PostgreSQL, and Bootstrap. Develop a landing page and a CRUD application collecting sales leads. The code from this project is a good starting place for you to develop your own project. 💻Code: https://github.com/buzz-software/expressjs-mvp-landing-page Course developed by Buzz Team. Check out their YouTube channel:…

  • High Performance Apps with JavaScript and Rust

    NodeJS is amazing at lots of things, but computationally intensive or low level tasks aren’t among those things. How can you still leverage the ease of use of NodeJS and do things that are computationally expensive like machine learning, or low level things like computations on a GPU? By using Rust and Node together. Rust…

  • Digital Ocean, Subida de Aplicaciones de Nodejs & PHP, MySQL (Linux & Mac)

    Digital Ocean, Subida de Aplicaciones de Nodejs & PHP, MySQL (Linux & Mac)

    Este video es un tutorial básico de como empezar a usar un servicio de la nube como lo es Digital Ocean. aprenderemos a crear un droplet, conectarnos con … Original source

  • 5 Reasons to Learn Full Stack JavaScript

    👉 http://bit.ly/js-sep2017 👉 http://nodeprogram.com Why and how to learn React, Node.js, npm, Express, Docker, and Amazon Web Services – September 2017 webinars by NodeProgram.com and Node University Original source

  • Keep Betting on JavaScript

    Brendan Eich’s famous quip, ‘Always Bet On JavaScript’, revels in JS’s history of naysayers predicting that we’d eventually reach a point where JS couldn’t grow to meet the demands of modern development; it turns out those have always been bad bets. It’s safe to say JS is no longer trying to prove itself. It has…

  • JavaScript Discord Bot Tutorial

    Learn to make a Discord bot with JavaScript using Node.js from scratch. * DevDungeon Discord – https://discord.gg/JWsSHJC * Written Tutorial – https://www.devdungeon.com/content/javascript-discord-bot-tutorial * Unicode Emojis – https://unicode.org/emoji/charts/full-emoji-list.html * Official Documentation – https://discord.js.org Original source

  • Machine Learning Tutorial for Beginners – USING JAVASCRIPT!

    In a few lines of code, we can tackle real browser or server challenges with machine learning and neural networks! Here’s the source code: Machine learning is a fun new(er) way to solve problems. Rather than programming an algorithm for answering a question about our data, we instead can train a “neural network” with a…

  • Andre Garzia – Fazendo drinks com JavaScript

    Nessa palestra o André irá mostrar o caminho das pedras para a utilização de JS em placas de prototipação de baixo custo para o desenvolvimento de aplicações para a IoT. Vai investigar a realização de um projeto prático de uma máquina de criação de drinks que mistura os ingredientes e entrega coquetéis a partir de…

  • Code a Javascript Discord Bot: Part 1 – Getting Set Up

    Premiere is a dream to edit in, and discord.js is very simple to teach. Looking forward to the future of this series! Downloads: ❯❯ Visual Studio Code: https://code.visualstudio.com/ ❯❯ Node.js: https://nodejs.org/en/ Websites: ❯❯ Discord Developer Page: https://discordapp.com/developers/ ❯❯ Discord Permission Calculator: https://discordapi.com/permissions.html ❯❯ Github Gists (for posting your code): https://gist.github.com/ Original source