Scraps: Django notes
Trying to get my head around Django and try figuring out how to write “Django-ish” code. As part of the learning process I’ve been noting down Django concepts as Laravel equivalents.
Personal thoughts on technical learnings and life in Tokyo.
Trying to get my head around Django and try figuring out how to write “Django-ish” code. As part of the learning process I’ve been noting down Django concepts as Laravel equivalents.
Vue 3 introduces the concept of the Composition API -- I took some notes while trying to figure out a Vue 2 to Vue 3 migration on a legacy project.