[phind.com] is a coding assistant that works better than others that I’ve tried after a small amount of testing.
Category: Web Development
vue-mathjax
[vue-mathjax] is an excellent Vue2 library for displaying math formulas.
NPM & left-pad: Have We Forgotten How To Program?
WebHID
[WebHID] is upcoming support for interacting with HID devices from the browser.
How To Auto-Format Code In VS Code
JS: Binomial Distribution Function
[JS: Binomial Distribution Function] – This shows the binomcdf
function. You can calculate binompdf
with binomcdf(N, P, X) - binomcdf(N, P, X - 1)
.
Vue JS 2 Tutorial #27 – Slots
gif-encoder-2
How can I fix SharedArrayBuffer is not defined?
[How can I fix SharedArrayBuffer is not defined?]
Unfortunately, the latest Chrome update also broke Edge. At least this still works in Firefox. I posted the issue to alert other webdevs.
HTML Arrow Symbol, Arrow Entity and ASCII Arrow Character Code Reference
ES Modules in NodeJS and the Browser
Get started using Python for web development on Windows
Numbered Bookmarks for VS Code
[Numbered Bookmarks] is an essential extension for VS Code. Set bookmarks and recall to quickly move around your code.
CONTROL+SHIFT+NUMBER – Set a bookmark
CONTROL+NUMBER – Recall a bookmark
RecordRTC
[RecordRTC] is a WebRTC JavaScript Library for Audio+Video+Screen+Canvas (2D+3D animation) Recording.
Format JSON in VS Code
Cmd + Shift + P and then Format JSON
Bitbucket Browser
I customized the [Win32 sample WebView2Browser] to make a dedicated browser for Bitbucket. This is useful when you need two accounts logged in at the same time.
Original Repository: [WebView2Browser]
Custom Browser: [WV2_BitbucketBrowser]
WebView2 Browser – MS Teams
I customized the [Win32 sample WebView2Browser] to make a dedicated browser for MS Teams. This is better than using Electron Forge because it has the address bar, tabs, and browser controls.
Original Repository: [WebView2Browser]
Custom Browser: [WV2_MSTeamsBrowser]
Electron Forge – Getting Started
Overview
Electron Forge is an all-in-one tool for packaging and distributing Electron applications. It combines many single-purpose packages to create a full build pipeline that works out of the box, complete with code signing, installers, and artifact publishing. For advanced workflows, custom build logic can be added in the Forge lifecycle through its Plugin API. Custom build and storage targets can be handled by creating your own Makers and Publishers.
[Electron Forge – Getting Started]
npm init electron-app@latest my-app
Electron.js Quick Start
Math support in Markdown
Setting up vite, React, TypeScript, eslint, vitest, testing-library and react-router
Create a library using Vite lib mode
Vue.js v2.7.14
vitejs.dev
Sunsetting Atom
“We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022.”