Coursera
  • All DegreesExplorar títulos de grado de Licenciaturas y Maestrías
  • NegociosExplore MBA & Business degrees
  • Computer Science & EngineeringExplore Computer Science & Engineering degrees
  • Ciencia de DatosExplore Data Science degrees
  • MasterTrack™Obtén crédito para una Maestría
  • Certificados universitariosImpulsa tu carrera profesional con programas de aprendizaje de nivel de posgrado
Buscar carrerasPara EmpresasPara universidades
  • Explorar
  • Principales cursos
  • Inicia Sesión
  • Únete de forma gratuita
    Coursera
    • Explorar
    • Node Js

    Filtrar por

    144 resultados para "node js"

    • Placeholder
      IBM Skills Network

      Developing Back-End Apps with Node.js and Express

      Habilidades que obtendrás: Computer Programming, Computer Programming Tools, Web Development, Javascript, Back-End Web Development, Other Web Frameworks, Software Architecture, Software Engineering, Theoretical Computer Science, Computer Science

      4.4

      (52 reseñas)

      Intermediate · Course · 1-4 Weeks

    • Placeholder
      NIIT

      Server side JavaScript with Node.js

      Habilidades que obtendrás: Computer Programming, Javascript, Web Development, Computer Programming Tools, Computational Thinking, Theoretical Computer Science

      3.0

      (33 reseñas)

      Intermediate · Course · 1-3 Months

    • Placeholder
      NIIT

      RESTful Microservices Using Node.js and Express

      Habilidades que obtendrás: Web Development, Computer Programming, Javascript, Theoretical Computer Science, Software Engineering, Computer Programming Tools, Software Architecture, Web Development Tools, Back-End Web Development, Computational Thinking

      3.4

      (44 reseñas)

      Intermediate · Specialization · 3-6 Months

    • Placeholder
      IBM Skills Network

      Developing Cloud Apps with Node.js and React

      Habilidades que obtendrás: Javascript, Computer Programming, Web Development, Computer Science, IBM Cloud, React (web framework)

      4.0

      (207 reseñas)

      Intermediate · Course · 1-3 Months

    • Placeholder
      NIIT

      Building RESTful APIs Using Node.js and Express

      Habilidades que obtendrás: Theoretical Computer Science, Software Engineering, Web Development, Software Architecture, Web Development Tools

      4.4

      (12 reseñas)

      Mixed · Course · 1-4 Weeks

    • Placeholder
      Amazon Web Services

      Building Modern Node.js Applications on AWS

      Habilidades que obtendrás: Amazon Web Services, Cloud Computing, Computer Programming, Software Architecture, Software Engineering, Theoretical Computer Science, Cloud Platforms, Computer Programming Tools, Cloud API, Cloud Applications, Javascript, Operating Systems, Security Engineering, Software As A Service, Software Security, System Security

      4.6

      (87 reseñas)

      Intermediate · Course · 1-3 Months

    • Placeholder
      Placeholder
      IBM Skills Network

      IBM Full Stack Software Developer

      Habilidades que obtendrás: Web Development, Cloud Computing, IBM Cloud, Software Engineering, Python Programming, Other Web Frameworks, Computer Programming, Javascript, Data Analysis, Django (Web Framework), Kubernetes, Data Structures, Front-End Web Development, Programming Principles, Software Engineering Tools, DevOps, Cloud Applications, Algebra, Computer Programming Tools, Databases, Cloud Engineering, Back-End Web Development, Full-Stack Web Development, HTML and CSS, React (web framework), Devops Tools, Web Development Tools, Cloud Infrastructure, Application Development, Cloud Foundry, Cloud Platforms, Docker (Software), SQL, Software Architecture, Theoretical Computer Science, Computer Architecture, Distributed Computing Architecture, Cloud Management, Cloud Storage, Network Security, Software As A Service, Basic Descriptive Statistics, Continuous Delivery, Data Management, Design and Product, Exploratory Data Analysis, Human Computer Interaction, NoSQL, Software Testing, Statistical Programming, User Experience, User Research, BlockChain, Computational Logic, Computer Graphics, Computer Science, Continuous Integration, Database Administration, Database Application, Database Design, Finance, Interactive Design, Mathematical Theory & Analysis, Mathematics, Operating Systems, Security Engineering, Software Framework, System Programming, Systems Design, Web Design

      4.6

      (35.7k reseñas)

      Beginner · Professional Certificate · 3-6 Months

    • Placeholder
      Placeholder
      NIIT

      Capstone Project Using Node.js

      Habilidades que obtendrás: Back-End Web Development

      Mixed · Course · 1-4 Weeks

    • Placeholder
      Placeholder
      Coursera Project Network

      Node.js Backend Basics with Best Practices

      Habilidades que obtendrás: Back-End Web Development, Computer Programming, Computer Programming Tools, Data Analysis, Digital Marketing, Marketing, Software Engineering, Web Development

      4.1

      (11 reseñas)

      Intermediate · Guided Project · Less Than 2 Hours

    • Placeholder
      Placeholder
      Meta

      Meta React Native

      Habilidades que obtendrás: Web Development, React (web framework), Software Engineering, Javascript, Mobile Development, Computer Programming, Mobile Development Tools, Front-End Web Development, HTML and CSS, Human Computer Interaction, Software Engineering Tools, User Experience, Application Development, Computer Programming Tools, Cross Platform Development, Data Management, Database Application, Databases, Interactive Design, SQL, Software Testing, Statistical Programming, User Experience Design, Web Design, Computer Networking, Database Administration, Network Model, Software Architecture, Theoretical Computer Science, Agile Software Development, Linux, Product Lifecycle, Project Management, Web Development Tools

      4.7

      (3.3k reseñas)

      Beginner · Specialization · 3-6 Months

    • Placeholder
      Placeholder
      EC-Council

      Secure Full Stack MEAN Developer

      Habilidades que obtendrás: Web Development, Full-Stack Web Development, Angular, Computer Programming, Computer Programming Tools, Computer Architecture, Databases, Distributed Computing Architecture, NoSQL

      4.5

      (27 reseñas)

      Beginner · Course · 1-3 Months

    • Placeholder
      Placeholder
      Coursera Project Network

      Build a Node Server backend with Express

      Habilidades que obtendrás: Back-End Web Development, Computer Architecture, Computer Programming, Computer Programming Tools, Databases, Distributed Computing Architecture, NoSQL, Web Development, Javascript

      4.3

      (6 reseñas)

      Intermediate · Guided Project · Less Than 2 Hours

    Búsquedas relacionadas con node js

    node.js
    node.js backend basics with best practices
    node.js backend básico con buenas prácticas.
    nodejs
    building modern node.js applications on aws
    apis in node.js: write a restful api backend application
    running a node.js container on google kubernetes engine
    restful microservices using node.js and express
    1234…12

    En síntesis, estos son los 10 cursos más populares node js

      Habilidades que puedes aprender en Mobile And Web Development

      Web (13)
      Aplicación Móvil (9)
      Javascript (8)
      Desarrollo De Aplicaciones Móviles (8)
      Desarrollo Web (8)
      Desarrollo De Software Android (7)
      CSS (6)
      Lenguaje De Programación (6)
      Aplicación Web (6)
      Android Studio (5)
      AngularJS (5)
      Programa De Computadora (5)

      Preguntas frecuentes sobre Node Js

      • Node.js is an open-source run-time environment that lets you execute JavaScript code outside of your browser. It's built on the V8 JavaScript engine created by Chrome and is known for being lightweight and efficient. While most traditional web-serving techniques create a new thread with each connection, which takes up RAM, Node.js is a single-threaded platform that uses non-blocking input and output calls. This lets it shine in supporting tens of thousands of simultaneous connections within the same event loop. Node.js is compatible with a variety of platforms, including macOS, Linux, and Windows. It's not a platform that's well-suited to heavy computation or CPU-intensive operations. Node.js is ideal for building scalable network operations because of its speed and ability to handle many simultaneous connections.‎

      • Learning Node.js can help you create dynamic page content and real-time web applications. Unlike sandboxed environments like Java Applets and Flash, this platform is built for performance. It lets you build powerful applications, but it doesn't require you to write complex code. It also works well for building microservices, an architectural style that's gaining traction for its flexibility and agility. Learning Node.js prepares you to build scalable, fully managed serverless architectures, which are popular because they require minimal overhead while providing maximum agility.‎

      • Learning Node.js opens multiple career paths, including Node.js developers, back-end developers, full-stack developers, and open-source software engineers. Many people start their careers as front-end developers, moving into the role of senior developer after gaining a few years of experience. In this case, you could become a scrum master, team lead, or architect. You could also branch out into management roles, such as team or line managers, or you could create your own consulting business or startup.‎

      • Taking online courses on Coursera gives you the opportunity to learn Node.js and become proficient in using it. You can also explore the server-side of things, full-stack development, and building modern applications. You’ll have a chance to strengthen your skills in publishing a Node.js website or using full-stack web development and building skills in Jquery, front-end framework, SASS, and React.‎

      Se puso a disposición este contenido de preguntas frecuentes solo con fines informativos. Se les pide a los estudiantes que realicen investigaciones adicionales para asegurarse de que los cursos y otras credenciales cumplan con sus objetivos personales, profesionales y financieros.
      Otros temas para explorar
      Placeholder
      Artes y Humanidades
      338 cursos
      Placeholder
      Negocios
      1095 cursos
      Placeholder
      Ciencias de la Computación
      668 cursos
      Placeholder
      Ciencia de Datos
      425 cursos
      Placeholder
      Tecnología de información
      145 cursos
      Placeholder
      Salud
      471 cursos
      Placeholder
      Matemáticas y Lógica
      70 cursos
      Placeholder
      Desarrollo Personal
      137 cursos
      Placeholder
      Ciencias Físicas e Ingeniería
      413 cursos
      Placeholder
      Ciencias sociales
      401 cursos
      Placeholder
      Aprendizaje de un idioma
      150 cursos

      Coursera Footer

      Aprende algo nuevo

      • Aprende un idioma
      • Aprende contabilidad
      • Aprender a codificar
      • Aprende redacción publicitaria
      • Aprende sobre RR. HH.
      • Aprende relaciones públicas
      • Maestría en ciencia de los datos en Boulder
      • Illinois iMBA
      • Maestría en ciencias de la computación de Illinois
      • Maestría en ciencia de los datos aplicada de la UMich

      Temas populares de ciencia de los datos

      • Inteligencia artificial
      • Análisis de Datos
      • Ingeniería de datos
      • Ciencia de Datos
      • Excel
      • Aprendizaje Automático
      • python
      • Power BI
      • Programación R
      • SQL

      Temas populares de ciencias de la computación y TI

      • Cadena de bloques
      • Codificación
      • Ciencias de la Computación
      • seguridad cibernética
      • Desarrollo web de pila completa
      • ti
      • Java
      • Ingeniería de software
      • diseño web
      • Desarrollo web

      Temas populares sobre negocios

      • contabilidad
      • finanzas del negocio
      • Aptitudes de comunicación
      • Liderazgo y gestión
      • Comercialización
      • gestión de productos
      • Administración de proyectos
      • Diseño de la experiencia del usuario (UX)
      • Investigación de la experiencia del usuario
      • escritura

      Coursera

      • Acerca de
      • Qué ofrecemos
      • Liderazgo
      • Carreras profesionales
      • Catálogo
      • Coursera Plus
      • Certificados profesionales
      • MasterTrack® Certificates
      • Título de grados
      • Para Empresas
      • Para gobiernos
      • Para el campus
      • Conviértete en socio
      • En respuesta al Coronavirus
      • cursos gratuitos
      • Todos los cursos

      Comunidad

      • Estudiantes
      • Socios
      • Probadores beta
      • Traductores
      • Blog
      • Blog de Tecnología
      • Centro de enseñanza

      Más

      • Prensa
      • Inversores
      • Términos
      • Privacidad
      • Ayuda
      • Accesibilidad
      • Contacto
      • Artículos
      • Directorio
      • Afiliados
      • Declaración de Esclavitud Moderna
      Aprende en cualquier lado
      Placeholder
      Placeholder
      Placeholder
      © 2023 Coursera Inc. Todos los derechos reservados.
      • Placeholder
      • Placeholder
      • Placeholder
      • Placeholder
      • Placeholder
      • Placeholder