
Thanks to the dev team behind react-native-skia, we can now use Skia in React Native applications to draw graphics and create UI concepts.

Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.

Use the FL Chart package in Flutter to build charts for gathering and displaying data in mobile apps.

Learn about discriminated union and intersection types in TypeScript and how you can implement them with this guide blog post.

Redux Toolkit eliminates many of the lingering critiques against using Redux for state management.

Build a Hacker News client that is responsive for mobile view, is server-side rendered, and supports pagination.

Add navigation drawers in Flutter, which are recommended to use when you have at least five webpages to navigate.

In this guide to the best TypeScript ORMs, consider the different reasons you may want to use one — and find the best one for your codebase.

What if GraphQL supported a set of generic error codes? Read about one engineer’s journey to implement them on his own GraphQL server.

Cloud storage service is designed for developers to easily store and serve user-generated content, which is stored in Google Cloud Storage buckets.

Safari and WebKit have long prevented developer from actually implementing modern features in apps and PWAs. Has 15.4 finally changed things?

Adding push notifications to a React Native app is easy using Firebase Cloud Messaging and the React Native Firebase package.