Skip to main content

Posts

Showing posts from November, 2022

MATLAB Crash Course for Beginners

Curriculum for the course MATLAB Crash Course for Beginners Learn the fundametnals of MATLAB in this tutorial for engineers, scientists, and students. MATLAB is a programming language and software suite used for data analysis, scientific computing, and visualization that is widely used in academia and industry. ✏️ Course from Phillip Parisi. Check out his channel: https://youtube.com/c/philsbeginnercode This course on Phillip's channel: https://youtu.be/EtUCgn3T9eE ⭐️ MATLAB Cheat Sheet ⭐️ Functions You Should Know https://youtu.be/vqWCUuDs8vw PDF of All the Basics https://philparisi.weebly.com/code.html ⭐️ Install Matlab ⭐️ Windows https://youtu.be/UShLTO57Yp8 Ubuntu Install https://youtu.be/ZNHJkCo5sOc ⭐️ Contents ⭐️ ⌨️(0:00:00) Intro ⌨️(0:00:19) MATLAB IDE ⌨️(0:01:33) Variables & Arithmetic ⌨️(0:14:19) Matrices, Arrays, & Linear Algebra ⌨️(0:24:54) The Index ⌨️(0:31:16) Example 1 - Equations ⌨️(0:45:09) Anonymous Functions ⌨️(0:47:57) Example 2 - Plotting ⌨️(1:05

Django REST Framework Course – Build Web APIs with Python

Curriculum for the course Django REST Framework Course – Build Web APIs with Python Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginneer you will learn how to use Python and the Django REST Framework to build a web API. ✏️ Course from Bobby Stearman. Check out @DidCoding 💻Code: https://github.com/bobby-didcoding/drf_course Other Resources: https://www.python.org/ https://www.djangoproject.com/ https://www.django-rest-framework.org/ https://httpie.io/ https://curl.se/ https://www.docker.com/ ⌨️ (0:00:00) Introduction ⌨️ (0:00:29) Module 1 ⌨️ (0:15:01) Module 2 ⌨️ (0:25:02) Module 3 ⌨️ (0:44:46) Module 4 ⌨️ (0:51:56) Module 5 ⌨️ (1:01:52) Module 6 ⌨️ (1:08:54) Module 7 ⌨️ (1:14:30) Module 8 🎉 Thanks to our Champion and Sponsor supporters: 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Erdeniz Unvan 👾 Justin Hual 👾 Agustín Kussrow 👾 Otis Morgan -- Learn to code for free and get a developer job: https://ww

Python / PyGame Tutorial – Arcade Style Shooting Game

Curriculum for the course Python / PyGame Tutorial – Arcade Style Shooting Game Improve you Python and PyGame programming skills by coding a game. This project was inspired by the classic carnival/arcade style shooting gallery games! Learn to build the entire project from scratch using Python and the PyGame framework. We start by setting up PyGame, and drawing static images on the screen. Then we animate tiers of procedurally drawn enemies onto each level and get them moving, then check to see if the player has shot them. Once the player clears a full level of enemies, they proceed to the next level. Then we create pause functionality, a main menu and game over conditions. We store the high scores in an external text file that we read in from when the game boots up and write to it any time there is a new high score during gameplay. ✏️ Created by Pete LeMaster. Check out his channel: https://www.youtube.com/@lemastertech 💻 Code: https://github.com/plemaster01/ShootingGallery ⭐️

CSS Tutorial – Full Course for Beginners

Curriculum for the course CSS Tutorial – Full Course for Beginners In this in-depth course, you will learn about all the key features of CSS. This is the most comprehensive CSS course we've published to date. So if you want to become an expert in Cascading Style Sheets, this is the course for you. ✏️ Course from Dave Gray. Check out his channel: http://youtube.com/DaveGrayTeachesCode 💻 Course Resources: https://github.com/gitdagray/css_course 🎥 Dave's HTML course: https://youtu.be/kUMe1FH4CHE ⭐️ Course Contents ⭐️ (0:00:00) Intro (0:01:08) Chapter 1: Start Here (0:14:50) Chapter 2: Selectors (0:34:41) Chapter 3: Colors (0:51:13) Chapter 4: Units & Sizes (1:11:56) Chapter 5: Box Model (1:37:08) Chapter 6: Typography (2:00:29) Chapter 7: Styling Links (2:16:37) Chapter 8: List Styles (2:32:31) Chapter 9: Mini Project (2:45:04) Chapter 10: Display (3:00:21) Chapter 11: Floats (3:12:46) Chapter 12: Columns (3:34:30) Chapter 13: Position (3:57:53) Chapter 14: Flexbox

Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts)

Curriculum for the course Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) We just released the beta version of our new Web3 curriculum on freeCodeCamp.org. In this video, freeCodeCamp software engineers Tom and Shaun will walk you through some of the new Web3 curriculum projects. 🔗 Learn more: https://www.freecodecamp.org/news/web3-curriculum-open-beta/ 🔗 Access the Web3 curriculum: https://web3.freecodecamp.org/web3 Watch Online Full Course: Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) Click Here to watch on Youtube: Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) courses free download, Plurasight We

Full Stack Web Development for Beginners (Full Course on HTML, CSS, JavaScript, Node.js, MongoDB)

Curriculum for the course Full Stack Web Development for Beginners (Full Course on HTML, CSS, JavaScript, Node.js, MongoDB) Learn full-stack web development in this full course for beginners. First, you will learn the basics of HTML, CSS, and JavaScript. Then, you will learn how to put everything together to create a frontend movie search app. Finally, you will learn how to create a backend API to create movie reviews and connect the frontend to the backend. The backend uses Node.js, Express, and MongoDB. 🔗 Get started with Replit: https://join.replit.com/web-students ✏️ Tomi Tokko and Beau Carnes developed this course. Tomi's channel: https://www.youtube.com/CodeWithTomi Beau's channel: https://www.youtube.com/zizyo ⭐️ Code ⭐️ JavaScript RPG Starter: https://replit.com/@BeauCarnes/JavaScript-RPG-Starter JavaScript RPG Complete: https://replit.com/@BeauCarnes/JavaScript-RPG Frontend Movie App (and starter for connecting to backend): https://replit.com/@TomiTokko/Movie

Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame)

Curriculum for the course Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame) Improve your cybersecurity and Linux skills by solving challenges in the Bandit Wargame from OverTheWire. This video is a walk through of how to solve the challenges—but make sure to try each on your own before watching the solution! 🔗 Start the game here: https://overthewire.org/wargames/bandit/ ✏️ Tutorial from Sabyasachi Paul. Check out his channel: https://www.youtube.com/channel/UCF6DLMsBz6AdX4Wk1zMja4g 🔗 Sabyasachi's Linktree: https://linktr.ee/h0tPlug1n ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:02:11) Level 0 ⌨️ (0:04:06) Level 0 - Level 1 ⌨️ (0:05:11) Level 1 - Level 2 ⌨️ (0:06:18) Level 2 - Level 3 ⌨️ (0:07:56) Level 3 - Level 4 ⌨️ (0:09:11) Level 4 - Level 5 ⌨️ (0:11:57) Level 5 - Level 6 ⌨️ (0:14:51) Level 6 - Level 7 ⌨️ (0:17:06) Level 7 - Level 8 ⌨️ (0:18:37) Level 8 - Level 9 ⌨️ (0:21:08) Level 9 - Level 10 ⌨️ (0:22:45) Level 10 - Level 11 ⌨️ (0:24:10) Level 1

Microservice Architecture and System Design with Python & Kubernetes – Full Course

Curriculum for the course Microservice Architecture and System Design with Python & Kubernetes – Full Course Learn about software system design and microservices. This course is a hands-on approach to learning about microservice architectures and distributed systems using Python, Kubernetes, RabbitMQ, MongoDB, mySQL. ✏️ Course from Kantan Coding. Check out his channel: https://www.youtube.com/channel/UC5UgemAz061hkjTFHOfxNpg 💻 Code: https://github.com/selikapro/microservices-python Kubernetes API Reference: https://kubernetes.io/docs/reference/kubernetes-api/ ⭐️ Contents ⭐️ (0:00:00) Intro (0:01:02) Overview (0:02:47) Installation & Setup? (0:10:16) Auth Service Code (0:32:25) Auth Flow Overview & JWTs (0:53:04) Auth Service Deployment (0:56:08) Auth Dockerfile (1:20:05) Kubernetes (1:37:26) Gateway Service Code (1:42:34) MongoDB & GridFs (1:47:04) Architecture Overview (RabbitMQ) (1:49:50) Synchronous Interservice Communication (1:50:49) Asynchronous Interser

Learn HTML & CSS – Full Course for Beginners

Curriculum for the course Learn HTML & CSS – Full Course for Beginners Learn HTML and CSS from scratch by building 6 projects and solving 80+ coding challenges. Go here for the interactive browser-version: https://scrimba.com/links/htmlandcss ⭐️ Code ⭐️ 🔗 Interactive version: https://scrimba.com/links/htmlandcss 🔗 GitHub repo: https://github.com/scrimba/learn-html-and-css ✏️ This course was created by Per Harald Borgen, the co-founder and CEO of Scrimba. You can follow Per on Twitter here: https://twitter.com/perborgen 🛠 Tools used: 🔗 Netlify: https://www.netlify.com/ 🔗 VS Code: https://code.visualstudio.com/ 🔗 GitHub Desktop: https://desktop.github.com/ 🔗 Figma: https://www.figma.com/ 🔗 Coolors: https://coolors.co/ 🔗 Google Fonts: https://fonts.google.com/ 🔗 1001 Fonts: https://www.1001fonts.com/ ⭐️ Contents ⭐️ 0:00:00 Introduction Build and deploy your first website 0:01:32 1: Welcome to the HTML & CSS Course 0:04:12 2: HTML Tags 0:07:33 3: Write a news ar

Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame)

Curriculum for the course Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame) Improve your cybersecurity and Linux skills by solving challenges in the Bandit Wargame from OverTheWire. This video is a walk through of how to solve the challenges—but make sure to try each on your own before watching the solution! 🔗 Start the game here: https://overthewire.org/wargames/bandit/ ✏️ Tutorial from Sabyasachi Paul. Check out his channel: https://www.youtube.com/channel/UCF6DLMsBz6AdX4Wk1zMja4g 🔗 Sabyasachi's Linktree: https://linktr.ee/h0tPlug1n ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:02:11) Level 0 ⌨️ (0:04:06) Level 0 - Level 1 ⌨️ (0:05:11) Level 1 - Level 2 ⌨️ (0:06:18) Level 2 - Level 3 ⌨️ (0:07:56) Level 3 - Level 4 ⌨️ (0:09:11) Level 4 - Level 5 ⌨️ (0:11:57) Level 5 - Level 6 ⌨️ (0:14:51) Level 6 - Level 7 ⌨️ (0:17:06) Level 7 - Level 8 ⌨️ (0:18:37) Level 8 - Level 9 ⌨️ (0:21:08) Level 9 - Level 10 ⌨️ (0:22:45) Level 10 - Level 11 ⌨️ (0:24:10) Level 1

Machine Learning for Everybody – Full Course

Curriculum for the course Machine Learning for Everybody – Full Course Learn Machine Learning in a way that is accessible to absolute beginners. You will learn the basics of Machine Learning and how to use TensorFlow to implement many different concepts. ✏️ Kylie Ying developed this course. Check out her channel: https://www.youtube.com/c/YCubed ⭐️ Code and Resources ⭐️ 🔗 Supervised learning (classification/MAGIC): https://colab.research.google.com/drive/16w3TDn_tAku17mum98EWTmjaLHAJcsk0?usp=sharing 🔗 Supervised learning (regression/bikes): https://colab.research.google.com/drive/1m3oQ9b0oYOT-DXEy0JCdgWPLGllHMb4V?usp=sharing 🔗 Unsupervised learning (seeds): https://colab.research.google.com/drive/1zw_6ZnFPCCh6mWDAd_VBMZB4VkC3ys2q?usp=sharing 🔗 Dataets (add a note that for the bikes dataset, they may have to open the downloaded csv file and remove special characters) 🔗 MAGIC dataset: https://archive.ics.uci.edu/ml/datasets/MAGIC+Gamma+Telescope 🔗 Bikes dataset: https://archi

3 ways to build a Flight Widget! (JavaScript + Node.js + REST API + Database)

Curriculum for the course 3 ways to build a Flight Widget! (JavaScript + Node.js + REST API + Database) Learn how to build an airport flight status widget in 3 different ways. We will start with a JavaScript beginner approach and end with a React application with a mini backend using Node.js to communicate with a database hosted in the cloud. ⭐️ Code ⭐️ 💻 JavaScript: https://github.com/kubowania/flight-widget-vanilla-javascript 💻 JavaScript + Node.js + API: https://github.com/kubowania/javascript-nodejs-api-flight-widget 💻 React + Node.js + Database: https://github.com/kubowania/react-nodejs-database-flight-widget ⭐️ Contents ⭐️ 00:00:00 Introduction 00:01:19 Flight widget in pure JavaScript 00:38:27 Flight widget in JavaScript and Node.js using a REST API 01:23:55 Flight widget in React and Node.js using a Database 🎉 Thanks to our Champion and Sponsor supporters: 👾 Raymond Odero 👾 Agustín Kussrow 👾 aldo ferretti 👾 Otis Morgan 👾 DeezMaster -- Learn to code for free an

Learn Python by Thinking in Types - Full Course

Curriculum for the course Learn Python by Thinking in Types - Full Course Learn Python by thinking in types. The beginner's course focuses on basic programming concepts rather than just teaching the language syntax. It's always helpful to learn from many different perspectives and this course may be just what you need to understand Python. People often confuse learning language syntax with learning programming. This course will guide you through the basic principles needed to learn Python in an efficient manner. ✏️ Octallium developed this course. Check out his channel: https://www.youtube.com/channel/UCd0MaWAxZklFtCyNPEpSl0w 💻 Code and Resources: https://github.com/octallium/modern-python-101 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:47) Welcome & Github Links ⌨️ (0:03:56) Tour of Python ⌨️ (0:05:13) Installation & Setting up Local Machine ⌨️ (0:09:51) Troubleshooting Installation (Mac) ⌨️ (0:13:30) Hello World ⌨️ (0:17:32) Understanding Variabl

Java Programming for Beginners – Full Course

Curriculum for the course Java Programming for Beginners – Full Course Learn the Java programming language in this complete beginner's course. You will learn all the main features of Java (version 17) and how to use Java for your own projects. 🔗 Code along on Replit: https://join.replit.com/java-students ✏️ Farhan Hasin Chowdhury created this course. 🏗 Replit provided a grant that make this course possible. 🔗 https://www.freecodecamp.org/news/how-to-use-arrays-binarysearch-in-java/ 🔗 https://www.freecodecamp.org/news/programming-naming-conventions-explained/ ⭐️ Contents ⭐️ ⌨️ (0:00:00) Hello World ⌨️ (0:06:39) Variables ⌨️ (0:13:12) Data Types ⌨️ (0:20:27) Operators ⌨️ (0:47:33) Strings ⌨️ (1:16:42) User Inputs ⌨️ (1:35:13) Conditional Statements ⌨️ (1:46:38) Switch Cases ⌨️ (1:55:59) Arrays ⌨️ (2:27:45) For Loops ⌨️ (2:47:22) While Loops ⌨️ (2:50:20) Do...While Loops ⌨️ (2:52:02) ArrayLists ⌨️ (3:12:25) HashMaps ⌨️ (3:28:38) Object Oriented Programming 🎉 Thanks to

Learn HTML & CSS – Full Course for Beginners

Curriculum for the course Learn HTML & CSS – Full Course for Beginners Learn HTML and CSS from scratch by building 6 projects and solving 80+ coding challenges. Go here for the interactive browser-version: https://scrimba.com/links/htmlandcss ⭐️ Code ⭐️ 🔗 Interactive version: https://scrimba.com/links/htmlandcss 🔗 GitHub repo: https://github.com/scrimba/learn-html-and-css ✏️ This course was created by Per Harald Borgen, the co-founder and CEO of Scrimba. You can follow Per on Twitter here: https://twitter.com/perborgen 🛠 Tools used: 🔗 Netlify: https://www.netlify.com/ 🔗 VS Code: https://code.visualstudio.com/ 🔗 GitHub Desktop: https://desktop.github.com/ 🔗 Figma: https://www.figma.com/ 🔗 Coolors: https://coolors.co/ 🔗 Google Fonts: https://fonts.google.com/ 🔗 1001 Fonts: https://www.1001fonts.com/ ⭐️ Contents ⭐️ 0:00:00 Introduction Build and deploy your first website 0:01:32 1: Welcome to the HTML & CSS Course 0:04:12 2: HTML Tags 0:07:33 3: Write a news ar

Algorithms in Python – Full Course for Beginners

Curriculum for the course Algorithms in Python – Full Course for Beginners In this Introduction to Algorithms in Python course, you'll learn about algorithm basics like recursion and then go all the way to working with concepts like dynamic programming. The 5 main course segments include simple recursive algorithms, data structures, divide & conquer, greedy algorithms, and dynamic programming. ✏️ Joy Brock developed this course in collaboration with realtoughcandy.io. Check out Joy's channel: https://www.youtube.com/c/PythonLearningChannel 🍬 Sign up for the RealToughCandy newsletter and get a free ebook plus coding challenges, exclusive promo codes and more delivered directly to your inbox. ➡️ https://realtoughcandy.com/newsletter-and-free-ebook/ ⭐️ Code Samples ⭐️ 🔗 https://github.com/joyb0218/intro_to_algorithms/blob/main/1_recursive_algorithms 🔗 https://github.com/joyb0218/intro_to_algorithms/blob/main/2_data_structures 🔗 https://github.com/joyb0218/intro_to

Stack Data Structure Tutorial – Solve Coding Challenges

Curriculum for the course Stack Data Structure Tutorial – Solve Coding Challenges Questions on the stack data structure are very common in technical interviews. Learn how to master the data structure, starting from the easiest problems on LeetCode and InterviewBit and slowly building up intuitions so that the hard problems seem easy. All the questions are popular interview questions from Google, Meta, Microsoft and more! ✏️ Tanishq Chaudhary developed this course. Check out his channel: https://www.youtube.com/c/TanishqChaudhary1337 ⭐️ Course Conetents ⭐️ SECTION 0 – Introduction ⌨️ (0:00:00) Introduction to the course on the Stack data structure ⌨️ (0:00:31) Stack implementation intuitions + Code in Python3 and C++ ⌨️ (0:06:23) Simplify Path | InterviewBit | LeetCode ⌨️ (0:19:01) Min Stack | InterviewBit | LeetCode SECTION 1 – Parentheses ⌨️ (0:30:04) Introduction to Parentheses questions ⌨️ (0:40:24) Valid Parentheses | InterviewBit | LeetCode ⌨️ (0:52:27) Redundant Braces | I

Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts)

Curriculum for the course Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) We just released the beta version of our new Web3 curriculum on freeCodeCamp.org. In this video, freeCodeCamp software engineers Tom and Shaun will walk you through some of the new Web3 curriculum projects. 🔗 Learn more: https://www.freecodecamp.org/news/web3-curriculum-open-beta/ 🔗 Access the Web3 curriculum: https://web3.freecodecamp.org/web3 Watch Online Full Course: Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) Click Here to watch on Youtube: Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Web3 Course Walkthrough on freeCodeCamp.org (Rust, Blockchain Development, and Smart Contracts) courses free download, Plurasight We

Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame)

Curriculum for the course Command Line Hacking – Over The Wire Bandit Walkthrough (CTF Wargame) Improve your cybersecurity and Linux skills by solving challenges in the Bandit Wargame from OverTheWire. This video is a walk through of how to solve the challenges—but make sure to try each on your own before watching the solution! 🔗 Start the game here: https://overthewire.org/wargames/bandit/ ✏️ Tutorial from Sabyasachi Paul. Check out his channel: https://www.youtube.com/channel/UCF6DLMsBz6AdX4Wk1zMja4g 🔗 Sabyasachi's Linktree: https://linktr.ee/h0tPlug1n ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:02:11) Level 0 ⌨️ (0:04:06) Level 0 - Level 1 ⌨️ (0:05:11) Level 1 - Level 2 ⌨️ (0:06:18) Level 2 - Level 3 ⌨️ (0:07:56) Level 3 - Level 4 ⌨️ (0:09:11) Level 4 - Level 5 ⌨️ (0:11:57) Level 5 - Level 6 ⌨️ (0:14:51) Level 6 - Level 7 ⌨️ (0:17:06) Level 7 - Level 8 ⌨️ (0:18:37) Level 8 - Level 9 ⌨️ (0:21:08) Level 9 - Level 10 ⌨️ (0:22:45) Level 10 - Level 11 ⌨️ (0:24:10) Level 1

Graph Algorithms Crash Course (with Java)

Curriculum for the course Graph Algorithms Crash Course (with Java) Learn how to use the graph data structures in this full tutorial for beginners. A Graph data structures is a non-linear data structure consisting of vertices and edges. They are used to solve many real-word problems and are commonly needed to solve coding challenges. The course uses Java. Coding Cleverly teaches this course. Check out his channel: https://www.youtube.com/c/CodingCleverly 💻 Source Code: https://github.com/codingcleverly/graphs_freeCodeCamp ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction to Graphs ⌨️ (0:01:35) Graphical Explanation ⌨️ (0:03:21) Code Implementation ⌨️ (0:06:41) Vertex class ⌨️ (0:09:33) Edge class ⌨️ (0:17:46) Graph class ⌨️ (0:28:06) main method ⌨️ (0:31:31) compile and run ⌨️ (0:32:55) Introduction to Graph Traversals ⌨️ (0:34:49) Traversal Orders ⌨️ (0:35:35) DFS Traversal (Graphical Explanation) ⌨️ (0:41:56) Code Implementation of DFS ⌨️ (0:51:39) BFS Traversal (Graphical Expl

Harvard CS50 – Full Computer Science University Course

Curriculum for the course Harvard CS50 – Full Computer Science University Course 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://gith

Create An Elementor WordPress Website – Elementor Tutorial For Beginners 2022

Curriculum for the course Create An Elementor WordPress Website – Elementor Tutorial For Beginners 2022 In this full Elementor WordPress course for beginners, you will learn how to to create beautiful, responsive webpages using a drag and drop interface. Get a domain and hosting here: https://www.hostinger.com/start ✏️ Beau Carnes created this course. ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:00:41) Hosting and domain name ⌨️ (0:04:18) Setup custom email and SSH ⌨️ (0:06:34) Install WorPpress ⌨️ (0:10:02) Install Elementor and templates ⌨️ (0:14:52) Editing with Elementor overview ⌨️ (0:19:19) Updating homepage with Elementor ⌨️ (0:23:34) Adding custom images ⌨️ (0:27:47) Customizing text and other features ⌨️ (0:38:04) Adding widgets with Elementor ⌨️ (0:44:39) Adding video to website ⌨️ (0:46:49) Customizing backgrounds ⌨️ (0:53:10) Making website look good on mobile ⌨️ (0:55:52) Updating about page ⌨️ (1:02:39) Updating contact page ⌨️ (1:05:42) Setting up contac

Docker Containers and Kubernetes Fundamentals – Full Hands-On Course

Curriculum for the course Docker Containers and Kubernetes Fundamentals – Full Hands-On Course Learn how to use Docker and Kubernetes in this complete hand-on course for beginners. Learn how to containerize applications with the Docker CLI and Visual Studio Code. Push and pull container images on Docker Hub, a container registry, and create multi-container applications using Docker Compose. Learn about the Kubernetes architecture and how it works. Run it locally and use the Kubernetes CLI and Visual Studio Code to run, debug and troubleshoot applications and services. Learn about pods and the different workloads available. 🔗 Setup Instructions: https://kubernetesacademy.online/wp-content/uploads/2021/08/K8sFundamentals-SetupGuide-V3.pdf 💻 Install Docker Desktop and enable Kubernetes. Download the lab files here: https://github.com/K8sAcademy/Fundamentals-HandsOn ✏️ Course from Guy Barrette, from Kubernetes Academy Online Certified on Kubernetes, Terraform, Azure, AWS, and GC

Learn Svelte – Full Course for Beginners

Curriculum for the course Learn Svelte – Full Course for Beginners Learn Svelte in this full course for beginners! Svelte is a front-end JavaScript framework for making interactive webpages. ✏️ Li Hau Tan developed this course. Li is a core maintainer of Svelte. Check out his channel: https://www.youtube.com/lihautan 💻 Code links in top comment (because of YouTube's description character limit) ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:00:31) Writing your 1st Svelte component ⌨️ (0:06:25) Style your Svelte component ⌨️ (0:18:48) Adding data to Svelte component ⌨️ (0:23:22) Reactivity in Svelte ⌨️ (0:37:41) Attaching events in Svelte ⌨️ (0:48:07) Reactive Declarations and Statements ⌨️ (1:06:19) tick() ⌨️ (1:19:06) Component and props ⌨️ (1:29:09) Component events ⌨️ (1:44:35) Forwarding component events ⌨️ (1:56:17) class: directive ⌨️ (2:02:31) Binding ⌨️ (2:13:04) bind:group ⌨️ (2:24:18) bind:this ⌨️ (2:35:28) Component Lifecycle ⌨️ (2:45:55) onMount ⌨️ (2:55:

Learn Kotlin Programming – Full Course for Beginners

Curriculum for the course Learn Kotlin Programming – Full Course for Beginners Learn the Kotlin programming language in this full course for beginners. Kotlin is the most popular programming language for building Android apps and it can also be can be used for any kind of development. ✏️ Alexandru Cristian developed this course. 🔗 Alexandru on Instagram: https://www.instagram.com/alexdobinca/ Other courses from Alenxadru: 🎥 Python: https://www.udemy.com/course/python-complete-course-learn-python-from-zero/?referralCode=C5CFAB487FBFEE00E12C 🎥 Kotlin: https://www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?referralCode=EAB498FC62AF9500D30A ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:06) Install Intellij IDEA ⌨️ (0:06:23) Hello World ⌨️ (0:25:41) Variables ⌨️ (0:41:18) Window ⌨️ (0:42:24) Integer Type ⌨️ (0:53:08) DataType: Byte, Short and Long ⌨️ (1:04:42) Float and Double ⌨️ (1:16:16) Char and Boolean ⌨️ (1:25:55) Operators ⌨️ (1:49:47) Commen

Microsoft 365 Fundamentals Certification (MS-900) — Full Course Pass the Exam!

Curriculum for the course Microsoft 365 Fundamentals Certification (MS-900) — Full Course Pass the Exam! Prepare for the Microsoft 365 Fundamentals Certification (MS-900) and pass! The Microsoft 365 Fundamentals is an entry level Microsoft certification into a broad amount of Microsoft Software-as-a-Service (SaaS) products. ✏️ Andrew Brown of ExamPro developed this course. Check out the ExamPro YouTube channel: https://www.youtube.com/ExamProChannel 🔗 ExamPro Cloud Obsessed Certification Training: https://www.exampro.co ☁️ Introduction 🎤 (00:00:00) Introduction 🎤 (00:10:06) Exam Guide Breakdown ☁️ Cloud Services 🎤 (00:13:39) What is Cloud Computing 🎤 (00:16:21) Common Cloud Services 🎤 (00:17:32) What is Microsoft and Azure 🎤 (00:18:38) Benefits of Cloud Computing 🎤 (00:20:03) Types of Cloud Computing 🎤 (00:22:02) Types of Cloud Computing Responsibilities 🎤 (00:23:37) Cloud Deployment Model 🎤 (00:27:39) Total Cost of Ownership 🎤 (00:29:44) CAPEX vs OPEX ☁️ Cloud Arch

Frontend Web Development Bootcamp Course (JavaScript, HTML, CSS)

Curriculum for the course Frontend Web Development Bootcamp Course (JavaScript, HTML, CSS) Learn JavaScript, HTML, and CSS in this Frontend Web Development course. In this massive course, you will go from no coding experience to having the essential skills of a frontend web developer. You will learn various web development technologies and create a few projects along the way. ✏️ Course from Zach Gollwitzer. Check out his channel: https://www.youtube.com/c/ZachGollwitzer 💻 Code and Resources: https://github.com/zachgoll/fullstack-roadmap-series/blob/main/free-code-camp.md ⌨️ (00:00:00) Introduction ⌨️ (00:04:45) Your first JavaScript program ⌨️ (00:28:14) What is JavaScript? ⌨️ (00:56:04) JavaScript variables ⌨️ (01:45:28) Basic JavaScript challenges ⌨️ (01:45:54) JavaScript operators ⌨️ (02:39:10) 5 more JavaScript challenges ⌨️ (02:50:09) JavaScript functions, conditionals, loops ⌨️ (03:55:03) 25 Beginner JavaScript practice problems ⌨️ (06:07:47) Built-in JavaScript methods