Simple Json Tree Viewer. Put your JSON and it will be parsed to presentable tree with easy search! The information doesn’t send to the backend, all parsing on the browser side.
Continue readingMonth: February 2019
NodeJS – Heap out of memory
Sometimes, when you work with a lot of data you can get the error:
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory . It happening because of default limit for heap in NodeJS (~ 1.5 GB).
Length of text online
It’s just a simple script for getting text length using Javascript.
Doesn’t send any data to the server side!
Continue reading