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.
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.
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!
A modal bottom sheet slides up from the bottom of a screen to display extra content or longer descriptions within a mobile application.
Learn how to troubleshoot bugs in a Next.js app with ESlint — a useful tool that enforces code styles and keeps your code clean.
Learn how to integrate MongoDB into Go applications using the official MongoDB Go driver, which also supports working with Go structs.
This demonstration shows how to upload images from a React Native app to a Laravel API in a few quick and easy steps.
In this React Transition Group tutorial, learn how to use the CSSTransition and TransitionGroup components in your React app to improve UX.
Dockerizing your app can provide many deployment benefits. In this guide, learn how to use Docker to containerize your Go apps.
Bootstrap is known for its responsiveness, whereas proponents of Tailwind CSS typically value the framework’s customizability. Learn why Tailwind CSS is gaining popularity.