Less is safer: how Obsidian reduces the risk of supply chain attacks
Supply chain attacks are malicious updates that sneak into open source code used by many apps. Here’s how we design Obsidian to ensure that the app is a secure and private environment for your thoughts.
kai-rin/your-form-submits-mid-japanese-input: A static site to link people to when their web form submits upon the user confirming their Japanese input.
A static site to link people to when their web form submits upon the user confirming their Japanese input. - kai-rin/your-form-submits-mid-japanese-input
Stop using .reverse().find(): meet findLast() - Matt Smith
Learn how Array.prototype.findLast() and findLastIndex() let you search JavaScript arrays from the end—no .reverse() required. Cleaner, safer, and perfect for UI logic.
Mastering NPX: A Cheatsheet for npm and Node.js Power Users
Explore unknown npx commands and tips to enhance your Node.js workflow. This cheatsheet covers everything from running packages without global installs to finding executable paths and using npx with specific Node versions.