Learn about the new CSS @scope feature coming in Chrome 118, which may potentially replace BEM with a cleaner, more ergonomic syntax.
Use Remotion’s new Studio, which adds powerful new features to render videos faster and lets you make changes programmatically in a great UI.
Explore Snorlax, an open source file management system, and walk through building a React application that connects to a Snorlax server.
Learn how to get started with Kobalte, a SolidJS library that offers common prebuilt components that meet ARIA standards.
The developer experience for Next.js vs. React is similar in some ways and drastically different in others.
Introduce act in a sample project, install it, and then cover the different ways that act can improve your experience building and testing GitHub Actions.
Testing allows you to verify that changes to a project don’t break its expected behavior. We demo running unit and integration tests in a Node.js application with Express using Mocha, Chai, and Sinon.
As a web developer, I routinely have to deal with resource allocation, which is a very similar concept to file locking.
Explore React Suspense and React Freeze, which builds on the ideas behind React Suspense to freeze component rendering and give you more control of your UI.
Compare the performance, features, and capabilities of JavaScript and PHP in 2021 for a better sense of what makes PHP less popular.
Explore three options for implementing PWAs using Svelte, SvelteKit, and Sapper. Examine the fundamental features of PWAs, including service workers and web manifests.
Nx is a build tool that automates many of the necessary steps in building applications and includes features like dependency graph generation.