1. Cmd+Shift+A ( Find Action ) opens Terminal with some weird error in Intellij product

    As someone who uses Jetbrains products a lot, it can be really annoying when I try to use the "Cmd + Shift + A" shortcut to open the "Find Action" menu and a random terminal window pops up with some gibberish error message. Every time I get a…

    on jetbrains find_action terminal shortkut

  2. Running Jest tests in parallel in Gitlab with multiple jobs

    I've been working a lot lately with Jest tests. Some projects had 1k+ of Jest unit tests. Another project was using Jest for running integration and E2E tests. In both cases we wanted to get feedback on CI as fast as possible. Our initial solution was following: Split tests into…

    on gitlab jest parallel ci

  3. Fixing "The following signatures couldn't be verified because the public key is not available: NO_PUBKEY: %s" error

    I was recently trying to build an old Docker container for one of our projects and I faced this error: #7 10.88 W: GPG error: http://apt.datad0g.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY {{key}} #7 10.…

    on docker debian keyserver

  4. How to use your crypto.com card with Apple/Google/Samsung pay and get cashback everytime

    I'm a big fan of cashback. I really like how it works in Ukraine with Monobank and I do like the credit card system in US where you can jump from one card to another depending on cashback value. It's like a treasure hunt in a way :) Well, it appears…

    on crypto.com curve cashback

  5. Gitlab v14 introduces a breaking change to secrets detection job

    Recently we started to get a pipeline failure in Gitlab for one of our projects. The issues was : jobs secret detection default branch config should implement a script: or a trigger: keyword In this project we were using Gitlab Secrets Detection jobs templates like this : include: - template: Security/SAST.…

    on gitlab secret detection 14

  6. Fixing next.js export path to assets issue

    Recenlty I had to create a simple report page for one of the tools I built and this page had to be fully static, but reading from a JSON file that I would add to it. I'm not a big specialist in Front End and CSS, but I decided to…

    on nextjs react static fix