DEV Community

Nik profile picture

Nik

Software engineer at Meta, WhatsApp Interested in architecture, infra, and performance. Full name is Nikita Mostovoy

Education

Master at Computer Science

Work

Software engineer at Meta

JS Promises #3: Garbage collection and memory leaks

JS Promises #3: Garbage collection and memory leaks

25
Comments
4 min read
JavaScript memory management 101: Strong and Weak refs, FinalizationRegistry

JavaScript memory management 101: Strong and Weak refs, FinalizationRegistry

11
Comments
8 min read
JS Promises #2: how to get current promise status and build your own promise queue?

JS Promises #2: how to get current promise status and build your own promise queue?

12
Comments 1
4 min read
JavaScript Promises #1: how promises work

JavaScript Promises #1: how promises work

18
Comments 1
5 min read
Hitchhiker's guide to frontend performance optimization. Part 1. Critical render path

Hitchhiker's guide to frontend performance optimization. Part 1. Critical render path

37
Comments
16 min read
Dealing with callbacks as props in React

Dealing with callbacks as props in React

84
Comments 3
8 min read
loading...