What is the Coupling Pitfall and how to Avoid it?
How to avoid constant tests maintenance and regressions in your code? In this article, we will talk about a new term “the Coupling Pitfall”, what harm it is doing to your code, and a way to fix it.
Family, Code, Run
How to avoid constant tests maintenance and regressions in your code? In this article, we will talk about a new term “the Coupling Pitfall”, what harm it is doing to your code, and a way to fix it.
How can we profile and optimize our JavaScript code? How can we profile and optimize rendering in the browser? How does it all relate to the all-mighty Event Loop?
This year I participated in ConfrontJS 2022. ConfrontJS is a conference …
When it comes to testing, checking a single function is different from testing a complete application at once. It helps to understand the flaws in any units of the application and allows the developers to take appropriate steps.
How to create an Nx generator? How to use it in your Nx workspace? How we converted a workspace generator into a publishable library? And how can boring be good for you?
Nx is a powerful monorepo management tool. It …
What is the new standard to serve both an ECMAScript Module (ESM) as well as Commonjs in the same package? How to use it? And how to make Jest
and Playwright
to work with it?
When developing an npm package, …
Here are 6 practical lessons learned from a production incident, ui-test coverage (using playwright) and code review.
Today we had a small incident in production – one of my teammates found out a feature in one of our component doesn’t …
Here’s how to create an HTML for a specific or every entry file using Webpack and HTML Webpack Plugin. A really short explanation.
Webpack allows you to bundle your app from one or multiple files. …
Or: How to generate dynamic html tags inside lit-html templates? eval
is sometimes mixed up with evil
. We also hear sometimes that there are cases in which it is needed. This is one such case…
…Notice: this article is
This is my talk from nx conf 2021 on how to customize webpack config in an Nx workspace.
This video walks through a tutorial I’ve written about before on How to use custom webpack configuration in an Nx project. …
Setup a fully working fullstack express, react and react-native environment in 8 minutes. We will do it with Nx, express, react and react native.
Lately I’ve been part of the organizing team for the Vonage TLV hackathon. A member of …