tips to evolve as a developer
developers get stuck, paralized
https://www.oreilly.com/library/view/apprenticeship-patterns/9780596806842/ch04.html
Make It Stick https://www.amazon.com.br/Make-Stick-Science-Successful-Learning/dp/0674729013
| <!-- Form.vue --> | |
| <script setup lang="ts"> | |
| import { reactive } from 'vue' | |
| import { useSuite } from '~/composables/useSuite' | |
| import { suite } from '~/suites/example' | |
| const { res, classes, validate, reset } = useSuite(suite) | |
| const formData = reactive({ |
tips to evolve as a developer
developers get stuck, paralized
https://www.oreilly.com/library/view/apprenticeship-patterns/9780596806842/ch04.html
Make It Stick https://www.amazon.com.br/Make-Stick-Science-Successful-Learning/dp/0674729013