Tag: coding tutorial

  • Dark Mode Portfolio Site: Using HTML, CSS, and JavaScript [Coding Tutorial]

    Hi, thank you for tuning in to the “Let’s build rad websites” series. This is ep. 1 where we code up a dark mode portfolio site. Here’s a link to the Github repo: https://github.com/cfilipek/Darkmode-Portfolio-Tutorial Links: Code Editor: https://code.visualstudio.com/ Google Font: https://fonts.google.com/specimen/Kanit?selection.family=Kanit Write-on Source Code: https://tobiasahlin.com/moving-letters/#11 Original source

  • How to Build a JavaScript Application Project – Tutorial Part 1

    ★☆★ My Courses: https://telmosampaio.com Learn to CODE in just a FEW months here: ★☆★ Treehouse Discount Code: http://bit.ly/2FtkrPL ★☆★ 2 Months Free SKILLSHARE: https://skl.sh/2Q2LsTi ★☆★ UNLIMITED WEBSITE HOSTING: http://www.a2hosting.com?aid=telmosampaio Learn Algorithms with Discount code: telmo ★☆★ https://www.algoexpert.io/telmo ★☆★UDEMY COURSES: The Complete JavaScript Course 2018: https://bit.ly/2Ci2Fzk Modern JavaScript From The Beginning: https://bit.ly/2Br13BM JavaScript: Understanding the Weird…

  • Async + Await in JavaScript, talk from Wes Bos

    Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax is still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript’s asynchronous nature. Wes Bos explores how async + await works, best practices for flow control, and…

  • 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

  • Full Stack Web App using Vue.js & Express.js: Part 1 – Intro

    Full Stack Web App using Vue.js & Express.js: Part 1 – Intro

    Welcome to part 1 of a new series where I will create a full stack web application using Vue.js and Express.js 00:00 Project description 6:35 Git Setup 17:47 Backend setup 36:40 Register page… Original source