A blog about agile things and programming - om smidiga grejer och kodrader.
Read more »
My journey with JavaScript started way back in 1997 with Netscape Navigator 3. Back then you couldn’t do much with it. The coolest use of JavaScript was to create mouseovers. At the time, that was… (more…)
Read more »
Today I talk with you about how to deploy with pm2 a simple example for a node.js app, but you can use it to deploy react, vue or other JS apps. (more…)
Read more »
Array.map() is a very useful function but unfortunately it only works with synchronous functions. A simple workaround to run async map… (more…)
Read more »
As programs become large, their complexity also grows. Bugs become harder to track down, mistakes easier to make. What if we could make small parts of our application more predictable? What if we could start to create fewer places where bugs originate? By... (more…)
Read more »