* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Node Red Crash Course: Unlimited Capability Building  (Lida 30 vezes)

0 Membros e 2 Visitantes estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • Karma: +0/-0
Node Red Crash Course: Unlimited Capability Building
« em: 18 de Outubro de 2023, 08:14 »

Node Red Crash Course: Unlimited Capability Building
Published 10/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.17 GB | Duration: 4h 21m

A course to break the the limitation of node red usage and unleash the power
.

What you'll learn
Matering Node Red for software development, test automation and process/worflow automation via this powerful tool.
Learning Flow Based Programming concepts, methods and practises to boost the effectiveness and efficiency.
Extending the skills and thinking model by integrating Node Red and hot topics like web service, RPA etc.
Build up the mindset of developing software with a mixture of differences paradigm of FBP, Vonn Neumann, Responsiveness and more.
Requirements
Must have: Basic Javascript/Nodejs knowledge, Web browser operation, Bash(Linux) or CMD/Powershell(Windows) operation
Nice to have: TCP/IP based network knowledge, PUB-SUB programming model, Web service concepts
Description
This course is for Node Red but with different insights than usual view angles. It's not just to teach people how to use Node Red in normal use cases but to use it as a general purpose software development platform underpinned by FBP(Flow Based Programming) paradigm. As being mentioned in the openning introduction video clip the course tends to give people "finishing capability" and not "a fish". To maximize the benefit of this course the learners better have the knowledge of Linux, Web Service, HTTP, Database, Python and sense of integrating whatever useful technology together for a bigger view. This is particularly shown in the 3 chapters of building a full stack SPA(single page application).The content of the course is step by step, gradually from basic stuff to advanced topics. First we will have a quick glance on how node red builds work flow to implememnt the classical hello world program. Then starting from the most basic things like the installation for various platforms, to flow editor usage, and to node catergory and their functionalities, then to advanced topics like running python code in node red or build your own nodes, and finally to the procedure of building a full stack single page application by combining all pieces together. Experience either in software development or test automation is a significant plus for learning well. Keeping mind open is a key to success as the whole course is not to teach each piece in super details but emphasize the thinking and methds to resolve issues in from of you.
Overview
Section 1: Introduction
Lecture 1 Instructor introduction
Lecture 2 Purpose of this course
Section 2: Quick start
Lecture 3 Overview of Node-RED and its use cases
Lecture 4 Get your feet wet - "Hello world" on Node-RED
Lecture 5 Understanding the Node-RED user interface
Lecture 6 Summary
Section 3: Node-Red setup and learning environment constrction
Lecture 7 Set up Node Red on Linux
Lecture 8 Set up Node Red on Windows
Lecture 9 Set up Node Red on Raspberry Pi
Lecture 10 Set up Node Red via docker
Lecture 11 Summary
Section 4: Flow-based programming with Node-RED
Lecture 12 The concept of FBP(Flow Based Programming)
Lecture 13 Creating a work flow more complex than "hello world"
Lecture 14 Input and output of a node
Lecture 15 Debugging a flow
Lecture 16 Managing and deploying flows
Lecture 17 Summary
Section 5: Deep dive nodes in Node-RED
Lecture 18 Common nodes in categories
Lecture 19 Using function node
Lecture 20 Using network related nodes
Lecture 21 Using storage nodes for file I/O
Lecture 22 Nodes from community
Lecture 23 Summary
Section 6: Advanced Node-RED topics
Lecture 24 Multiple output of a node
Lecture 25 Create your own node
Lecture 26 Sub flow & flows inter link
Lecture 27 Running python code
Lecture 28 Node Red customization & security consideration
Lecture 29 Summary
Section 7: Real project going through: instant Linux core watcher - Functionality
Lecture 30 Goals analysis
Lecture 31 Back end components set up
Lecture 32 Node Red flow build up
Section 8: Real project going through: instant Linux core watcher - Web Service Exposure
Lecture 33 Endpoints design
Lecture 34 Service handlers implementation
Section 9: Real project going through: instant Linux core watcher - GUI
Lecture 35 Node Red dashboard as a SPA
Lecture 36 Showing latest core dump data
Lecture 37 Statistical data by charts
Lecture 38 List all historical data in table
Section 10: Conclusion
Lecture 39 Summary of the course
Anyone who does not have hard background on programming but need to develop software in a low/no code manner.,Architects who want to land their design and thoughts onto a fast living prototype.,Software developers/testers who are seeking new methods to boost the development effiency and low cost maintenance.,Experts who need tools to offload them on handling complex system integration scenarios.

Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/a2044ba5cfbb6cbabf56b611cb08fb32/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part1.rar.html
https://rapidgator.net/file/38dce023f5d3bcc616c227f4977ab61b/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part2.rar.html
https://rapidgator.net/file/526ae410dfecf578071b64aef5b26f6f/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/695394539137372F/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part1.rar
https://uploadgig.com/file/download/4068c3532509fcFe/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part2.rar
https://uploadgig.com/file/download/B5b593e9846437eb/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/CF744755DA969BA/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part1.rar
https://nitroflare.com/view/E8E311EDE11622C/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part2.rar
https://nitroflare.com/view/7E2F97394CB9777/awiuu.Node.Red.Crash.Course.Unlimited.Capability.Building.part3.rar