New Version of React Native for Windows

Microsoft has announced version 0.64 of React Native for Windows, its open source project for React Native developers wanting to target Windows. Among the new features is easier opt-in for Facebook’s JavaScript engine Hermes. … more Read More

VS Code node:console Fix

I’ve been using Microsoft’s Visual Studio Code text editor for years with great success. The app has always been stable, flexible, and the best compliment I can give it: an afterthought. Recently, however, every time I added a console.log to a JavaScript … more Read More

Echo JS

Open-Source Food Delivery and Local Shopping Platform Stop Comparing Flutter’s Current Stage With Other Matured Frameworks Have We Lost The Privacy Battle To Supercookies? Queue Perfomance in JavaScript Idle game in ~200 line of pure JS Import Cloudformation outputs – new Tool LeetHub – Automatically sync your code b/w Leetcode Read more…

How MDN’s site-search works

tl;dr; Periodically, the whole of MDN is built, by our Node code, in a GitHub Action. A Python script bulk-publishes this to Elasticsearch. Our Django server queries the same Elasticsearch via /api/v1/search . The site-search page is a static single-page … more Read More

Why I Prefer Makefiles Over package.json Scripts

On any moderately-sized Node.js project you’ve likely already outgrown the package.json “scripts” section. But because the growth was gradual, with no single acute pain point, you might not have noticed. There’s a better way. What Are NPM Scripts? In … more Read More