-
Introduction to JavaScript
freecodecampThe course contains 14 lessons and 7 challenges. In the challenges, you'll be encourage to jump into the code and get your hands dirty. This is both fun and great for making the knowledge stick. ⭐️Course Contents ⭐️ ⌨️Data types ⌨️Variables (1:45) ⌨️Strings (4:11) ⌨️Numbers (11:37) ⌨️Booleans (16:41) ⌨️Arrays (20:23) ⌨️Objects (26:32) ⌨️Arithmetic operations (32:43) ⌨️Relational operations (34:31) ⌨️Increment & decrement (40:20) ⌨️If, else if, else (44:03) ⌨️Switch statements (50:22) ⌨️For loops (53:58) ⌨️While & Do While (57:30) ⌨️Functions (1:02:11)53 views -
Learn HTML5 - full course with code samples
freecodecampHTML is one of the core building blocks on the web, as it's what holds the content on all the websites you visit. Thus, HTML is a must-have skill for all web developers. While HTML is a huge subject, the basics can be learned quickly. This course aims at taking you from absolute beginner to proficient in HTML in less than an hour. Throughout the lectures, you'll be building a neat-looking website from scratch together with the brilliant instructor Eric Tirado. Get the 'index.css' file from this course here: https://gist.github.com/beaucarnes/ec... What you'll learn in this web development html crash course: - Intro to web architecture (0:00) - HTML documents (4:25) - Nesting (7:19) - Head elements and scripts (11:23) - Layout elements (17:33) - Figure and image elements (20:28) - Embedding videos (26:54) - Navbar and list items (31:12) - Headings (34:05) - Text formatting (36:04) - Tables (42:15) - Links and final touches (49:27)72 views -
TypeScript 101 (tutorial)
freecodecampIntroduction to TypeScript. TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language.104 views -
GraphQL Full Course - Novice to Expert
freecodecampComplete course on GraphQL where you will create a full-stack application from scratch using: - GraphQL server on Node.js - React front-end (with Apollo) - MongoDB to store data ⭐️ Course Contents ⭐️ #1 (0:00)- Introduction to GraphQL #2 (6:51)- A Birdseye View of GraphQL #3 (10:59)- Project (stack) Overview #4 (14:18)- Making Queries (front-end preview) #5 (20:05)- Express App Setup #6 (25:41)- Setting up GraphQL #7 (31:02)- GraphQL Schema #8 (38:08)- Root Query #9 (48:20)- The Resolve Function #10 (53:16)- Testing Queries in Graphiql #11 (59:49)- GraphQL ID Type #12 (1:03:36)- Author Type #13 (1:09:30)- Type Relations #14 (1:17:41)- GraphQL Lists #15 (1:25:56)- More on Root Queries #16 (1:29:39)- Connecting to mLab #17 (1:35:51)- Mongoose Models #18 (1:42:53)- Mutations #19 (1:53:06)- More on Mutations #20 (1:58:58)- Updating the Resolve Functions #21 (2:06:45)- GraphQL NonNull #22 (2:12:20)- Adding a Front-end #23 (2:15:50)- Create React App #24 (2:24:18)- Book List Component #25 (2:27:55)- Apollo Client Setup #26 (2:34:47)- Making Queries from React #27 (2:42:26)- Rendering Data in a Component #28 (2:49:23)- Add Book Component #29 (2:59:41)- External Query File #30 (3:04:12)- Updating Component State #31 (3:12:35)- Composing Queries #32 (3:24:48)- Query variables #33 (3:31:05)- Re-fetching Queries #34 (3:35:11)- Book Details Component #35 (3:42:47)- Making a Single Query #36 (3:54:13)- Styling the App71 views -
React Fundamentals - Full Course for Beginners
freecodecampThis is an introductory React course / tutorial which will teach you the magic of React.js. React is a JavaScript library, which lets you build user interfaces using separate components. ⭐️Course Contents ⭐️ ⌨️1. (0:58) Setting React Environment ⌨️2. (2:45) React Elements ⌨️3. (6:40) JSX ⌨️4. (9:37) Components ⌨️5. (14:09) Props ⌨️6. (17:38) State ⌨️7. (20:17) Lifecycle (componentDidMount) ⌨️8. (22:30) Asynchronous Calls ⌨️9. (26:26) Containers ⌨️10. (29:42) Lists and Keys ⌨️11. (34:47) Refactoring List Component ⌨️12. (36:30) Forms (Input) ⌨️13. (40:03) Conditional Rendering ⌨️14. (45:34) Images (Loader Component) ⌨️15. (49:15) Setting Up React Router ⌨️16. (54:02) Setting Routes ⌨️17. (56:53) Using Route Params Course developed by Edvinas Daugirdas.61 views -
Intro to Angular 5 Tutorial
freecodecampIntroduction to Angular. Angular is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations.116 views -
PHP Programming Language Tutorial - Full Course
freecodecampLearn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics using the PHP language. ⭐️Course Contents ⭐️ ⌨️ 1. (0:00) Introduction ⌨️ 2. (1:56) Windows Installation ⌨️ 3. (7:32) Choosing a Text Editor ⌨️ 4. (11:06) Hello World & Setup ⌨️ 5. (20:29) Writing HTML ⌨️ 6. (27:30) Variables ⌨️ 7. (38:09) Data Types ⌨️ 8. (44:27) Working With Strings ⌨️ 9. (54:50) Working With Numbers ⌨️ 10. (1:05:14) Getting User Input ⌨️ 11. (1:15:37) Building a Basic Calculator ⌨️ 12. (1:22:13) Building a Mad Libs Game ⌨️ 13. (1:28:59) URL Parameters ⌨️ 14. (1:35:52) POST vs GET ⌨️ 15. (1:41:44) Arrays ⌨️ 16. (1:50:26) Using Checkboxes ⌨️ 17. (1:57:22) Associative Arrays ⌨️ 18. (2:04:55) Functions ⌨️ 19. (2:12:10) Return Statements ⌨️ 20. (2:19:10) If Statements ⌨️ 21. (2:37:16) If Statements (con't) ⌨️ 22. (2:47:13) Building a Better Calculator ⌨️ 23. (2:56:53) Switch Statements ⌨️ 24. (3:05:09) While Loops ⌨️ 25. (3:15:18) For Loops ⌨️ 26. (3:26:24) Comments ⌨️ 27. (3:31:08) Including HTML ⌨️ 28. (3:36:51) Include: PHP ⌨️ 29. (3:45:57) Classes & Objects ⌨️ 30. (3:56:23) Constructors ⌨️ 31. (4:06:18) Object Functions - PHP - Tutorial 31 ⌨️ 32. (4:13:52) Getters & Setters ⌨️ 33. (4:29:17) Inheritance Course developed by Mike Dane.218 views 1 comment -
Connect Four with Javascript & jQuery - Tutorial
freecodecampIn this programming tutorial, we'll create a basic two player connect four game using Javascript, jQuery, CSS, and HTML. This tutorial is geared towards people who understand the basics of web technologies, but maybe want to watch how another developer builds a connect four application. 💻Code: https://github.com/codyseibert/js-con...162 views -
SQL Tutorial - Full Database Course for Beginners
freecodecampIn this course, we'll be looking at database management basics and SQL using the MySQL RDBMS. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/ The course is designed for beginners to SQL and database management systems, and will introduce common database management topics. Throughout the course we'll be looking at various topics including schema design, basic C.R.U.D operations, aggregation, nested queries, joins, keys and much more. You can get PopSQL to follow along here: http://popsql.com/freecodecamp 🔗Company Database Code: https://www.giraffeacademy.com/databa... ⭐️ Contents ⭐ ⌨️ (0:00) Introduction ⌨️ (2:36) What is a Database? ⌨️ (23:10) Tables & Keys ⌨️ (43:31) SQL Basics ⌨️ (52:26) MySQL Windows Installation ⌨️ (1:01:59) MySQL Mac Installation ⌨️ (1:15:49) Creating Tables ⌨️ (1:31:05) Inserting Data ⌨️ (1:38:17) Constraints ⌨️ (1:48:11) Update & Delete ⌨️ (1:56:11) Basic Queries ⌨️ (2:08:37) Company Database Intro ⌨️ (2:14:05) Creating Company Database ⌨️ (2:30:27 ) More Basic Queries ⌨️ (2:26:24) Functions ⌨️ (2:45:13) Wildcards ⌨️ (2:53:53) Union ⌨️ (3:01:36) Joins ⌨️ (3:11:49) Nested Queries ⌨️ (3:21:52) On Delete ⌨️ (3:30:05) Triggers ⌨️ (3:42:12) ER Diagrams Intro ⌨️ (3:55:53) Designing an ER Diagram ⌨️ (4:08:34) Converting ER Diagrams to Schemas Course developed by Mike Dane.444 views -
Javascript Tutorial For Beginners | Learn Javascript in 36 Minutes#javascriptprogramming
TT & MJavascript Tutorial For Beginners | Learn Javascript in 36 Minutes#javascriptprogramming42 views