WEB CNLEARN - VUE FRONTEND 7 - CREATING OUR WORDVIEW VIEW COMPONENT AND TESTING VUE ROUTER

We’re gonna add another “page” to our application today??? Finally.

CNLEARN FASTAPI 3 - ALEMBIC MIGRATIONS FOR THE USERS TABLE

Shall we create some users? So much to cover today. So much that I might split it into two posts.

DJANGO EXPENSE MANAGER 4 - USING GITHUB ACTIONS FOR TESTING

I will keep my promise today and write a quick post on using GitHub Actions to run our tests.

WEB CNLEARN - VUE FRONTEND 6 - MAKING OUR SEARCH RESULTS PRETTY WITH CARDS AND TESTING VUEX GETTERS

New component? You bet. Vuex store getters? Of course. More testing?

WEB CNLEARN - VUE FRONTEND 5 - TESTING VUEX MUTATIONS AND ACTIONS

Testing mutations is the easy test. We don’t have to mock anything.

WEB CNLEARN - VUE 4 (POST NUMBER 4 THAT IS) - CONNECTING TO BACKEND, PERFORMING ACTUAL SEARCH, DISPLAYING RESULTS, TESTING

Today we will understand our backend and continue working on the frontend.

DJANGO EXPENSE MANAGER 3 - FIXING OUR FACTORIES AND ADDING REST API AUTHENTICATION

Changing (read Fixing) Our Tests Today we’ll add an API for authentication.

CNLEARN FASTAPI 2 - APP SETTINGS AND POSTGRESQL CONNECTION, ALEMBIC MIGRATIONS AND AUTHENTICATION (MAYBE)

So what will we do today? -> “Use Pydantic for the app settings, connect to PostgreSQL database (asynchronously and synchronously), use Alembic, and deal with authentication.

WEB CNLEARN - VUE 3 - CREATING (SOME OF) THE SEARCH FUNCTIONALITY AND MORE

I just realised how I titled my posts..Vue 1, Vue 2, Vue 3, …I am not referring to Vue version numbers.

CNLEARN SCHEMAS - CREATING SOME PYDANTIC MODELS AND TESTING THEM

You won’t skip class today..That’s exactly what we’ll discuss today. This is a (somewhat) rewrite of the og post here, but many things have changed since.