slothis · English

Development

How to Fix "Cannot find module '#q-app/wrappers'" in Vue + Quasar

2025-03-20

How to Fix "Cannot find module '#q-app/wrappers'" in Vue + Quasar

Learn how to fix the "Cannot find module '#q-app/wrappers'" error when using Vue and Quasar with Vite by updating your tsconfig.json settings.

Marketing Acronyms Explained: CP*, Cost Per ***

2025-03-17

A quick guide to common digital marketing acronyms like CPC, CPA, CPM, and more, explaining how different cost-per-action pricing models work.

Installing New Relic (APM) on Java Spring Boot

2022-05-08

Installing New Relic (APM) on Java Spring Boot

Learn how to install New Relic APM on a Java Spring Boot server to monitor transactions and errors, covering both Docker on EC2 and ECS with CodeDeploy.

Django QuerySet Performance: count() vs len()

2020-12-05

Django QuerySet Performance: count() vs len()

Learn the performance differences between using count() and len() to count rows in a Django QuerySet, and when it's better to use each method.