Learn about five web performance APIs, which have full browser support and offer many ways for you to measure your apps’ performance.
Outstatic is a relatively new static CMS for Next.js applications. Let’s learn what makes it promising and how to use it in our projects.
Learn how to use result builders in Swift, including advanced functions like buildOptional, buildArray, and buildExpression.
Explore the importance of unit testing in Node.js apps by building a demo app and testing it using Mocha, Chai, and Sinon.
Learn how to render HTML to React Native using the react-native-render-html
library instead of having to rewrite code for target platforms.
React Router’s v6.4 was a minor release earlier in 2022 that introduced some groundbreaking changes for the react-router-dom package.
Explore the main features of six Rust HTTP clients, including reqwest and libcurl, and how to make GET and POST requests with each.
Phero is another TypeScript framework for building type-safe backend APIs for full-stack apps. Learn how to build with and migrate to it.
Partial hydration enables you to selectively add interactivity to your otherwise completely static app, improving frontend performance while still keeping the benefits of client-side apps.
We’ll talk about how to set up a Next.js project, data fetching from an API endpoint with getStaticProps method, and implementing pagination.
In this post, we’ll use Shopify Hydrogen and Shopify’s Storefront API to build a dynamic, highly performant shopping experience.
Let’s explore how to use Android’s Kotlin Playground to test advanced coroutines and discuss some strategies to improve testing.