Curso JavaScript: 113. API REST: Consumo de datos con cliente REST - #jonmircha

Lección 113 de 16668%

Ya has superado la mitad. Estás muy cerca de completar el curso.

Sobre esta lección

En este video te enseño a consumir datos de una #API con un cliente #REST. 🟡 Clase JSON https://www.youtube.com/watch?v=d1XijkyZRvM 🟡 JSON Placeholder https://jsonplaceholder.typicode.com/ 🟡 JSON Server https://github.com/typicode/json-server 🟢 ¿Qué es Node.js? https://www.youtube.com/watch?v=tU0ZMe0FVXA&list=PLvq-jIkSeTUY3gY-ptuqkNEXZHsNwlkND&index=3 🟢 Instalar Node.js https://www.youtube.com/watch?v=_DQP6UxKEn8&list=PLvq-jIkSeTUY7b6mTNigrfZxXNkk0aJd2 🟢 Instalar NVM https://www.youtube.com/watch?v=iG4u1MK7N3I&list=PLvq-jIkSeTUY7b6mTNigrfZxXNkk0aJd2 🟠 Postman https://www.postman.com/ 🟣 Insomnia Core https://insomnia.rest/download/ 💛 Aprende JavaScript https://aprendejavascript.org/ 📖 Mis notas sobre JavaScript https://jonmircha.com/javascript 📖 Mis notas sobre ECMAScript https://jonmircha.com/ecmascript 📖 Mis notas sobre JavaScript Asíncrono https://jonmircha.com/javascript-asincrono 📖 Mis notas sobre JSON https://jonmircha.com/json 📖 Mis notas sobre el DOM https://jonmircha.com/dom 📖 Mis notas sobre AJAX https://jonmircha.com/ajax 📖 Mis notas sobre API REST https://jonmircha.com/api-rest 📦 Códigos: https://github.com/jonmircha/youtube-js 🔔 Suscríbete al canal https://youtube.com/jonmircha?sub_confirmation=1 🤓 👉 Visita mi sitio web https://jonmircha.com/ 💻 🌮 ¿Me invítas un taco? https://www.paypal.me/jonmircha 🤲 Apóyame en Patreon https://www.patreon.com/jonmircha 📫 Suscríbete a mi lista de correo https://tinyletter.com/jonmircha/

Sobre este curso

Aprende JavaScript el lenguaje que domina la web: Sintaxis, Gramática, Lógica, EcmaScript, POO, Asincronía, DOM, AJAX, JSON, API's, Node y más.

Lección 113 de 166Nivel: principianteDuración total: 71h 21m

Lo que aprenderás en este curso:

  • Dominar la sintaxis moderna de JavaScript (ES6+)
  • Manipular el DOM y gestionar eventos del navegador
  • Trabajar con funciones asíncronas, promesas y APIs
  • Implementar estructuras de datos y algoritmos en JavaScript