diff --git a/LEARNING-PATH.md b/LEARNING-PATH.md
index 03ec65f..b6f192b 100644
--- a/LEARNING-PATH.md
+++ b/LEARNING-PATH.md
@@ -17,59 +17,37 @@ At the end of this path, you will be able to build a **Personalized Diet Calcula
Read the following chapters to the key concepts of this specific path
-
-
-### Documentation
-Use the following documentation as a syntax reference
-
-
+### **Javascript**
+
+#### Theory
+- [ ] [Javascript Info - Chapter from 1 to 9](https://javascript.info/first-steps)
+- [ ] [Eloquent Javasctipt - Chapter 1](https://eloquentjavascript.net/01_values.html)
+- [ ] [Eloquent Javascript - Expressions and Statements](https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx)
+- [ ] [Eloquent Javascript - Bindings](https://eloquentjavascript.net/02_program_structure.html#h_lnOC+GBEtu)
+- [ ] [Eloquent Javascript - Bindings Names](https://eloquentjavascript.net/02_program_structure.html#h_SbWNrIYjdH)
+- [ ] [Eloquent Javascript - Functions](https://eloquentjavascript.net/02_program_structure.html#h_K5Yd6h3Axg)
+- [ ] [Eloquent Javascript - Control Flow](https://eloquentjavascript.net/02_program_structure.html#h_rDxYNPd65Z)
+- [ ] [Eloquent Javascript - Capitalization](https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD)
+- [ ] [Eloquent Javascript - Comments](https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390)
+
+#### Syntax Reference
+- [https://javascript.info/](https://javascript.info/)
+- [https://www.w3schools.com/js/default.asp](https://www.w3schools.com/js/default.asp)
+
+### **Python**
+
+#### Theory
+
+- [ ] [Think Python (Chapter 1 and 2)](https://greenteapress.com/thinkpython2/thinkpython2.pdf)
+- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
+- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
+- [ ] [Real Python - Operators and Expressions](https://realpython.com/python-operators-expressions/)
+- [ ] [Real Python - Strings and string methods](https://realpython.com/courses/python-basics-strings-string-methods/)
+- [ ] [Real Python - Numbers and math](https://realpython.com/courses/python-basics-numbers-and-math/)
+
+#### Syntax Reference
+- [https://www.w3schools.com/python/default.asp](https://www.w3schools.com/python/default.asp)
+- [https://pynative.com/python/](https://pynative.com/python/)
### **Additional resources**
diff --git a/projects/001-area-of-a-room/php/index.php b/projects/001-area-of-a-room/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/002-bottle-deposits/php/index.php b/projects/002-bottle-deposits/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/003-making-change/php/index.php b/projects/003-making-change/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/004-units-of-time/php/index.php b/projects/004-units-of-time/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/005-units-of-time-again/php/index.php b/projects/005-units-of-time-again/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/006-sum-of-digits-in-a-integer/php/index.php b/projects/006-sum-of-digits-in-a-integer/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/007-day-old-bread/php/index.php b/projects/007-day-old-bread/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/008-dog-years/php/index.php b/projects/008-dog-years/php/index.php
new file mode 100644
index 0000000..e69de29