Unreal Engine & C++ Tutorial – Endless Runner Game
By freeCodeCamp.org
Published: Oct 21, 2021“
Learn how to use Unreal Engine and C++ to create an endless runner game
Course created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/.”
Tag: FreeCodeCamp.Org
[#Script #Coding] Webhooks for Beginners – Full Course
Webhooks for Beginners – Full Course
By freeCodeCamp.org
Published: Dec 17, 2020“
What are webhooks? Webhooks allow different web applications and services to communicate with each other. In this course for beginners, you will learn everything you need to know about webhooks. You will learn to implement webhooks with and without code.
– Teacher notes and code: https://github.com/twiliodeved/webhooks-course
– Course developed by Craig Dennis, who is a Developer Educator at Twilio.Course Contents
Unit 1 – Integration
- Video 1 – Welcome (00:00:00)
- Video 2 – Defining Events, Handlers, and Hooks (00:04:51)
- Video 3 – Lightbulb moment (00:09:12)
- Video 4 – Finding Inspiration (00:17:11)
Unit 2 – Capturing Data from a Webhook
- Video 1 – Diving into Webhooks (00:23:33)
- Video 2 – Explore the Request (00:28:28)
- Video 3 – Using the Data (00:37:34)
- Video 4 – Developing Locally (00:46:32)
- Video 5 – Opening a Tunnel (00:57:34)
- Video 6 – Serverless (01:17:17)
Unit 3 – Hooking it altogether
- Video 1 – Introducing the projects (01:34:52)
- Video 2 – Text Affirmation (01:38:33)
- Video 3 – Setting up the flow (01:44:45)
- Video 4 – Handle things locally (01:56:34)
- Video 5 – Deploying your serverless function (02:11:46)
- Video 6 – That’s a Wrap (02:22:53)
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] 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…
”
[#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
”
[#Script #Coding] PySpark Tutorial
PySpark Tutorial
By freeCodeCamp.org
Published: Jul 14, 2021“
Learn PySpark, an interface for Apache Spark in Python. PySpark is often used for large-scale data processing and machine learning.
Code: https://github.com/krishnaik06/Pyspark-With-Python
Course from Krish Naik. Check out his channel: https://youtube.com/user/krishnaik06”