#javascript
Getting rid of Lerna
A story about how and why we got rid of Lerna for package management in the Notesnook monorepo.Abdullah AttaJuly 18, 2023
Using React Native Skia to Build a 60 FPS Free-hand Drawing App
Let's explore @spotify/react-native-skia by building a fully native, 60 FPS, free-hand drawing app that allows us to change stroke color, width & export the drawing as an SVG file.Ammar AhmedMarch 22, 2022
Using Javascript to Render Invalid HTML
HTML is an extremely flexible markup language but that doesn't mean there are no rules. Over the course of many years, browser engines became quite resilient to malformed HTML. But they weren't ready for Javascript.Abdullah AttaMay 24, 2022