ZeroBanana – Senior Engineers are Living in the Future
Engineering
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
How to make next-level Figma plugins: auth, routing, storage, and more—Martian Chronicles, Evil Martians’ team blog
Playbook, a platform for creators to store, organize, and collaborate with creative content, needed a Figma plugin to create a smoother experience for designers. Learn how we built them a full-featured frontend application-style Figma plugin, with storage, auth, routing, and more. Plus, get tool recommendations and other tips!
Tracking Errors in a Node.js Application | AppSignal Blog
Let's track errors in our Node.js application in a convenient, automated, and safe way.
(De)coding conventions
Hear from Mike Melanson on the history of TypeScript, Aaron Gustafson on AI's role in improving accessibility, and Kingsley Mkpandiok on the power of non-code contributions now on The ReadME Pr...
Wifi without internet on a Southwest flight
Building a toast component
Was Javascript really made in 10 days?
Challenging Established Norms: Making Component Fetching the Exception
Installing Zsh (and oh-my-zsh) in Windows Git Bash
I’ve recently started using Windows again. After a long time using a customised Zsh shell on macOS and Linux though, I’ve started to miss some of the small productivity boosts that Zsh plugins offered me. Of course, I could set up the shell as I want it under WSL, but WSL doesn’t always play nicely with Windows-native applications and tools. To remedy this, I looked into how I could set up Zsh to run instead of Bash in Git Bash.
Using zsh on Windows
Notes on setting up zsh shell on Windows Terminal
Beyond Browsers: The Longterm Future of JavaScript Standards
How the scope of ECMAScript is changing as JavaScript matures; and where the opportunities for adding new features are coming from.
Building Meta’s Threads App (Real-World Engineering Challenges)