When to use CQRS?!
The CQRS architectural pattern is becoming increasingly suitable for the masses. However, developers can hardly estimate whether it is worth the effort. I'm here to help!
Read More
Stay up to date with Node.js - Week #25: Node v10.5.0 Released; How to make CLI apps with Node; Javascript Engine V8 release v6.8; & more...
Read More
This presentation helps you to avoid the most common DevOps mistakes that Node.js developers face.
Read More
We interviewed Kristo Kaiv, the head of architecture at Pipedrive. We discussed languages, databases, monitoring, testing & their current scaling problems.
Read More
CQRS suggests an application structure that differs significantly from the approach commonly used in legacy apps. How can the 2 worlds still be integrated?
Read More
The CQRS architectural pattern is becoming increasingly suitable for the masses. However, developers can hardly estimate whether it is worth the effort. I'm here to help!
Read More
We interviewed Angel Cereijo and Roberto Ansuini from Fintonic to figure out how they built their backend using Node.js & Kubernetes, and MongoDB.
Read More
To decide when event sourcing or CRUD is the more appropriate approach, it's advisable to clarify first of all what exactly event sourcing is and what's not
Read More
We interviewed Patrick Kua, the CTO of N26, Microservices expert who leads the tech team for a modern banking company with more than 700.000 users.
Read More
Forget the action hell in Redux! Just dispatch reducers by using Repatch.
Read More
Learn about the challenges of creating a customizable MIDI controller with modern language tools like module bundler, static type checker, ES6 & so on..
Read More
Danny walkes us through hacking a vulnerable Node.js application, as well as looking in-depth into three different vulnerabilities in popular npm packages.
Read More
Node.js Streams come with a great power. This post walks you through the theory, and teaches how to use object stream transformables, just like Gulp does.
Read More
A while ago I had an idea about a Node.js IoT project: Creating a home discovery rover to experiment a little bit with LEGO, Bluetooth & Raspberry Pi.
Read More
Let's create a Docker Swarm cluster from the command line, and deploy multiple services while introducing application and message-based load balancing.
Read More
This article focuses on building a simple Node.js microservice and packaging it in a Docker container - then hosting the container on AWS.
Read More