11 Stories by Chiamaka Umeh
Hocus provides a self-hosted alternative to other platforms like Gitpod and GitHub Codespaces.
Rotating text in CSS is useful when formatting languages comprised of vertical characters, or when adding text to graphics like maps and charts.
Explore the use cases, syntax, and a few code examples of three underrated React Hooks, useImperativeHandle, useLayoutEffect, and useDebugValue.
With NFC tags, you can easily transfer small amounts of information, like app URLs, encrypted bank accounts, and more.
Even when we leave our app and come back later, Redux Persist fetches the data from AsyncStorage and initializes the Redux store with it.
Review Socket, Node-Secure CLI, and N|Solid, three open source tools for running reports on the security of the transitive and direct dependencies in your project....
React Query makes it easy to fetch, cache, sync, and update server state in React applications. Learn how to implement pagination and infinite scroll...
Cloud storage service is designed for developers to easily store and serve user-generated content, which is stored in Google Cloud Storage buckets.
Explore how Rematch works, elaborate on its features, then build a simple to-do application to demonstrate how to use Rematch.
State updates in React are asynchronous; when an update is requested, there is no guarantee that the updates will be made immediately.
A resource rendered in an iframe functions independently of the parent component and therefore is not affected by the parent component’s CSS or JavaScript....