Welcome to the Linux Foundation Forum!

LFW212 - New course version now live (06.29.2023)

Hello,

A new course version of LFW212 went live today. The course content has been updated to Node 18.

To ensure you have access to the latest updates, please clear your cache before accessing the course.

Magda
The Linux Foundation Training Team

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 33

    Thank you!

    Is there a change-log, or a diff?
    If not can you perhaps give a hint on the most important changes?

  • Posts: 33

    Perhaps there's been a mistake for chapter 5. Bicycle-service, brand-service and my-service does not belong here, right?

    1.  pontus    LFW212  labs  ch-5  tree
    2. .
    3. ├── bicycle-service.js
    4. ├── brand-service.js
    5. ├── labs-1
    6.    ├── model.js
    7.    ├── package.json
    8.    └── validate.js
    9. └── my-service
    10. ├── app.js
    11. ├── model.js
    12. ├── package.json
    13. ├── package-lock.json
    14. ├── plugins
    15.    ├── README.md
    16.    ├── sensible.js
    17.    └── support.js
    18. ├── README.md
    19. ├── routes
    20.    ├── bicycle
    21.       └── index.js
    22.    ├── hello
    23.       └── index.js
    24.    ├── README.md
    25.    └── root.js
    26. ├── test
    27.    ├── helper.js
    28.    ├── plugins
    29.       └── support.test.js
    30.    └── routes
    31.    ├── example.test.js
    32.    └── root.test.js
    33. └── views
    34. ├── hello.hbs
    35. ├── index.hbs
    36. └── layout.hbs
  • Posts: 490

    Hi @pnts,

    • Chapter 2 was updated to describe a new set up approach on Windows 11 and up.
    • Fastify has been updated to the latest major version as have any associated dependencies (there was a change of package name convention to scoped packages in the major release).
    • Selected screenshots were replaced.

    Best regards,
    Magda

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training