Pavel Saman·Sep 29, 2023ack = grep for programmersI’ve recently found ack which seems like an interesting tool that can, in some situations, save a bit of time.
Pavel Saman·Sep 3, 2023Quick Tip: refactoring.guruHere is a quick tip if you want to become a better coder.
Pavel Saman·Jan 19, 2023Postman — Covert String to base64Sometimes you need to get base64 encoded string inside Postman. Or decode a base64 encoded string.
Pavel Saman·Jan 18, 2023Get All NPM Scripts from package.jsonWhen working with package.json files, I often need to get all scripts to find the one I want to run.
Pavel Saman·Jan 2, 2023Send Mocha Test Result to New RelicI’ve talked about Mocha test results a few times — in Mocha JSON Report(er) and Cache Mocha Test Results And Run Only Failed Test Files On…
Pavel Saman·Dec 26, 2022Cache Mocha Test Results And Run Only Failed Test Files On Re-runsMocha can generate a JSON file with test results. It might be sometimes useful to find all failed test files, e.g. when I want to re-run…
Pavel Saman·Dec 25, 2022Keep Git Authors in Order With GitmailmapGitmailmap is a good way to keep the git authors in order.
Pavel Saman·Dec 24, 2022Channel Notifications Are Not Always UsefulI see a lot of content online about creating channel notification about the results of automated checks.A response icon1A response icon1