Engineering

Engineering

Building a Design Portfolio with Enhance — Begin Blog
Building a Design Portfolio with Enhance — Begin Blog
Cole goes on a deep dive through our new design portfolio example, and demonstrates how a little HTML and CSS can go a very long way in 2023.
·begin.com·
Building a Design Portfolio with Enhance — Begin Blog
JavaScript Gom Jabbar
JavaScript Gom Jabbar
What's inside that package.json? Pain.
·frantic.im·
JavaScript Gom Jabbar
CommonJS is hurting JavaScript
CommonJS is hurting JavaScript
How CommonJS became Node's module system, ESM solved modules for the browser, and why supporting both slows down the JavaScript ecosystem.
·deno.com·
CommonJS is hurting JavaScript
How to Write More Efficient JavaScript Conditions
How to Write More Efficient JavaScript Conditions
When you're coding in JavaScript, conditions are important for developing a functional application. Conditional statements are important because you use them as "validators" which can either return truth or false. You can then use them to trigger further actions within the program. But with many long, messy if statements
·freecodecamp.org·
How to Write More Efficient JavaScript Conditions
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
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]
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
A Primer on the Built-in Node.js Test Runner
A Primer on the Built-in Node.js Test Runner
A 5-minute primer on the built-in Node.js test runner. Learn how to structure your project, write tests, and run them.
·blog.endpts.io·
A Primer on the Built-in Node.js Test Runner
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
DVLA Software Developers: Behind the Screens - Department for Transport Careers
DVLA Software Developers: Behind the Screens - Department for Transport Careers
I’m Tom Collins and I am Principal Software Engineer at the Driver and Vehicle Licencing Agency. More specifically I work within Service Creation where we focus on digital product delivery across several major workstreams. A software developer is a multi-disciplined person who is capable of designing, developing, maintaining, updating, testing, and evaluating software systems and processes. You may […]
·careers.dft.gov.uk·
DVLA Software Developers: Behind the Screens - Department for Transport Careers
An introduction to @scope in CSS
An introduction to @scope in CSS
Style based on proximity and set a lower boundary for a selector.
·fullystacked.net·
An introduction to @scope in CSS
Theming
Theming
Use CSS Variables to customize the look and feel of your application.
·ui.shadcn.com·
Theming
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
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
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
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