Kumojin logo
  • Mar 30, 2022 • Camélie Groleau

    How to keep reactivity with a composable and a prop in Vue3

    You install Vue3 and you decide to use the composable and the composition api to be faster and follow good practice, but something seems wrong and the destructured constant from the composable doesn’t update when your prop update? I got you!

  • Oct 20, 2021 • Lukasz Kokot

    How to solve the node version mismatch issue with an environment composed of electron, sqlite and jest

    You added sqlite, better-sqlite3 or/and its helper better-sqlite3-helper to your electron app, and you can now nicely bundle a database into your app. Everything looks good… Except when you write integration tests for your SQL queries and you end up with a strange NODE_MODULE_VERSION error.

  • Oct 10, 2021 • Julien Maitrehenry

    How to make a performance testing on a socket.io server

    What you will learn? Use Artillery to make a performance test on a socket.io v3+ server.

  • Oct 4, 2021 • Lukasz Kokot

    How to force Go to use a different version of a derived dependency

    Suddenly, your CI pipeline starts failing because the dependency checker step fails on a CVE being detected in a derived package used by one of your dependencies. Is there a way in Go to change the version of the derived package?

  • Sep 28, 2021 • Xavier Balloy

    How to use Redux-Saga effects within a callback

    Because you can only add a yield expression in a generator body it can be tricky to use a callback-based library in your saga (a generator function).

Kumojin logo
SHAPING YOUR IDEAS IN THE CLOUD