ML/AI – Precision and recall
https://en.wikipedia.org/wiki/Precision_and_recall Population:– 12 dogs– 10 catsModel results: 8– 5 dogs (true positive)– 3 cats (false positive)– 7 dogs missed (false positives)– 7 cats excluded (false negatives) Precision: 5/8 (true positives / selected elements)Recall: 5/12 (true positives / relevant elements).
Docker containers monitoring with Prometheus.
https://erickogi.medium.com/docker-containers-monitoring-with-prometheus-8156175b0a9a
What are dynamic NFTs?: Use cases and examples
https://cointelegraph.com/explained/what-are-dynamic-nfts-use-cases-and-examples/amp
Integration tests in Node.js and Jest
https://engineering.leanix.net/blog/integration-tests-in-nodejs/
A Node.js Guide to Actually Doing Integration Tests
https://www.toptal.com/nodejs/nodejs-guide-integration-tests
Top 10 Microservices Design Principles and Best Practices for Experienced Developers
https://medium.com/javarevisited/10-microservices-design-principles-every-developer-should-know-44f2f69e960f
End-to-End Testing vs. Regression Testing: What’s The Difference?
https://www.copado.com/devops-hub/blog/end-to-end-testing-vs-regression-testing-whats-the-difference-crt
Playwright
Playwright enables reliable end-to-end testing for modern web apps. Any browser • Any platform • One API Cross-browser. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Cross-platform. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Cross-language. Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java. Test Mobile Web. Native mobile emulation Leggi tutto

