alxolr

posts about software engineering craft

Blog posts, page 5

Articles 30 / 37

How to separate mocha tests in multiple files

How to separate mocha tests in multiple files

Sometimes our unit tests grow extremely large, so it is indispensable to separate them in multiple files to be able to maintain them properly learn how to do this in the next tutorial.

How to test locally AWS SQS queues in node.js

How to test locally AWS SQS queues in node.js

Recently got a particular task to mock amazon environment locally. The problem is if you want to test your application you need to connect to Amazon SQS.

My most effective improvement strategies

My most effective improvement strategies

In our world with enormous amount of data, we need some good strategies to force ourselves to learn.

The absolute beginner guide to unit testing in node.js

The absolute beginner guide to unit testing in node.js

We will unit test a super simple node.js module

Squeeze node.js performance with flame graphs

Squeeze node.js performance with flame graphs

We will investigate and optimize a node.js api using flame graphs, caching and request-batching techniques

Debugging tools and practices in node.js

Debugging tools and practices in node.js

In this blog post I want to share what I learn lately concerning debugging best practices, to build better bug nets.

Articles 30 / 37