Welcome to the Linux Foundation Forum!

LFW212 - New course version now live (06.29.2023)

Options

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

Comments

  • pnts
    pnts Posts: 33
    Options

    Thank you!

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

  • pnts
    pnts Posts: 33
    Options

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

     pontus  …  LFW212  labs  ch-5  tree
    .
    ├── bicycle-service.js
    ├── brand-service.js
    ├── labs-1
    │   ├── model.js
    │   ├── package.json
    │   └── validate.js
    └── my-service
        ├── app.js
        ├── model.js
        ├── package.json
        ├── package-lock.json
        ├── plugins
        │   ├── README.md
        │   ├── sensible.js
        │   └── support.js
        ├── README.md
        ├── routes
        │   ├── bicycle
        │   │   └── index.js
        │   ├── hello
        │   │   └── index.js
        │   ├── README.md
        │   └── root.js
        ├── test
        │   ├── helper.js
        │   ├── plugins
        │   │   └── support.test.js
        │   └── routes
        │       ├── example.test.js
        │       └── root.test.js
        └── views
            ├── hello.hbs
            ├── index.hbs
            └── layout.hbs
    
  • mstepien
    mstepien Posts: 431
    Options

    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

Categories

Upcoming Training