Publishing React App on Google Play Store - Trusted Web Activity (TWA) Basic Guide - DEV Community 👩💻👨💻
Engineering
A guide to testing Hooks for avid React developers
From 1 to 10,000 test cases in under an hour: A beginner's guide to property-based testing - DEV Community 👩💻👨💻
How To Create A Headless WordPress Site On The JAMstack — Smashing Magazine
DevOps vs Agile: What's the difference? | Opensource.com
Git Concepts I Wish I Knew Years Ago - DEV Community 👩💻👨💻
The Beginner's Guide to React Testing - Max Rozen
Why would anyone need JavaScript generator functions?
Temporal API: JavaScript Dates, but Better
4 Required Tests Before Shipping New Features | Stephanie Eckles
How to shuffle songs? - Spotify Engineering
ZeroBanana – Senior Engineers are Living in the Future
A little semantic HTML trick for React components — Queen Raae
Building Modern HTML Emails - Online Workshops
How Trying New Programming Languages Helped Me Grow as a Software Engineer
Diagnosing React Native crashes - LogRocket Blog
In this post, learn how to diagnose and resolve the root causes of your errors when your React Native Android app keeps stopping.
Using Next.js Route Handlers - LogRocket Blog
In this article, we'll discuss Route Handlers in Next.js v13.2, the new features, and the Remix routing system.
Modals Will Never Be The Same - HTML dialog Element
The new HTML dialog element makes working with accessible modals so much easier. In this article I explain everything you need to know about the new dialog element to use it in your next project.
How I’ve Shifted My Angular App to a Standalone Components Approach
The standalone components concept was introduced with Angular v14 as an experimental feature, which was announced as optional, easily…
Web Apps on macOS Sonoma 14 Beta
The personal blog of Thomas Steiner
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.
npm, yarn and pnpm are now supported natively in WebContainers
We have shipped native support for npm and with that, WebContainers now support all major package managers.
Processing images with sharp in Node.js - LogRocket Blog
sharp is a high-performance image processing module for Node.js. Learn how to use sharp for UGC management.
WebRTC in a nutshell
Migrations: Refactoring for Your System
Some observations, principles and best practices for large, first-party software migrations
Evolutionary progress with import maps - iJS Blog
Module federation greatly simplifies the implementation of microfrontends. However, it is — to some extent — linked to webpack. This is not a major issue in the short term, and possibly also in the medium term, because webpack is currently the most popular build tool for web technologies, with over 20 million downloads.
Clean Frontend Architecture
An overview of some of the principles associated with a clean frontend architecture (SOLID, KISS, DRY, and more).
Escaping from legacy world
Dave Perry, DVLA's Chief Technology Officer, spoke recently at the Public Sector Show about culture change. Here he tells us more about his day.
Blogged Answers: My Experience Modernizing Packages to ESM
Details on the painful experiences and hard-earned lessons I've learned migrating the Redux packages to ESM
FIFO queues are all you need for cache eviction