Artem Zakharchenko

Artem Zakharchenko @kettanaito

About: JavaScript engineer, passionate about open source, UI, and modern web development.

Location:
Europe
Joined:
Nov 11, 2019

Artem Zakharchenko
articles - 7 total

Mock Service Worker adopts a brand-new request interception algorithm for Node.js.

Preface One of the most prominent features of Mock Service Worker has always been the way...

Learn More 22 1Feb 21 '22

One Thing That May Ruin The New God of War Game

With the PlayStation Showcase 2021 behind our backs, I, just as many others, was excited to finally...

Learn More 10 4Sep 11 '21

Spawn an HTTP server from your Mock Service Worker request handlers.

When Mock Service Worker was released, it had a clear mission to enable API mocking without the need...

Learn More 74 6Jul 23 '21

Announcing "@mswjs/data"—data modeling library for testing JavaScript applications

Introduction It's been more than a year since Mock Service Worker (MSW) began to appear in...

Learn More 50 5Apr 12 '21

API Mocking Strategies for JavaScript Applications

API mocking is easily the most common kind of mocking in JavaScript (apart from the mocking about how...

Learn More 38 4Mar 16 '21

Type-safe API mocking with Mock Service Worker and TypeScript

NOTE: This article is about MSW v1. We released MSW v2, which brings improvements to type-safety...

Learn More 63 8Feb 28 '21

When should I (not) use mocks in testing?

What is "mocking"? Mocking in programming refers to an action of substituting a part of th...

Learn More 49 10Nov 24 '20