R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps
By freeCodeCamp.org
Published: Sep 22, 2021“
Learn how to build interactive data-driven web apps in R using the Shiny package.
Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more bioinformatics and data science tutorials: https://www.youtube.com/dataprofessor
Code
- Apps 1-5: https://github.com/dataprofessor/rshiny_freecodecamp
- Deploy Shiny App: https://github.com/dataprofessor/iris…
- Medium blog posts for more data science tutorials https://data-professor.medium.com/
- For updates connect via Newsletter: http://newsletter.dataprofessor.org/
- Twitter: https://twitter.com/thedataprof/
Course Contents
- (0:00:00) Introduction
- (0:01:13) Introduction to Shiny
- (0:08:24) App 1 – Print User Input
- (0:21:12) App 2 – Display Histogram
- (0:32:07) App 3 – Machine Learning (Weather Dataset)
- (0:47:51) App 4 – Machine Learning (Iris Dataset)
- (1:05:03) App 5 – BMI Calculator
- (1:19:18) Deploy Shiny Apps to Heroku
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
Category: Scripting and Coding
Various coding languages are the building blocks of apps, The Internet, and the Metaverse. We explore tutorials of scripting and coding.
[#Script #Coding] Deploy 12 apps to AWS, Azure, & Google Cloud
Deploy 12 apps to AWS, Azure, & Google Cloud
By freeCodeCamp.org
Published: Jul 29, 2021“
Learn how to deploy 12 different apps to 3 different cloud services.
This course was created by Scalable Scripts. Check out their channel: https://www.youtube.com/c/ScalableScripts
- (0:00:00) Intro
- (0:00:37) Dockerize a React app
- (0:08:57) Dockerize a NodeJS app
- (0:13:40) Dockerize a VueJS app
- (0:20:00) Dockerize a NestJS app
- (0:26:26) Dockerize an Angular app
- (0:35:00) Dockerize a Golang app
- (0:41:23) Dockerize a Svelte app
- (0:47:27) Dockerize a Django app
- (0:52:12) Dockerize a Laravel app
- (0:56:32) Dockerize a .NET Core app
- (1:03:41) Dockerize a Spring Boot app with Kotlin
- (1:11:20) Dockerize a Deno app
- (1:16:33) Deploy a Container to AWS
- (1:25:22) Deploy a Container to Azure
- Deploy a Container to Google Cloud
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent...”
[#Script #Coding] Code a Squid Game JavaScript Game Using Three.js – Tutorial for Beginners
Code a Squid Game JavaScript Game Using Three.js – Tutorial for Beginners
By freeCodeCamp.org
Published: Nov 09, 2021“
Learn how to use JavaScript and Three.js to create the Red Light/Green Light game from the TV show Squid Game. This is a beginner-friendly game development tutorial.
- Doll 3D model: https://sketchfab.com/3d…
- Code: https://github.com/0shuvo0/squidgame
- Course created by Angle Brace. Check out their channel: https://www.youtube.com/c/AngleBrace
Course Contents
- (00:00) Intro
- (01:30) Setup
- (03:40) Three.js Basics
- (09:38) Loading 3D Model
- (15:46) Doll Class
- (18:56) GSAP Animation
- (20:58) Creating Track
- (27:53) Player Class
- (31:46) Keypress Handling
- (35:32) Functioning the Doll
- (38:13) Game Logic
- Learn to code for free and get a developer job: https://www.freecodecamp.org
- Read hundreds of articles on programming: https://freecodecamp.org/news
- And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
[#Video #Design] Intro to Expression Rigs in After Effects
Intro to Expression Rigs in After Effects
By School of Motion
Published: Mar 03, 2021“
DOWNLOAD THIS PROJECT FILE & ASSETS FOR FREE! https://som.bz/3bc98xv
Expressions in After Effects can automate repetitive tasks, build flexible rigs for animators, and allow you to do some amazing things that are impossible with keyframes…and they’re not as complicated as you may think.
This tutorial comes from our Advanced Motion Methods course, and in it, Nol Honig and Zack Lovatt will teach you how to use expressions to build flexible rigs, plus some more advanced tricks you can start using right away.
INTERACTIVE ONLINE CLASSESExpression Session | https://som.bz/es
- Advanced Motion Methods | https://som.bz/amm
- All Courses | http://som.bz/2wKsBDu
FREE 10-DAY INTRO COURSE
- The Path to MoGraph | https://som.bz/2VNHb7D
FOLLOW FOR MORE LEARNZ
- Website | https://som.bz/2VMjr3N
- Podcast | https://som.bz/3czNeCP
- Facebook | https://som.bz/3cF3SBh
- Twitter | https://som.bz/2PQfSWF
- Instagram | https://som.bz/2POOJU7
”
[#Script #Coding] Flutter Course for Beginners – 37-hour Android App Development Tutorial
Flutter Course for Beginners – 37-hour Android App Development Tutorial
By freeCodeCamp.org
Published: Feb 24, 2022“
Learn how to use Flutter in this complete course for beginners. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more.
GitHub repo: https://github.com/vandadnp/mynotes-course
Course developed by Vandad Nahavandipoor. Check out his channel: https://www.youtube.com/channel/UC8Np…Discord study group (for questions and answers about this course): https://discord.gg/C8UpxJyU4n
Setting up Firebase CLI and FlutterFire CLI on Windows: https://www.youtube.com/watch?v=nQ3Ah…Course Contents
- (00:00:00) Introduction
- (00:02:57) Developer Accounts
- (00:39:12) Setup
- (01:14:42) Introduction to Dart
- (02:01:26) Dart Control Statements and Collections
- (02:46:44) Sound Null safety in Dart
- (03:27:12) Dart Enumerations, Classes and Objects
- (04:18:36) Advanced Dart
- (05:00:41) Project Setup
- (05:48:30) iOS App Setup
- (06:59:32) Android App Setup
- (07:31:31) Firebase Backend Setup
- (08:01:20) Basic Registration Screen
- (09:04:54) Login View
- (09:53:10) Separating App Initialization from Login and Register Screens
- (10:19:47) Setting up Git and GitHub
- (11:10:34) Email Verification View
- (11:44:45) Link Between Login and Register Views
- (12:18:01) Logout View
- (13:13:46) Go From Login to Notes View
- (13:36:43) Cleaning Up our Routes
- (13:51:17) Error Handling in Login View
- (14:16:21) Error Handling in Register View, Next Screen After Registration
- (14:44:45) Confirming Identity Before Going to Main UI…
”
[#Script #Coding] Do You Need To Know Web Dev To Become A Web3 Developer? With Hashlips
Do You Need To Know Web Dev To Become A Web3 Developer? With Hashlips
By codeSTACKr
Published: Mar 25, 2022“
Go check out Daniel aka Hashlips YouTube channel for more NFT/Web3 content: https://www.youtube.com/c/HashLipsNFT
Become A VS Code SuperHero Today: https://vsCodeHero.com
Join my Discord developer community: https://youtu.be/XiQ9rjaa2OwToday I have a special guest on the channel, Daniel aka Hashlips. We discuss whether we think you need to be a web developer before becoming a web3 developer. Knowing web development technologies like HTML, CSS, JavaScript, and React will give you a big advantage when learning web3 technologies like Solidity. Jumping right into learning web3 without knowing the basics could be very frustrating.
Here are some videos that could be helpful:
- HTML: https://youtu.be/XiQ9rjaa2Ow
- HTML: https://youtu.be/ZZRTUpRzETo
- CSS: https://youtu.be/Tfjd5yzCaxk
- CSS: https://youtu.be/9JnRBvcKWbw
- JavaScript: https://youtu.be/d5ob3WAGeZE
”
[#Script #Coding] Arduino Course for Beginners – Open-Source Electronics Platform
Arduino Course for Beginners – Open-Source Electronics Platform
By freeCodeCamp.org
Published: Jun 08, 2021“
Learn how to use Arduino hardware and software in this full course for beginners. Arduino is an easy-to-use, open-source electronics platform Arduino boards are able to read inputs – light on a sensor, a finger on a button, or a Twitter message – and turn it into an output – activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.
No hardware is required to follow along with this course!
Course developed by Ashish Bansal.
- Ashish on Instagram: https://www.instagram.com/ashish_things/
Tinker with the circuits used in the course:
- custom blink function: https://www.tinkercad.com/things/ib4c…
- digitalRead & digitalWrite : https://www.tinkercad.com/things/bvTd…
- analogRead : https://www.tinkercad.com/things/6kEE…
- analogWrite : https://www.tinkercad.com/things/hDwW…
”
[#Webdesign #Coding] Bootstrap v5: Getting Started (Buttons, Responsive Columns, Accordion)
Bootstrap v5: Getting Started (Buttons, Responsive Columns, Accordion)
By LearnWebCode
Published: Aug 26, 2020“
0:00 Intro
1:07 Getting Started
3:09 Version 5
5:01 Basic Classes
9:28 Columns
14:08 Responsive Classes
19:16 Bootstrap JS
21:44 Opinion: Should You Use Bootstrap?Playlist for this full series: https://www.youtube.com/playlist…
Follow me for updates on new episodes:
- Instagram: https://www.instagram.com/javaschiff/
- Twitter: https://twitter.com/learnwebcode
- Facebook: https://www.facebook.com/Brad-Schiff-…
- Twitch: https://www.twitch.tv/learnwebcode
Check out my premium courses:
https://www.udemy.com/user/bradschiff/”
[#Webdesign #Coding] What is JSX? The 10 Days of React JS (Day 3)
What is JSX? The 10 Days of React JS (Day 3)
By LearnWebCode
Published: Apr 27, 2020“
Join the full course: https://www.udemy.com/course/react…
Copy & Paste Starter: https://codepen.io/learnwebcode/pen/oNgRjpo?editors=0010
CodePen Finished Code: https://codepen.io/learnwebcode/pen/gObJwwV?editors=1010
Follow me for cat pics:- Instagram: https://www.instagram.com/schiff.brad/
- Twitter: https://twitter.com/learnwebcode
- Facebook: https://www.facebook.com/Brad-Schiff-…
”
[#Script #Coding] JavaScript Programming – Full Course
JavaScript Programming – Full Course
By freeCodeCamp.org
Published: Jun 21, 2021“
Learn JavaScript from scratch by solving over a hundred different coding challenges. Go here for the interactive browser version: https://scrimba.com/learn/learnjavascript
** Code **
Two versions:
- Interactive version: https://scrimba.com/learn/learnjavascript
- GitHub repo: https://github.com/scrimba/learn-javascript
Created by Per Harald Borgen. Per on Twitter: https://twitter.com/perborgen
”









