Discover structure and techniques THEORIES for application development and coding
Application Development
24 February 2025 by erwan | Leave a Comment
speaking of database, I've had my share of user interfaces. As far as I can remember, Microsoft as the first big player to democratize database user interfaces with its famous Access software, not to mention Excel which is still today probably the most popular single table manager tool. For Web based database management, phpmytadmin is […]
Read more »
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 […]