Bitly and Cuttly are incredibly popular URL shorteners. Learn how to build a similar URL shortener API service with Node.js.
pointerEvents
in React NativeIn this article, we will look at how to use React Native pointerEvents
to help determine how a View
interacts with touch events.
Discover how Hive compares to other Flutter app database options in terms of speed and functionality.
Let’s explore the benefits of using simulation vs. real device testing for Flutter apps and consider which will best suit your needs.
Typically, NestedScrollView is used with a SliverAppBar that has a TabBar in the header and a TabView in the body.
Build a Flutter photo gallery app with a homepage and bottom navigation bar using the image_editor package.
Learn how to integrate notification badge components into a React Native project and explore how badges improve UX and drive engagement.
Learn how to use and implement several design patterns in TypeScript and Node, including singleton and abstract factory.
Learn how to use BlurHash to generate placeholder images for a Next.js application for improved app performance and user experience.
As a web developer, I routinely have to deal with resource allocation, which is a very similar concept to file locking.
Use CustomScrollView and Slivers to create a scrolling screen with multiple scrollable components scrolling horizontally and vertically.
Learn how to customize and use a React Native activity indicator to fit into any app and ways to display customized cross-platform activity indicators with several third-party libraries and inbuilt APIs!