Discover structure and techniques THEORIES for application development and coding
Application Development
29 December 2023 by erwan | Leave a Comment
adding debug messages in javascript development via console.log is a universal technique of watching what's happening in your algorithms while developping. Multiplying console messages can get confusing, while keeping track of useful logs is important in the code development process. In this example, I work on nuxt development, and use Pinia state management to declare […]
Read more »