MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Mmomtchev.medium.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Mmomtchev.medium.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Mmomtchev.medium.com most likely does not offer any adult content.
Popular pages
-
C++ Class Inheritance with Node-API (and node-addon-api) | by Momtchil Momtchev | Medium
During the last few years most major Node.js addons switched from the older NAN (Native Abstractions for Node.js) to the newer Node-API. It offers numerous advantages: fully compatible binary ABI…
-
Updating a DOM tree with 110k nodes while scrolling with animated SVGs | by Momtchil Momtchev
About an year ago I set to remake the profile page on my soaring weather website. That page is a very good exercise in data visualization and web page performance, so I decided to share some of the…
-
Effortlessly porting a major C++ library to Node.js with SWIG Node-API | by Momtchil Momtchev
(this tutorial will continuously evolve to match SWIG Node-API, the current version is from September 9th 2023 and includes asynchronous execution and TypeScript which still haven’t been merged to…
-
Parallelizing download loops in JS with async-await-queue | by Momtchil Momtchev | Medium
How many times you have been confronted with the classical problem of parallelizing download loops in crawlers and scrapers But what if you have thousands of URLs? This would take ages as each…
-
Bundling React Native for the Web with Webpack and TypeScript | by Momtchil Momtchev | Medium
Recently I decided to make a web demo for my React Native component for creating preferences screens: I, like many other people, was under the impression that React Native applications could easily…
-
Debugging random memory corruption with ASAN in a Node.js addon on Windows with MSVC | by Momtchil
Since recently, MSVC has added built-in support for ASAN — a high-performance memory safety debugger developed by Google that is already included in clang (its original host) and g++. Using it is as…