mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): rename cert (#56694)
This commit is contained in:
@@ -33,7 +33,7 @@ const takeHomeBase = '/learn/coding-interview-prep/take-home-projects';
|
||||
const foundationalCSharpBase =
|
||||
'/learn/foundational-c-sharp-with-microsoft/foundational-c-sharp-with-microsoft-certification-exam';
|
||||
const upcomingPythonBase = '/learn/upcoming-python';
|
||||
const frontEndDevelopmentBase = '/learn/front-end-development';
|
||||
const fullStackDeveloperBase = '/learn/full-stack-developer';
|
||||
const a2EnglishBase = '/learn/a2-english-for-developers';
|
||||
const b1EnglishBase = '/learn/b1-english-for-developers';
|
||||
const legacyFrontEndBase = feLibsBase;
|
||||
@@ -800,14 +800,14 @@ const allStandardCerts = [
|
||||
// Upcoming Certifications
|
||||
{
|
||||
id: '64514fda6c245de4d11eb7bb',
|
||||
title: 'Front End Development',
|
||||
certSlug: Certification.FrontEndDevelopment,
|
||||
title: 'Certified Full Stack Developer',
|
||||
certSlug: Certification.FullStackDeveloper,
|
||||
projects: [
|
||||
{
|
||||
id: '645147516c245de4d11eb7ba',
|
||||
title: 'Front End Development Certification Exam',
|
||||
link: `${frontEndDevelopmentBase}/front-end-development-certification-exam/front-end-development-certification-exam`,
|
||||
certSlug: Certification.FrontEndDevelopment
|
||||
title: 'Certified Full Stack Developer Exam',
|
||||
link: `${fullStackDeveloperBase}/exam-certified-full-stack-developer/exam-certified-full-stack-developer`,
|
||||
certSlug: Certification.FullStackDeveloper
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1692,9 +1692,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": { "title": "0", "intro": [] },
|
||||
"lecture-what-is-html": {
|
||||
@@ -3001,8 +3005,8 @@
|
||||
"exom": { "title": "386", "intro": [] },
|
||||
"bvqc": { "title": "387", "intro": [] },
|
||||
"xish": { "title": "388", "intro": [] },
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["", ""]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ const iconMap = {
|
||||
[SuperBlocks.ProjectEuler]: Graduation,
|
||||
[SuperBlocks.CollegeAlgebraPy]: CollegeAlgebra,
|
||||
[SuperBlocks.FoundationalCSharp]: CSharpLogo,
|
||||
[SuperBlocks.FrontEndDevelopment]: ResponsiveDesign,
|
||||
[SuperBlocks.FullStackDeveloper]: ResponsiveDesign,
|
||||
[SuperBlocks.UpcomingPython]: PythonIcon,
|
||||
[SuperBlocks.A2English]: A2EnglishIcon,
|
||||
[SuperBlocks.B1English]: B1EnglishIcon,
|
||||
|
||||
@@ -130,7 +130,7 @@ const isCertMapSelector = createSelector(
|
||||
'Legacy Back End': isBackEndCert,
|
||||
'Legacy Information Security and Quality Assurance': isInfosecQaCert,
|
||||
// Certification.
|
||||
'Front End Development': false,
|
||||
'Certified Full Stack Developer': false,
|
||||
'Upcoming Python Certification': false,
|
||||
'A2 English for Developers': false,
|
||||
'B1 English for Developers': false,
|
||||
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Introduction to the Front End Development Certification Exam
|
||||
block: front-end-development-certification-exam
|
||||
superBlock: front-end-development
|
||||
---
|
||||
|
||||
## Introduction to the Front End Development Certification Exam
|
||||
|
||||
This is a test for the new project-based curriculum.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Front End Development
|
||||
superBlock: front-end-development
|
||||
certification: front-end-development
|
||||
---
|
||||
|
||||
## Front End Development Certification
|
||||
|
||||
Learn HTML, CSS, JavaScript, Relational Databases, React, and Node.js to become a full-stack developer.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Introduction to Build a Cat Photo App
|
||||
block: workshop-cat-photo-app
|
||||
superBlock: front-end-development
|
||||
---
|
||||
|
||||
## Introduction to Build a Cat Photo App
|
||||
|
||||
This is the first workshop for new frontend cert.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Certified Full Stack Developer Exam
|
||||
block: exam-certified-full-stack-developer
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Certified Full Stack Developer Exam
|
||||
|
||||
Pass the exam to become a Certified Full Stack Developer.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Certified Full Stack Developer
|
||||
superBlock: full-stack-developer
|
||||
certification: full-stack-developer
|
||||
---
|
||||
|
||||
## Certified Full Stack Developer
|
||||
|
||||
Learn HTML, CSS, JavaScript, Relational Databases, React, and Node.js to become a Certified Full Stack Developer.
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Availability Table
|
||||
block: lab-availability-table
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Availability Table
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Book Catalog Table
|
||||
block: lab-book-catalog-table
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Book Catalog Table
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Book Inventory App
|
||||
block: lab-book-inventory-app
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Book Inventory App
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Bookmark Manager App
|
||||
block: lab-bookmark-manager-app
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Bookmark Manager App
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to Designing a Business Card
|
||||
block: lab-business-card
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Learn CSS by Designing a Business Card
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Cash Register
|
||||
block: lab-cash-register
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Cash Register
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Celestial Bodies Database
|
||||
block: lab-celestial-bodies-database
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Celestial Bodies Database
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Checkout Page
|
||||
block: lab-checkout-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Checkout Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Confidential Email Page Lab
|
||||
block: lab-confidential-email-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Confidential Email Page Lab
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Design a Contact Form
|
||||
block: lab-contact-form
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Design a Contact Form
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Date Conversion Program
|
||||
block: lab-date-conversion
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Date Conversion Program
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Implement the Depth-First Search Algorithm
|
||||
block: lab-depth-first-search
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Implement the Depth-First Search Algorithm
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Email Masker
|
||||
block: lab-email-masker
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Email Masker
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Event Flyer Page
|
||||
block: lab-event-flyer-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Event Flyer Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Event Hub
|
||||
block: lab-event-hub
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Event Hub
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Exercise Tracker
|
||||
block: lab-exercise-tracker
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Exercise Tracker
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Factorial Calculator
|
||||
block: lab-factorial-calculator
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Factorial Calculator
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Favorite Icon Toggler
|
||||
block: lab-favorite-icon-toggler
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Favorite Icon Toggler
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a File Metadata Microservice
|
||||
block: lab-file-metadata-microservice
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a File Metadata Microservice
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Set of Football Team Cards
|
||||
block: lab-football-team-cards
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Set of Football Team Cards
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Fortune Teller
|
||||
block: lab-fortune-teller
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Building a Fortune Teller
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Gradebook App
|
||||
block: lab-gradebook-app
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Gradebook App
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Hash Table Class
|
||||
block: lab-hash-table-class
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Hash Table Class
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a House Painting
|
||||
block: lab-house-painting
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a House Painting
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build an Inventory Management Program
|
||||
block: lab-inventory-management-program
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build an Inventory Management Program
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a JavaScript Trivia Bot
|
||||
block: lab-javascript-trivia-bot
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a JavaScript Trivia Bot
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Job Application Form
|
||||
block: lab-job-application-form
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Job Application Form
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the a Leap Year Calculator
|
||||
block: lab-leap-year-calculator
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Leap Year Calculator
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Lightbox Viewer
|
||||
block: lab-lightbox-viewer
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Lightbox Viewer
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Linked List Class
|
||||
block: lab-linked-list-class
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Linked List Class
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Lunch Picker Program
|
||||
block: lab-lunch-picker-program
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Lunch Picker Program
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Learn CSS Animation by Creating a Moon Orbit
|
||||
block: lab-moon-orbit
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Learn CSS Animation by Creating a Moon Orbit
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Newspaper Article Lab
|
||||
block: lab-newspaper-article
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Newspaper Article Lab
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build the nth Fibonacci number generator
|
||||
block: lab-nth-fibonacci-number-generator
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build the nth Fibonacci number generator
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to Build a Number Guessing Game
|
||||
block: lab-number-guessing-game
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Build a Number Guessing Game
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Palindrome Checker
|
||||
block: lab-palindrome-checker
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Palindrome Checker
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Periodic Table Database
|
||||
block: lab-periodic-table-database
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Periodic Table Database
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Personal Portfolio
|
||||
block: lab-personal-portfolio
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Personal Portfolio
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to Build a Page of Playing Cards
|
||||
block: lab-page-of-playing-cards
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Build a Page of Playing Cards
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Pokémon Search App
|
||||
block: lab-pokemon-search-app
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Pokémon Search App
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Product Landing Page
|
||||
block: build-a-product-landing-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Product Landing Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Pyramid Generator
|
||||
block: lab-pyramid-generator
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Pyramid Generator
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build the Quicksort Algorithm
|
||||
block: lab-quicksort-algorithm
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build the Quicksort Algorithm
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Quiz Game
|
||||
block: lab-quiz-game
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Quiz Game
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Debug a Random Background Color Changer
|
||||
block: lab-random-background-color-changer
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Debug a Random Background Color Changer
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to Build a Real Time Counter
|
||||
block: lab-real-time-counter
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Build a Real Time Counter
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Recipe Page Lab
|
||||
block: lab-recipe-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Recipe Page Lab
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a RegEx Sandbox
|
||||
block: lab-regex-sandbox
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a RegEx Sandbox
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Request Header Parser Microservice
|
||||
block: lab-request-header-parser-microservice
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Request Header Parser Microservice
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Roman Numeral Converter
|
||||
block: lab-roman-numeral-converter
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Roman Numeral Converter
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Salon Appointment Scheduler
|
||||
block: lab-salon-appointment-scheduler
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Salon Appointment Scheduler
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Sentence Maker
|
||||
block: lab-sentence-maker
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Build a Sentence Maker
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Stack Class
|
||||
block: lab-stack-class
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Stack Class
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Stylized To-Do List
|
||||
block: lab-stylized-to-do-list
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Stylized To-Do List
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Survey Form
|
||||
block: lab-survey-form
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Survey Form
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Technical Documentation Page
|
||||
block: lab-technical-documentation-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Technical Documentation Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Telephone Number Validator
|
||||
block: lab-telephone-number-validator
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Telephone Number Validator
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a Timestamp Microservice
|
||||
block: lab-timestamp-microservice
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a Timestamp Microservice
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Travel Agency Page
|
||||
block: lab-travel-agency-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Travel Agency Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Tribute Page
|
||||
block: lab-tribute-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Tribute Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a URL Shortener Microservice
|
||||
block: lab-url-shortener-microservice
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a URL Shortener Microservice
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Video Compilation Page
|
||||
block: lab-video-compilation-page
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Video Compilation Page
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Build a World Cup Database
|
||||
block: lab-world-cup-database
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Build a World Cup Database
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the HTML Fundamentals
|
||||
block: lecture-html-fundamentals
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the HTML Fundamentals
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to What is HTML?
|
||||
block: lecture-what-is-html
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to What is HTML?
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Working with Links
|
||||
block: lecture-working-with-links
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Working with Links
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Working with Media
|
||||
block: lecture-working-with-media
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Working with Media
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Advanced React Quiz
|
||||
block: quiz-advanced-react
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Advanced React Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Asynchronous JavaScript Quiz
|
||||
block: quiz-asynchronous-javascript
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Asynchronous JavaScript Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Backend JavaScript Quiz
|
||||
block: quiz-backend-javascript
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Backend JavaScript Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Bash and SQL Quiz
|
||||
block: quiz-bash-and-sql
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Bash and SQL Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Bash Commands Quiz
|
||||
block: quiz-bash-commands
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Bash Commands Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Bash Scripting Quiz
|
||||
block: quiz-bash-scripting
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Bash Scripting Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Basic CSS Quiz
|
||||
block: quiz-basic-css
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Basic CSS Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Basic HTML Quiz
|
||||
block: quiz-basic-html
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Basic HTML Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Computer Basics Quiz
|
||||
block: quiz-computer-basics
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Computer Basics Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Accessibility Quiz
|
||||
block: quiz-css-accessibility
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Accessibility Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Animations Quiz
|
||||
block: quiz-css-animations
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Animations Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Attribute Selectors Quiz
|
||||
block: quiz-css-attribute-selectors
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Attribute Selectors Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Backgrounds and Borders Quiz
|
||||
block: quiz-css-backgrounds-and-borders
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Backgrounds and Borders Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Colors Quiz
|
||||
block: quiz-css-colors
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Colors Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Flexbox Quiz
|
||||
block: quiz-css-flexbox
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Flexbox Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Grid Quiz
|
||||
block: quiz-css-grid
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Grid Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Layout and Effects Quiz
|
||||
block: quiz-css-layout-and-effects
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Layout and Effects Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Libraries and Frameworks Quiz
|
||||
block: quiz-css-libraries-and-frameworks
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Libraries and Frameworks Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Positioning Quiz
|
||||
block: quiz-css-positioning
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Positioning Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Pseudo-classes Quiz
|
||||
block: quiz-css-pseudo-classes
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Pseudo-classes Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Relative and Absolute Units Quiz
|
||||
block: quiz-css-relative-and-absolute-units
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Relative and Absolute Units Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Typography Quiz
|
||||
block: quiz-css-typography
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Typography Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the CSS Variables Quiz
|
||||
block: quiz-css-variables
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the CSS Variables Quiz
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction to the Debugging JavaScript Quiz
|
||||
block: quiz-debugging-javascript
|
||||
superBlock: front-end-development
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Debugging JavaScript Quiz
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user