REACT EXPENSE MANAGER 2 - WRITING COMPONENTS AND TESTS

Let’s change our components slightly and…test them, obviously. Let’s do a bottom-up approach and continue what we did here .

WEB CNLEARN - FASTAPI 1 - CREATING A PROJECT STRUCTURE

Let’s build a FastAPI application quickly… So am I actually making this (made this) and not just claim so on my CV?

LETS TALK ASYNC ASYNCHRONOUSLY - THE GATHERING OF THE TASKS (NOT CLOUDS)

You didn’t think we’d limit ourselves to one Task did you?

WEB CNLEARN - VUE 2 - STORING OUR STATE IN VUEX

Today, we will start building our state by using Vuex and connecting our component to it.

CNLEARN - VOCAB CRUD

This relates to this commit from a few days ago. What did I do?

WEB CNLEARN - VUE FRONTEND 1

You’ve heard whispers, you’ve heard rumours, but you’ve never seen anything.

DJANGO EXPENSE MANAGER 2.1

Let’s continue writing the tests we wrote here. In there, we set up our database with one User, one Category, one Retailer and one Transaction.

LETS TALK ASYNC ASYNCHRONOUSLY - NATIVE COROUTINES

I always found the concept of “native coroutines” slightly puzzling as they were introduced recently.

DJANGO EXPENSE MANAGER 2 - CREATING OUR MODELS AND (SLIGHTLY) TESTING THEM

Welcome back and let’s keep going. Fallen slightly behind with my schedule for these series due to an application I was working on.

DRILL DRILL DRILL OR: HOW I LEARNED TO STOP WORRYING ABOUT MY CODE AND LOVE TESTING

So this is a follow-up to my previous post. At the same time, it’s a rewrite (and maybe even improvement) on the original posts from cnlearn.