Engineering

Engineering

1020 bookmarks
Custom sorting
SharedWorker - Web APIs | MDN
SharedWorker - Web APIs | MDN
The SharedWorker interface represents a specific kind of worker that can be accessed from several browsing contexts, such as several windows, iframes or even workers. They implement an interface different than dedicated workers and have a different global scope, SharedWorkerGlobalScope.
·developer.mozilla.org·
SharedWorker - Web APIs | MDN
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
If you know about WebAssembly or Wasm, you might have heard a few different pitches for why you need it: It’s a low level language for the web. So, it’s faster than JS. Use it to speed up things. It’s a build target. As such, it enables you to use languages other than JS on the web. You could write a web library in Rust or Go! You actually don’t use it on the web, but on the backend!
·zksecurity.xyz·
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
WebContainer API Docs
WebContainer API Docs
Build the future of web based coding experiences, from interactive tutorials to instant production-ready dev environments.
·webcontainers.io·
WebContainer API Docs
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
Discover how to create a fully type-safe pnpm monorepo using NestJS and NextJS. This comprehensive tutorial covers the integration of tRPC as the API layer, providing end-to-end type safety for your full-stack TypeScript application.
·tomray.dev·
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
Using useMutation to make an advanced toggle in React
Using useMutation to make an advanced toggle in React
Recently, we were adding some new functionality to our dashboard, and we wanted an experience like this: The basic features are: * The toggle should make an external request when clicked to change the setting * While the request is being made, a loading spinner should appear next to the toggle * If
·propelauth.com·
Using useMutation to make an advanced toggle in React
JavaScript Macros in Bun
JavaScript Macros in Bun
Call JavaScript functions at bundle-time and inline results into the AST
·bun.sh·
JavaScript Macros in Bun
Mock JSON API endpoints for Testing
Mock JSON API endpoints for Testing
So, imagine a scenario where you’re working on a project that has its front end (or a mobile app) ready to consume data from the backend. But, the backend is not ready yet. How would you test your front end in this case?
·amitmerchant.com·
Mock JSON API endpoints for Testing
Gazoo.vrv
Gazoo.vrv
Don Williamson, Consultant Game Technology Programmer/Director of Celtoys
·donw.io·
Gazoo.vrv
Coding is Not Computer Science – r y x, r
Coding is Not Computer Science – r y x, r
Coding is computer science in the same way that buying something at the store is economics, or talking to your neighbor is sociology. Buying a widget at the store is governed by dynamics described …
·ryxcommar.com·
Coding is Not Computer Science – r y x, r
Programming is Writing is Programming
Programming is Writing is Programming
Do you know that joke about two little fishes that swim into an older fish? He asks the young fishes how the water is, and they respond: “what’s water?”. The little fishes live an…
·felienne.com·
Programming is Writing is Programming
No more 404
No more 404
As with any ageing blog, _some_ of my outbound links are hitting either 404s or domains that are no longer active. It's understandable given that my blog is ar…
·remysharp.com·
No more 404
Tao of React - Software Design, Architecture & Best Practices
Tao of React - Software Design, Architecture & Best Practices
I’ve been working with React since 2016 and still there isn’t a single best practice when it comes to application structure and design. While there are best…
·alexkondov.com·
Tao of React - Software Design, Architecture & Best Practices
MediaSession - Web APIs | MDN
MediaSession - Web APIs | MDN
The MediaSession interface of the Media Session API allows a web page to provide custom behaviors for standard media playback interactions, and to report metadata that can be sent by the user agent to the device or operating system for presentation in standardized user interface elements.
·developer.mozilla.org·
MediaSession - Web APIs | MDN
A language to specify Platform Architecture
A language to specify Platform Architecture
Software isn’t hardware. While it takes time to build, assemble and ship a hardware product, software can literally be built, assembled and…
·benkku.medium.com·
A language to specify Platform Architecture
Upgrading: Codemods | Next.js
Upgrading: Codemods | Next.js
Use codemods to upgrade your Next.js codebase when new features are released.
·nextjs.org·
Upgrading: Codemods | Next.js
Goodbye, Node.js Buffer
Goodbye, Node.js Buffer
It's time to move from Buffer to Uint8Array.
·sindresorhus.com·
Goodbye, Node.js Buffer