blog.bhuvabhavik.comHow to Add a Modal Button to Display Customer Images and Reasons in Laravel Bootstrap TablesIn this tutorial, we'll implement a feature that allows administrators to view customer-uploaded images and reasons for return requests through a beautiful modal popup. This is perfect for e-commerce applications, support systems, or any application ...Sep 30, 2025·8 min read
blog.bhuvabhavik.com🚀 Fixing Java JDK Issues in Flutter & Android Studio on macOS (2025)🛑 Problem: • Android Studio was not detecting the correct Java version. • flutter doctor kept showing wrong Java version (JDK 21 instead of JDK 17). • Creating a new Flutter project resulted in a Java project instead of Flutter. • Setting Java manua...Mar 27, 2025·2 min read
bhuvabhavik.hashnode.devHow to use Vanta Effect in React AppEXAMPLE: Here we have used vanta dots in the main background and vanta trunk in in the image background. cdns required <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> <script src="https://cdnjs.cloudflare.c...Mar 10, 2025·2 min read
blog.bhuvabhavik.comHow to use effects from vanta jsEXAMPLE: Here we have used vanta dots in the main background and vanta trunk in in the image background. cdns required <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> <script src="https://cdnjs.cloudflare...Mar 10, 2025·2 min read
blog.bhuvabhavik.comSetting up your environment with Jest and React Testing Library, and configuring Babel and Parcel to work seamlessly together. 🧪Implementing a robust testing strategy is crucial for ensuring the reliability and maintainability of your React applications. This comprehensive guide will walk you through the various types of testing, setting up your environment with Jest and Reac...Jan 22, 2025·4 min read