Enzyme js

https://enzymejs.github.io/enzyme/ Enzyme is a JavaScript Testing utility for React that makes it easier to test your React Components’ output. You can also manipulate, traverse, and in some ways simulate runtime given the output. Enzyme’s API is meant to be intuitive and flexible by mimicking jQuery’s API for DOM manipulation and Leggi tutto

hapi.dev

https://hapi.dev Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality Alternative to Expressjs

Sentry.io

https://sentry.io Sentry’s platform helps developers diagnose, fix, and optimize the performance of their code. Each day, we process billions of exceptions and transactions from some of the most popular products on the internet. Sentry automates exception handling and performance monitoring for nearly all programming languages and platforms so you can Leggi tutto

Datadog

https://www.datadoghq.com Datadog is the monitoring, security and analytics platform for developers, IT operations teams, security engineers and business users in the cloud age. The SaaS platform integrates and automates infrastructure monitoring, application performance monitoring and log management to provide unified, real-time observability of our customers’ entire technology stack. Datadog is Leggi tutto

TypeORM

https://typeorm.io/#/ TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop Leggi tutto

Glossario

End-to-End (E2E) Testing End-to-end testing is a technique that tests the entire software product from beginning to end to ensure the application flow behaves as expected. It defines the product’s system dependencies and ensures all integrated pieces work together as expected. End-to-end testing versus system testing Comparing end-to-end testing and Leggi tutto