# adonisjs

Build Adonis/Vue apps without an API

A prototype of how to seamlessly integrate Adonis.js and Vue.js.

9/13/2020

Adonis.js - Advanced factories

Little tricks to simplify writing factories in Adonis.js.

2/10/2020

TDD course with AdonisJs - 9. Cleaning up after ourselves

It's always good to take a pause, look back at what we built and see if we can clean up something.

12/12/2019

TDD course with AdonisJs - 8. Third party APIs, ioc and custom validators

Let's take a closer look at the ioc container and implement a third party API.

11/7/2019

TDD course with AdonisJs - 7. Moderators

Adding a new feature for moderators to modify threads.

10/6/2019

TDD course with AdonisJs - 6. Validation

Currently it is possible to create a thread without a body or title. So let's add some validation to our controller.

9/28/2019

TDD course with AdonisJs - 5. Middlewares

We learn an important lesson about the difference between integration and unit tests.

9/21/2019

TDD course with AdonisJs - 4. Using the auth middleware

Most applications require auth in some sort, it's a breeze with AdonisJs and I show it to you.

9/14/2019

TDD course with AdonisJs - 3. Model factories & DB transactions

We take a look at simplifying our tests with model factories as well as one common gotcha.

9/9/2019

TDD course with AdonisJs - 2. Our first test

We write our first integration test and set up the database layer.

9/7/2019

TDD course with AdonisJs - 1. Let's build a reddit clone

Part 1 of a series in which we engulf in the joy of TDD with AdonisJs.

9/7/2019

Testing made easy with AdonisJs

Adonis lets you write clean tests and is a good candidate for test driven development. I will show how to get started with testing as well as some common techniques regarding the database setup.

8/19/2019

Refactoring search queries in Adonis.js

Learn all about model scopes and conditional queries.

4/25/2019

Avoiding fat controllers in Adonis.js

Taking a look at controllers and how they can grow into big junks of code, and how we can avoid this.

1/19/2019

Build fullstack Javascript apps with Adonis and Vue

Bringing together two amazing frameworks that allow us to build clean applications using only Javascript.

10/8/2018