A Memory-Friendly Way of Reading Files in Node.jsA Memory-Friendly Way of Reading Files in Node.js

A Memory-Friendly Way of Reading Files in Node.js

2021/01/04Medium
How to read gigabytes of data with a limited amount of memory. It's time to do some memory-aware programming.
How to use useEffect on server-side?How to use useEffect on server-side?

How to use useEffect on server-side?

2020/05/11Medium
What a bummer — useEffect does not work on the server-side 😱How to fetch and render data in React SSR application.
My approach to SSR and useEffectMy approach to SSR and useEffect

My approach to SSR and useEffect

2020/05/10DEV.TO
A custom SSE hook to fetch data server-side
Async iterators in JS - database iteration in NodeJSAsync iterators in JS - database iteration in NodeJS

Async iterators in JS - database iteration in NodeJS

2020/02/24DEV.TO
How to process entire database (MongoDB, Elasticsearch or PostgreSQL) using modern JavaScript tools. Should I use limit-offset, cursors or range query to get data from database? And why asynchronous iterators play well with database querying.
That's me
I’m Kasper . Here’s my GitHub and Linkedin