DEV Community

Cover image for A Look Under the Hood of AdonisJS [Part 1] - The IoC Container
Patrick O'Dacre
Patrick O'Dacre

Posted on • Updated on

A Look Under the Hood of AdonisJS [Part 1] - The IoC Container

Subscribe to my YouTube channel for more tutorials on working with VueJS and AdonisJS -- an MVC framework for NodeJS!

Follow along as I explore what the AdonisJS documentation has to say about its IoC(inversion of control) Container.

Together we'll cover each section of the docs and go through the source code to see how it actually works.

In part 2 of this series, I'll take an in-depth look at Service Providers -- a feature that goes hand in hand with the IoC Container. Make sure you subscribe so you don't miss that update!

By the end of these videos, you'll have a firm grasp on how the IoC Container and Service Providers do their jobs, and just how helpful they are.

Top comments (0)