Momtchil Momtchev·Jun 23, 2024The true cost of C++ exceptionsA rant about -fno-exceptions as an optimization techniqueA response icon4A response icon4
Momtchil Momtchev·Sep 10, 2023Debugging random memory corruption with ASAN in a Node.js addon on Windows with MSVCSince recently, MSVC has added built-in support for ASAN — a high-performance memory safety debugger developed by Google that is already…
Momtchil Momtchev·May 9, 2023Effortlessly porting a major C++ library to Node.js with SWIG Node-APIAn introduction for C++ engineers with previous binary Node.js addon experience to SWIG Node-API
Momtchil Momtchev·Apr 3, 2023Are Deep Neural Networks our first true breakthrough at reverse-engineering the human intelligence?(part of a series of a slightly philosophical stories by an AI dilettante)A response icon1A response icon1
Momtchil Momtchev·Apr 2, 2023Using numpy and pandas in Node.jsIf you are an exclusively-Node.js shop and you suddenly need that Python library which has no Node.js equivalent — then I have the…
Momtchil Momtchev·Apr 2, 2023Are we on the verge of a major social and technological change driven by AI?Even if I have been living under a rock for quite some time now, it has been absolutely impossible to not be aware that a new version of…A response icon1A response icon1
Momtchil Momtchev·Apr 2, 2023Bundling React Native for the Web with Webpack and TypeScriptRecently I decided to make a web demo for my React Native component for creating preferences screens:A response icon2A response icon2
Momtchil Momtchev·Feb 21, 2023Solve the missing .mvt/.pbf files problem when serving vector tiles from a standard HTTP serverCreate a small empty .pbf or empty .mvt file to avoid 404 client errors
Momtchil Momtchev·Jan 14, 2023C++ Class Inheritance with Node-API (and node-addon-api)Including deriving a C++ class from EventEmitterA response icon1A response icon1
Momtchil Momtchev·Mar 31, 2022Performance considerations when using and abusing functions in JavaScript/V8(even if there is no such thing as a free lunch, some meals are definitely cheaper than others)