|
4609 | 4609 | "code-editors": "Code Editors", |
4610 | 4610 | "bash-fundamentals": "Bash Fundamentals", |
4611 | 4611 | "sql-and-postgresql": "SQL and PostgreSQL", |
| 4612 | + "lab-celestial-bodies-database": "Build a Celestial Bodies Database", |
4612 | 4613 | "bash-scripting": "Bash Scripting", |
4613 | 4614 | "sql-and-bash": "SQL and Bash", |
4614 | | - "git": "Git", |
4615 | | - "review-relational-databases": "Relational Databases Review", |
4616 | | - "lab-celestial-bodies-database": "Build a Celestial Bodies Database", |
4617 | 4615 | "lab-world-cup-database": "Build a World Cup Database", |
4618 | 4616 | "lab-salon-appointment-scheduler": "Build a Salon Appointment Scheduler", |
| 4617 | + "git": "Git", |
4619 | 4618 | "lab-periodic-table-database": "Build a Periodic Table Database", |
4620 | 4619 | "lab-number-guessing-game": "Build a Number Guessing Game", |
| 4620 | + "review-relational-databases": "Relational Databases Review", |
4621 | 4621 | "relational-databases-certification-exam": "Relational Databases Certification Exam" |
4622 | 4622 | }, |
4623 | 4623 | "blocks": { |
|
4663 | 4663 | "In this 165-lesson workshop, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters." |
4664 | 4664 | ] |
4665 | 4665 | }, |
4666 | | - "lab-celestial-bodies-database": { |
4667 | | - "title": "Build a Celestial Bodies Database", |
4668 | | - "intro": [ |
4669 | | - "For this project, you will build a database of celestial bodies using PostgreSQL." |
4670 | | - ] |
4671 | | - }, |
4672 | 4666 | "review-sql-and-postgresql": { |
4673 | 4667 | "title": "SQL and PostgreSQL Review", |
4674 | 4668 | "intro": [ |
|
4681 | 4675 | "Test what you've learned about SQL and PostgreSQL with this quiz." |
4682 | 4676 | ] |
4683 | 4677 | }, |
| 4678 | + "lab-celestial-bodies-database": { |
| 4679 | + "title": "Build a Celestial Bodies Database", |
| 4680 | + "intro": [ |
| 4681 | + "For this project, you will build a database of celestial bodies using PostgreSQL." |
| 4682 | + ] |
| 4683 | + }, |
4684 | 4684 | "lecture-understanding-bash-scripting": { |
4685 | 4685 | "title": "Understanding Bash Scripting", |
4686 | 4686 | "intro": ["Learn about Bash Scripting in these lessons."] |
|
4722 | 4722 | "In this 140-lesson workshop, you will complete your student database while diving deeper into SQL commands." |
4723 | 4723 | ] |
4724 | 4724 | }, |
4725 | | - "lab-world-cup-database": { |
4726 | | - "title": "Build a World Cup Database", |
4727 | | - "intro": [ |
4728 | | - "For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics." |
4729 | | - ] |
4730 | | - }, |
4731 | 4725 | "workshop-kitty-ipsum-translator": { |
4732 | 4726 | "title": "Build a Kitty Ipsum Translator", |
4733 | 4727 | "intro": [ |
|
4741 | 4735 | "In this 210-lesson workshop, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL." |
4742 | 4736 | ] |
4743 | 4737 | }, |
4744 | | - "lab-salon-appointment-scheduler": { |
4745 | | - "title": "Build a Salon Appointment Scheduler", |
4746 | | - "intro": [ |
4747 | | - "For this lab, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon." |
4748 | | - ] |
4749 | | - }, |
4750 | 4738 | "review-bash-and-sql": { |
4751 | 4739 | "title": "Bash and SQL Review", |
4752 | 4740 | "intro": [ |
|
4757 | 4745 | "title": "Bash and SQL Quiz", |
4758 | 4746 | "intro": ["Test what you've learned in this quiz on Bash and SQL."] |
4759 | 4747 | }, |
| 4748 | + "lab-world-cup-database": { |
| 4749 | + "title": "Build a World Cup Database", |
| 4750 | + "intro": [ |
| 4751 | + "For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics." |
| 4752 | + ] |
| 4753 | + }, |
| 4754 | + "lab-salon-appointment-scheduler": { |
| 4755 | + "title": "Build a Salon Appointment Scheduler", |
| 4756 | + "intro": [ |
| 4757 | + "For this lab, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon." |
| 4758 | + ] |
| 4759 | + }, |
4760 | 4760 | "lecture-working-with-nano": { |
4761 | 4761 | "title": "Working With Nano", |
4762 | 4762 | "intro": ["Learn about Nano in this lesson."] |
|
4785 | 4785 | "In this 240-lesson workshop, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands." |
4786 | 4786 | ] |
4787 | 4787 | }, |
| 4788 | + "review-git": { |
| 4789 | + "title": "Git Review", |
| 4790 | + "intro": ["Review Git concepts to prepare for the upcoming quiz."] |
| 4791 | + }, |
| 4792 | + "quiz-git": { |
| 4793 | + "title": "Git Quiz", |
| 4794 | + "intro": ["Test what you've learned on Git with this quiz."] |
| 4795 | + }, |
4788 | 4796 | "lab-periodic-table-database": { |
4789 | 4797 | "title": "Build a Periodic Table Database", |
4790 | 4798 | "intro": [ |
|
4797 | 4805 | "For this lab, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information." |
4798 | 4806 | ] |
4799 | 4807 | }, |
4800 | | - "review-git": { |
4801 | | - "title": "Git Review", |
4802 | | - "intro": ["Review Git concepts to prepare for the upcoming quiz."] |
4803 | | - }, |
4804 | | - "quiz-git": { |
4805 | | - "title": "Git Quiz", |
4806 | | - "intro": ["Test what you've learned on Git with this quiz."] |
4807 | | - }, |
4808 | 4808 | "review-relational-databases": { |
4809 | 4809 | "title": "Relational Databases Review", |
4810 | 4810 | "intro": [ |
4811 | 4811 | "Review relational databases concepts to prepare for the exam." |
4812 | 4812 | ] |
4813 | 4813 | }, |
4814 | | - "quiz-node-js-core-modules": { |
4815 | | - "title": "NodeJS Core Modules Quiz", |
4816 | | - "intro": [ |
4817 | | - "Test what you've learned about Node.js core modules with this quiz." |
4818 | | - ] |
4819 | | - }, |
4820 | 4814 | "exam-relational-databases-certification": { |
4821 | 4815 | "title": "Relational Databases Certification Exam", |
4822 | 4816 | "intro": [ |
|
0 commit comments