Engineering

Engineering

1002 bookmarks
Custom sorting
A Well-Known Links Resource
A Well-Known Links Resource
Writing about the big beautiful mess that is making things for the world wide web.
·blog.jim-nielsen.com·
A Well-Known Links Resource
So you want to build end-to-end tests like a QA Wolf | QA Wolf
So you want to build end-to-end tests like a QA Wolf | QA Wolf
A well-built test suite runs faster, gives more reliable results, and makes long-term maintenance easier and cheaper. After thousands and thousands of end-to-end tests, we've picked up a few tricks to build fast, stable, and accurate ones. So come along and we'll teach you how to build automated tests the QA Wolf way.
·qawolf.com·
So you want to build end-to-end tests like a QA Wolf | QA Wolf
Bloom Filters Explained
Bloom Filters Explained
probabilistic data structure to check membership of an item in constant time and space
·systemdesign.one·
Bloom Filters Explained
All JavaScript and TypeScript Features of the last 3 years
All JavaScript and TypeScript Features of the last 3 years
This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript.
·betterprogramming.pub·
All JavaScript and TypeScript Features of the last 3 years
Faker.js UI
Faker.js UI
Use Faker.js UI to easiliy generate fake (but realistic) data for testing and development using Faker.js
·app.fakerjsui.com·
Faker.js UI
How to evaluate dependencies
How to evaluate dependencies
One of my stock interview questions goes: "When picking between dependencies to use in production, what factors contribute to your decision?" I'm surprised by how often I receive an answer along the lines of "Github stars" and not much else. I happen to think Github stars is a terrible metric for selecting production code, so this post sets out my idea of a healthier framework to evaluate dependencies.
·philbooth.me·
How to evaluate dependencies
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