17 Stories by Andrew Evans
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...
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...
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...
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.
Font Awesome is a great add-on for showing icons on social media platforms that you can easily install into your React project.
This post introduces Microsoft's Fluid Framework and walks through a sample application to show how it can be integrated into projects.