How to Learn from Free University Courses (Audit Classes Online)
By freeCodeCamp.org
Published: Feb 16, 2022“
Learn how to successfully audit public college computer science courses on the web!
In this video, students Seth Goldin and Sam Crombie discuss learning on the web, methods for choosing a topic and course, tips to consider when conducting your audit, and more!
Find your next CS audit resource: https://collegecompendium.org
Course Contents
- (00:00) Intro
- (01:41) Learning on the Web
- (08:35) What is “Auditing” a Course?
- (13:27) Why Audit Courses?
- (20:36) Choosing the Right Topic
- (27:35) Choosing the Right Course
- (34:49) Making the Most of Your Audit
- (44:34) Next Steps
- (47:44) Example Audits
- (58:38) Outro
Disclaimer: We are two students sharing our insights from our personal experiences about the process of auditing in an effort to potentially help you with your journey. We are not affiliated with any colleges, professors, or courses.
”
Tag: scripting
[#Script #Coding] 2D Game Development with GDevelop – Crash Course
2D Game Development with GDevelop – Crash Course
By freeCodeCamp.org
Published: Jan 27, 2022“
Learn how to create games with GDevelop, a 2D cross-platform, free and open-source game engine. You can create games with minimal coding and run them on most major platforms.
Course created by Wesley and Max.
Learn more about Gdevelop: https://gdevelop.io/
More GDevelop video tutorials: https://www.youtube.com/c/GDevelopApp/featured
Links to artists:
- https://www.kenney.nl/
- https://0x72.itch.io/dungeontileset-ii
Course Contents
- (0:00:00) Intro
- (0:00:22) General Layout
- (0:06:34) Object Types
- (0:10:51) Event System
- (0:16:03) Jumpstarting
- (0:20:55) Variables
- (0:25:33) Expression Builder
- (0:30:01) Extensions
- (0:33:18) Re-creating Asteroids
- (0:43:18) Exporting A Game
- (0:46:36) Outro
”
[#Script #Coding] Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
By freeCodeCamp.org
Published: Jun 02, 2022“
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
Beau Carnes developed this course.
Code: https://github.com/beaucarnes/herocool
Resources
- Installing Pulumi: https://www.pulumi.com/docs/get-start…
- Get free AWS account here: https://aws.amazon.com/free/
- Installing AWS CLI: https://docs.aws.amazon.com/cli/lates…
- Get AWS Access key ID and secret access key: https://docs.aws.amazon.com/cli/lates…
Course Contents
- (0:00:00) Introduction
- (0:04:49) Setup environment
- (0:10:10) Initial Flask code
- (0:13:05) Pulumi app
- (0:17:37) HTML templates
- (0:25:06) Provisioning websites code
- (0:42:35) Provisioning VMs code
- (0:50:48) Create SSH key/value pair
- (0:53:45) Testing app
- (1:05:03) Connecting to created VM
- (1:07:31) Provisioning using JavaScript
- (1:19:09) Conclusion
”
[#Script #Coding] The Edge is the Future! What are Edge Functions? Exploring Netlify Edge Functions
The Edge is the Future! What are Edge Functions? Exploring Netlify Edge Functions
By codeSTACKr
Published: May 02, 2022“
Become A VS Code SuperHero Today: https://vsCodeHero.com
Join my Discord developer community: https://discord.gg/A9CnsVzzkZIn this video, you’ll learn what the Edge is and how edge functions can help you get content to your users faster!
So, what is the Edge? Generally, when you go to a website, that site might be hosted on the other side of the world. Depending on where you are, it may take longer to load.
The edge is a network of servers around the world that automatically detects where your user is located and serves content to them from the closest server.
The CEO of Netlify, Matt Biilmann, says that they are building an open-source runtime for the edge, poised to be an industry standard that is not proprietary to Netlify.
The Netlify edge functions allow you to run serverless JavaScript or TypeScript functions directly on their edge network. The key to this is Deno. Deno is a secure by default runtime that enables out-of-the-box compatibly with many web frameworks.
Netlify’s Edge Functions don’t require a framework, but they do work with Astro, Eleventy, Hydrogen, Next.js, Nuxt, Remix, SvelteKit, and many others.
You can even stream and render an entire site from the edge!
The bottom line is, you get content to your users faster!Resources
- Netlify Edge Functions Examples: https://edge-functions-examples.netli…
- Sign up for a Free MongoDB Atlas Database: https://www.mongodb.com/cloud/atlas/r…
- MongoDB Atlas Data API: https://www.mongodb.com/docs/atlas/ap…
Tools I use:
- codeSTACKr Theme: https://marketplace.visualstudio.com/…
- STACKr Code Font (Exclusive to my VS Code Course – https://vsCodeHero.com)
- SuperHero Extension Pack: https://marketplace.visualstudio.com/…
Timestamps
- 00:00 – Intro
- 00:11 – What is the Edge?
- 01:32 – What is possible with Edge Functions?
- 01:46 – Bare Bones Example
- 03:12 – Next.js Example
- 03:58 – Geolocation
- 04:51 – Content Localization
- 06:17 – Create and modify cookies
- 06:52 – A/B Testing
- 08:26 – Fetching data from the edge
[READ MORE]”
[#Webdesign #Coding] WordPress REST API Authentication: Application Passwords
WordPress REST API Authentication: Application Passwords
By LearnWebCode
Published: Mar 30, 2022“
Let’s learn about the two most common ways to make authenticated requests to the WordPress REST API. My premium courses and coupons: https://learnwebcode.com/courses/
GitHub example code shown in this video: https://github.com/LearnWebCode/wordp…
CONTENTS:
- 0:00 Intro
- 1:00 Cookie / Browser Approach
- 4:34 Application Passwords
- 10:15 Node.js Example
- 11:47 Extra Info
Follow me for updates on new videos or projects:
Instagram: https://www.instagram.com/javaschiff/
Twitter: https://twitter.com/learnwebcode
Facebook: https://www.facebook.com/Brad-Schiff-…
Twitch: https://www.twitch.tv/learnwebcode
[#Script #Coding] Harvard CS50 – Full Computer Science University Course
Harvard CS50 – Full Computer Science University Course
By freeCodeCamp.org
Published: Oct 19, 2022“
Learn the basics of computer science from Harvard University. This is CS50, an introduction to the intellectual enterprises of computer science and the art of programming.
Slides, source code, and more at https://cs50.harvard.edu/x.
Course Contents
- (00:00:00) Lecture 0 – Scratch
- (01:45:08) Lecture 1 – C
- (04:13:23) Lecture 2 – Arrays
- (06:20:43) Lecture 3 – Algorithms
- (08:37:55) Lecture 4 – Memory
- (11:03:17) Lecture 5 – Data Structures
- (13:15:36) Lecture 6 – Python
- (15:39:25) Lecture 7 – SQL
- (18:00:55) Lecture 8 – HTML, CSS, JavaScript
- (20:23:38) Lecture 9 – Flask
- (22:39:01) Lecture 10 – Emoji
- (24:02:50) Cybersecurity
Recorded in 2021.
HOW TO JOIN CS50 COMMUNITIES
- Discord: https://discord.gg/cs50
- Ed: https://cs50.harvard.edu/x/ed
- Facebook Group: https://www.facebook.com/groups/cs50/
- Faceboook Page: https://www.facebook.com/cs50/
- GitHub: https://github.com/cs50
- Gitter: https://gitter.im/cs50/x
- Instagram: https://instagram.com/cs50
- LinkedIn Group: https://www.linkedin.com/groups/7437240/
- LinkedIn Page: https://www.linkedin.com/school/cs50/
- Medium: https://cs50.medium.com/
- Quora: https://www.quora.com/topic/CS50
- Reddit: https://www.reddit.com/r/cs50/
- Slack: https://cs50.edx.org/slack
- Snapchat: https://www.snapchat.com/add/cs50
- SoundCloud: https://soundcloud.com/cs50
- Stack Exchange: https://cs50.stackexchange.com/
- TikTok: https://www.tiktok.com/@cs50
- Twitter: https://twitter.com/cs50
- YouTube: https://www.youtube.com/cs50
HOW TO FOLLOW DAVID J. MALAN
- Facebook: https://www.facebook.com/dmalan
- GitHub: https://github.com/dmalan
- Instagram: https://www.instagram.com/davidjmalan/
- LinkedIn: https://www.linkedin.com/in/malan/
- TikTok: https://www.tiktok.com/@davidjmalan
- Twitter: https://twitter.com/davidjmalan
LICENSE
CC BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
https://creativecommons.org/licenses/by-nc-sa/4.0/
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”
[#Script #Coding] Learn Go Programming by Building 11 Projects – Full Course
Learn Go Programming by Building 11 Projects – Full Course
By freeCodeCamp.org
Published: Mar 22, 2022“
In this Go programming language course for beginners, you will improve your Go programming skills by building eleven projects.
Akhil Sharma created this course. Check out his channel: https://www.youtube.com/c/AkhilSharmaTech
Project Code
- Build A Simple Web Server With Golang – https://github.com/AkhilSharma90/simp…
- Build A CRUD API With Golang – https://github.com/AkhilSharma90/Gola…
- Golang With MySQL Book Management System – https://github.com/AkhilSharma90/Gola…
- Simple SlackBot To Calculate Age – https://github.com/AkhilSharma90/GO-S…
- Golang Slackbot for File Uploading – https://github.com/AkhilSharma90/GO-S…
- Email Verifier Tool With Golang – https://github.com/AkhilSharma90/GO-E…
- AWS Lambda With Golang – https://github.com/AkhilSharma90/Simp…
- CRM with Golang Fiber – https://github.com/AkhilSharma90/go-b…
- HRMS with Golang Fiber – https://github.com/AkhilSharma90/go-b…
- Complete Serverless Stack – https://github.com/AkhilSharma90/Gola…
- A.I Bot with Wolfram, Wit.ai and golang – https://github.com/AkhilSharma90/AI-B…
Course Contents
- (0:00:00) Build A Simple Web Server With Golang
- (0:20:34) Build A CRUD API With Golang
- (1:07:14) Golang With MYSQL Book Management System
- (2:30:57) Simple SlackBot To Calculate Age
- (2:44:12) Golang Slackbot for File Uploading
- (3:01:45) Email Verifier Tool With Golang
- (3:24:32) AWS Lambda With Golang
- (3:50:12) CRM with Golang Fiber
- (4:34:34) HRMS with Golang Fiber
- (5:44:25) Complete serverless stack with Golang
- (7:28:55) A.I Bot with wolfram, wit.ai and Golang
”
[#Script #Coding] Learn TypeScript – Full Course for Beginners
Learn TypeScript – Full Course for Beginners
By freeCodeCamp.org
Published: Mar 15, 2021“
Learn the TypeScript programming language in this crash course for beginners. By the end of this course you will understand all modern TypeScript features.
Created by Alexander Kochergin. Check out his channel: https://www.youtube.com/MonsterlessonsAcademy
Code: https://github.com/monsterlessonsacademy/typescript-course
Course ContentsM/strong>
- (00:00) Intro
- (00:30) Do I need to learn Typescript?
- (05:02) How to install Typescript tools?
- (12:55) Typescript Type definitions introduction
- (22:02) Introduction to Interfaces in Typescript
- (31:22) Union & Type alias in Typescript
- (39:58) Any never void unknown in Typescript
- (49:57) Typescript Working with DOM
- (58:27) Creating classes in Typescript
- (1:09:37) Generics interfaces and functions in Typescript
- (1:27:17) How to use Enums in Typescript
- (1:34:07) Outro
”
[#Script #Coding] Top VS Code Updates | v1.69 Released!! | Tips & Tricks 2021 (Visual Studio Code)
Top VS Code Updates | v1.69 Released!! | Tips & Tricks 2021 (Visual Studio Code)
By codeSTACKr
Published: Jul 20, 2022“
Become A VS Code SuperHero Today: https://vsCodeHero.com
Get my FREE VS Code Cheat Sheet: https://courses.codestackr.com/vs-cod…
Join my Discord developer community: https://discord.gg/A9CnsVzzkZ
In this video, we are going to look at some of the recent updates to VS Code (Visual Studio Code) with version 1.69. There are several great improvements.
If you want to learn more about VS Code, check out my VS Code course at https://vsCodeHero.com.
”
[#Script #Coding] Apache Cassandra Database – Full Course for Beginners
Apache Cassandra Database – Full Course for Beginners
By freeCodeCamp.org
Published: Jul 21, 2022“
Apache Cassandra is an open source NoSQL distributed database. This beginner’s Cassandra course has four modules. The first three modules will cover the basics of Apache Cassandra data modeling. The final module covers practical applications of Cassandra.
Get Started with Astra DB, built on Apache Cassandra: https://astra.datastax.com/register/a…
Course Contents
- (00:30) Module 1: Cassandra Intro and Background
- (21:53) Module 2: Collections, User Defined Types, and Counters
- (31:29) Module 3: Data Modeling
- (1:04:22) Module 4: Practical Applications
Links
- Build scalable API-based Microservices with Spring Boot and Cassandra
https://astra.dev/3vIUwyx- REST API in AstraDB – Introduction and curl: https://www.youtube.com/watch?v=oSVuP…
- https://astra.dev/3rNnOL5
- Build a Reactive app in Apache Cassandra™ with Spring Framework: https://www.youtube.com/watch?v=1aRbn…
- https://astra.dev/3xSxaZW
- Advanced Data Modeling in Apache Cassandra™: https://astra.dev/3xX5QK7
- Introduction to #MachineLearning with Cassandra and Spark: https://astra.dev/39aPqU5
- NoSQL Course from Anna Kubow: https://www.youtube.com/watch?v=xh4gy…
”









