Engineering

Engineering

983 bookmarks
Custom sorting
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
The nine best recommendations in the new React docs
The nine best recommendations in the new React docs
The latest React docs include recommendations on how to write React code. Here are nine points that come up most about React code style to help you avoid difficult-to-diagnose bugs.
·blog.testdouble.com·
The nine best recommendations in the new React docs
A Journey Into Shaders
A Journey Into Shaders
I finally decided to learn shaders. If you're curious about what shaders are and how they work, this article is for you. We'll start with the basics and build a simple blob from scratch.
·mayerowitz.io·
A Journey Into Shaders
Use Abstraction to Improve Function Readability
Use Abstraction to Improve Function Readability
This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Testin...
·testing.googleblog.com·
Use Abstraction to Improve Function Readability
Hide Your Large JSON Files from The TypeScript Compiler
Hide Your Large JSON Files from The TypeScript Compiler
I spent some time at work looking into speeding up TypeScript type checking via tsc. One of the biggest wins I found was also one of the simplest to implement.
·blog.levineandrew.com·
Hide Your Large JSON Files from The TypeScript Compiler