liron.hashnode.devMonitor your app bundle size with BundleMon and GitHub actionsYour goal is to keep your bundle size as small as possible to reduce the amount of time it takes for users to load your website/application. This is particularly important for users on low bandwidth connections. BundleMon helps you achieve that by co...Feb 5, 2021·3 min read
liron.hashnode.devDelete expired documents automatically with MongoDB (TTL index)Recently I needed to delete some documents that I save in MongoDB after some time. I can think of a few examples why we would want to delete data after some time: logs / events api keys / access tokens non-active users etc We could do it by running...Oct 27, 2020·2 min read
liron.hashnode.devCypress HTML reports with screenshots made easyTL;DR install cypress-mochawesome-reporter to easily generate Cypress HTML report with screenshots attached to failed tests. 28 March 2021: Post updated to the latest (v2) cypress-mochawesome-reporter version The problem If you ran Cypress with cypr...Apr 23, 2020·1 min read