Self-signed certificate for local development (OpenSSL, JavaScript)
Learn how to create self-signed certificates for local development using OpenSSL and JavaScript (Node.js). Mirror your production environment closely to test critical features like authentication, secure cookies, service workers, PWAs, and the Geolocation…
Read more »1-based array for JavaScript/TS
A correct and based array implementation. 1-based indexing. obviously. 😎 – lbennett-stacki/based-array…
Read more »JavaScript Security Cookbook
Contribute to rajamsrgit/JavaScriptSecurityCookbook development by creating an account on GitHub.
Read more »JavaScript for Loop over Properties in an Object
Today at work I was tasked with iterating over a JavaScript (TypeScript) object to find a particular property or key nested somewhere within the object. The tricky part is the object can have infinite nesting, so we don’t know how deep we need to dig to f…
Read more »JavaScript Execution Contexts Explained [video]
Learn how JavaScript handles code execution through execution contexts and environment records, including features like hoisting, the scope chain, and closur…
Read more »Psql-describe: \d ported to JavaScript
psql’s \d (describe) family of commands ported to JavaScript – neondatabase/psql-describe…
Read more »Litecanvas: JavaScript canvas engine suitable for small games
Lightweight HTML5 canvas engine suitable for small games and animations. – litecanvas/game-engine…
Read more »Stupid simple error ignoring in JavaScript
Catch errors and return a fallback instead. Latest version: 0.0.2, last published: 4 days ago. Start using catches in your project by running `npm i catches`. There are no other projects in the npm registry using catches.
Read more »Knip: Find unused files, dependencies and exports (JavaScript, TypeScript)
✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it! – webpro/knip…
Read more »