
Lokální instruktorem vedené Node.js školení České republice.
Reference
praktický přístup k tématu
Gmina Miejska Kraków
Kurz: Javascript Basics
Machine Translated
Otevřenost, touha řešit všechny druhy problémů.
Bernard Maj - Śląskie Stowarzyszenie Chorych na SM"Sezam"
Kurz: Unity: Developing 3D Games with C# and Javascript
Machine Translated
Node.js Návrh Školení
Název školení
Doba trvání
Přehled
Název školení
Doba trvání
Přehled
14 hodin
Přehled
MERN Stack je kolekce softwaru pro vývoj webových aplikací, jmenovitě MongoDB , Express , React a Node.js Zásobník MERN poskytuje vývojářům komplexní rámec pro vývoj a nasazení webových aplikací typu fullstack.
Toto školení vedené instruktory (přímo na místě nebo na dálku) je určeno webovým vývojářům, kteří si přejí využít MERN Stack pro vývoj fullstacku.
Na konci tohoto školení budou účastníci schopni:
- Integrujte React s MongoDB , Express a Node.js
- Sestavte webovou aplikaci s úplnou podporou od nuly.
- Implementujte zabezpečení aplikací prostřednictvím autorizace a autentizace.
Formát kurzu
- Interaktivní přednáška a diskuse.
- Spousta cvičení a cvičení.
- Praktická implementace v prostředí živé laboratoře.
Možnosti přizpůsobení kurzu
- Chcete-li požádat o přizpůsobené školení pro tento kurz, kontaktujte nás a domluvte se.
Toto školení vedené instruktory (přímo na místě nebo na dálku) je určeno webovým vývojářům, kteří si přejí využít MERN Stack pro vývoj fullstacku.
Na konci tohoto školení budou účastníci schopni:
- Integrujte React s MongoDB , Express a Node.js
- Sestavte webovou aplikaci s úplnou podporou od nuly.
- Implementujte zabezpečení aplikací prostřednictvím autorizace a autentizace.
Formát kurzu
- Interaktivní přednáška a diskuse.
- Spousta cvičení a cvičení.
- Praktická implementace v prostředí živé laboratoře.
Možnosti přizpůsobení kurzu
- Chcete-li požádat o přizpůsobené školení pro tento kurz, kontaktujte nás a domluvte se.
14 hodin
Přehled
NestJS je backendový rámec Node.js založený na Express . NestJS využívá sílu TypeScript jako jazyka a Node.js jako framework.
Toto školení vedené instruktory, na místě nebo na dálku, je zaměřeno na webové vývojáře, kteří chtějí používat NestJS k vytváření snadno udržovatelných a škálovatelných webových aplikací.
Na konci tohoto školení budou účastníci schopni:
- Vytvořte aplikaci back-end pomocí NestJS .
- Otestujte služby back-end s Postman .
- Implementovat autorizaci a autentizaci v aplikacích typu back-end.
- Nasazení aplikací typu back-end.
Formát kurzu
- Interaktivní přednáška a diskuse.
- Spousta cvičení a cvičení.
- Praktická implementace v prostředí živé laboratoře.
Možnosti přizpůsobení kurzu
- Chcete-li požádat o přizpůsobené školení pro tento kurz, kontaktujte nás a domluvte se.
Toto školení vedené instruktory, na místě nebo na dálku, je zaměřeno na webové vývojáře, kteří chtějí používat NestJS k vytváření snadno udržovatelných a škálovatelných webových aplikací.
Na konci tohoto školení budou účastníci schopni:
- Vytvořte aplikaci back-end pomocí NestJS .
- Otestujte služby back-end s Postman .
- Implementovat autorizaci a autentizaci v aplikacích typu back-end.
- Nasazení aplikací typu back-end.
Formát kurzu
- Interaktivní přednáška a diskuse.
- Spousta cvičení a cvičení.
- Praktická implementace v prostředí živé laboratoře.
Možnosti přizpůsobení kurzu
- Chcete-li požádat o přizpůsobené školení pro tento kurz, kontaktujte nás a domluvte se.
14 hodin
Přehled
This course has been created with the following objectives:
- Node.js fundamental concepts
- V8 engine internals
- Administration of Express.js applications
- Performance & Monitoring
- Process management
This course is aimed at apprehending the tools and concepts required to administer Node.js/Expres.js applications, understand and monitor performance in a V8 engine environment.
- Node.js fundamental concepts
- V8 engine internals
- Administration of Express.js applications
- Performance & Monitoring
- Process management
This course is aimed at apprehending the tools and concepts required to administer Node.js/Expres.js applications, understand and monitor performance in a V8 engine environment.
21 hodin
Přehled
Overview
Node.js is a platform for easily building fast, scalable network applications. Learn how to use the event-driven, non-blocking I/O model to build data-intensive real-time applications that run across distributed devices. We will explore the design choices that make Node.js unique, how this changes the way applications are built and how systems of applications work most effectively in this model. Learn how to create modular code that’s robust, expressive and clear. Understand when to use callbacks, event emitters and streams. Use streams to easily manipulate data that would be impossible to fit in application memory. Gain confidence in handling errors effectively to ensure runtime reliability. The course has extensive lab exercises to reinforce the concepts and techniques covered.
Objectives
On completion of this course, students will be able to:
- Clearly understand the platform design choices that led to Node.js choosing an event loop and what this means for applications built on that foundation.
- Understand the unique trade-offs present in event-driven programming.
- Create Node.js modules and express code modularity in an application.
- Understand the core flow control patterns in Node.js and know when it is appropriate to use callbacks, event emitters or streams.
- Create and manipulate buffers efficiently.
- Understand how to manage error state and know when a process should exit due to an error.
- Build network applications with Node.js.
Node.js is a platform for easily building fast, scalable network applications. Learn how to use the event-driven, non-blocking I/O model to build data-intensive real-time applications that run across distributed devices. We will explore the design choices that make Node.js unique, how this changes the way applications are built and how systems of applications work most effectively in this model. Learn how to create modular code that’s robust, expressive and clear. Understand when to use callbacks, event emitters and streams. Use streams to easily manipulate data that would be impossible to fit in application memory. Gain confidence in handling errors effectively to ensure runtime reliability. The course has extensive lab exercises to reinforce the concepts and techniques covered.
Objectives
On completion of this course, students will be able to:
- Clearly understand the platform design choices that led to Node.js choosing an event loop and what this means for applications built on that foundation.
- Understand the unique trade-offs present in event-driven programming.
- Create Node.js modules and express code modularity in an application.
- Understand the core flow control patterns in Node.js and know when it is appropriate to use callbacks, event emitters or streams.
- Create and manipulate buffers efficiently.
- Understand how to manage error state and know when a process should exit due to an error.
- Build network applications with Node.js.
14 hodin
Přehled
Audience:
Anyone involved in IT Service Delivery and Production Support
Anyone involved in IT Service Delivery and Production Support
14 hodin
Přehled
Objectives
This course has been created with the following objectives:
- Explore and apprehend all the features and functionalities of the webstorm platform for Node.js
- Explore and apprehend all the features and functionalities of the pm2 production process manager
- Explore and apprehend logging with Winston.js
Audience
The typical attendee for this course include project manager, analyst, developer or any profile that needs
- To have a good understanding of an application’s structure and deployment mechanisms
- To carry out Installation / production environment / architecture tasks and configuration
- To be able to assess code quality, perform debugging, monitoring
- To implement advanced production like Logging
Delivery
This course is a mixture of presentations and hands on practice. Most of the concepts are discovered through code readings, exercises and labs.
This course has been created with the following objectives:
- Explore and apprehend all the features and functionalities of the webstorm platform for Node.js
- Explore and apprehend all the features and functionalities of the pm2 production process manager
- Explore and apprehend logging with Winston.js
Audience
The typical attendee for this course include project manager, analyst, developer or any profile that needs
- To have a good understanding of an application’s structure and deployment mechanisms
- To carry out Installation / production environment / architecture tasks and configuration
- To be able to assess code quality, perform debugging, monitoring
- To implement advanced production like Logging
Delivery
This course is a mixture of presentations and hands on practice. Most of the concepts are discovered through code readings, exercises and labs.
21 hodin
Přehled
Audience:
Typically, a Project Manager, Aanalyst, Developer or anyone who needs:
- Explore the node.js framework and architecture
- Explore Express.js as a solution for web development
- Assess Node.js & Express.js as solutions for web development
- Advantages and disadvantages over Java
- To have a good understanding of an application’s structure and deployment mechanisms
- To carry out Installation / production environment / architecture tasks and configuration
- To be able to assess code quality, perform debugging, monitoring
- To implement advanced production like Logging
Objectives:
- Explore the advantages and characteristics of Node.js (In comparison with Java)
- Explore Express.js: Architecture, administration (In comparison with Java EE)
- Explore and apprehend all the features and functionalities of the webstorm platform for Node.js
- Explore and apprehend all the features and functionalities of the pm2 production process manager
- Explore and apprehend advanced logging with Winston.js
Description:
The course is normally 3 days (7 hours a day) and has a heavy emphasis on hands on practice. Most of the concepts are discovered through code readings, exercises and labs.
Typically, a Project Manager, Aanalyst, Developer or anyone who needs:
- Explore the node.js framework and architecture
- Explore Express.js as a solution for web development
- Assess Node.js & Express.js as solutions for web development
- Advantages and disadvantages over Java
- To have a good understanding of an application’s structure and deployment mechanisms
- To carry out Installation / production environment / architecture tasks and configuration
- To be able to assess code quality, perform debugging, monitoring
- To implement advanced production like Logging
Objectives:
- Explore the advantages and characteristics of Node.js (In comparison with Java)
- Explore Express.js: Architecture, administration (In comparison with Java EE)
- Explore and apprehend all the features and functionalities of the webstorm platform for Node.js
- Explore and apprehend all the features and functionalities of the pm2 production process manager
- Explore and apprehend advanced logging with Winston.js
Description:
The course is normally 3 days (7 hours a day) and has a heavy emphasis on hands on practice. Most of the concepts are discovered through code readings, exercises and labs.
21 hodin
Přehled
JavaScript is a programming language designed for manipulating a web page. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
14 hodin
Přehled
LoopBack is a Node.js middleware for building APIs and connecting them to backend data sources. Using LoopBack, users can create end-to-end REST APIs with little to no code.
This instructor-led, live training (online or onsite) is aimed at web developers who wish to use LoopBack for REST API development.
By the end of this training, participants will be able to:
- Build dynamic REST APIs with LoopBack.
- Access data from data sources and other REST APIs.
- Load and run a REST web service on-premises.
- Configure security features in LoopBack.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
This instructor-led, live training (online or onsite) is aimed at web developers who wish to use LoopBack for REST API development.
By the end of this training, participants will be able to:
- Build dynamic REST APIs with LoopBack.
- Access data from data sources and other REST APIs.
- Load and run a REST web service on-premises.
- Configure security features in LoopBack.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
14 hodin
Přehled
Node.js is an open source JavaScript run-time. Node.js is a popular server-side programming language used for advanced back-end development such as building API.
This instructor-led, live training (online or onsite) is aimed at web developers who wish to build API using Node.js.
By the end of this training, participants will be able to:
- Build a scalable server-side application with Node.js.
- Create REST API and GraphQL API.
- Configure authentication for strengthened security.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
This instructor-led, live training (online or onsite) is aimed at web developers who wish to build API using Node.js.
By the end of this training, participants will be able to:
- Build a scalable server-side application with Node.js.
- Create REST API and GraphQL API.
- Configure authentication for strengthened security.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
14 hodin
Přehled
Seneca is a microservices framework for Node.js.
In this instructor-led, live training, participants will learn the fundamentals of Seneca as they step through practical examples of building micro services with Seneca.
By the end of this training, participants will be able to:
- Learn the fundamentals of Seneca
- Use Seneca to build micro services
Audience
- Developers
- Programmers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
In this instructor-led, live training, participants will learn the fundamentals of Seneca as they step through practical examples of building micro services with Seneca.
By the end of this training, participants will be able to:
- Learn the fundamentals of Seneca
- Use Seneca to build micro services
Audience
- Developers
- Programmers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
56 hodin
Přehled
This course is intended to bring a beginner in JavaScript to a level where she or he is able to enter the market as a JavaScript developer.
The course is intensive and entirely 'hands on'
The course is intensive and entirely 'hands on'
35 hodin
Přehled
Course Objective:
MEAN stack is a full-stack JavaScript solution that helps you write scalable, robust, and maintainable web applications quickly and easily using MongoDB, express, AngularJS, and Node.js.
By the end of this hands-on intensive training course, the students will be able to:
- Store the data in NoSQL, document-oriented MongoDB database that brings performance and scalability.
- Use Node.js, the server-side platform built on Google V8’s runtime for building fast, scalable network applications.
- Use Express, a simple yet powerful web application development HTTP server framework built on top of Node.js.
- Use AngularJS framework that offers declarative, two-way data binding for web applications.
- Take advantage of the ‘full-stack JavaScript’ paradigm i.e. store documents in JSON-like format in MongoDB, author JSON queries in Node.js/Express.js, and forward these JSON documents back to an Angular-based frontend.
- Get acquainted with the latest web application development trends in the IT industry.
MEAN stack is a full-stack JavaScript solution that helps you write scalable, robust, and maintainable web applications quickly and easily using MongoDB, express, AngularJS, and Node.js.
By the end of this hands-on intensive training course, the students will be able to:
- Store the data in NoSQL, document-oriented MongoDB database that brings performance and scalability.
- Use Node.js, the server-side platform built on Google V8’s runtime for building fast, scalable network applications.
- Use Express, a simple yet powerful web application development HTTP server framework built on top of Node.js.
- Use AngularJS framework that offers declarative, two-way data binding for web applications.
- Take advantage of the ‘full-stack JavaScript’ paradigm i.e. store documents in JSON-like format in MongoDB, author JSON queries in Node.js/Express.js, and forward these JSON documents back to an Angular-based frontend.
- Get acquainted with the latest web application development trends in the IT industry.
Nadcházející Node.js Školení
2021-02-23 09:30:00
21 hodiny
2021-03-01 09:30:00
21 hodiny
2021-03-01 09:30:00
21 hodiny
2021-03-17 09:30:00
14 hodiny
2021-03-18 09:30:00
14 hodiny
Ostatní země
Konzultace
Víkendové Node.js kurzy, Večerní Node.js školení, Node.js přijímač, Node.js vedené školitelem, Víkendové Node.js školení, Večerní Node.js kurzy, Node.js koučování, Node.js lektor, Node.js školitel, Node.js počítačová školení, Node.js počítačové kurzy , Node.js kurzy, Node.js školení, Node.js on-site, Node.js uzavřená školení, Node.js individuální školení