Tech

Laravel; How to pull existing records on select change event using session type and date passed to dynamic web route in Laravel?

Welcome to Post, Lets learn how to do the thing in the question, assuming you have basic or advance knowledge…

2 years ago

Quick Things Learned about React JS HOOKS in details with the help of AI ChatGPT for Interview Preparations 2023

Hello, welcome to this precious post on learning of most advance and interview questioned ReactJS Hooks Topics covered to be…

2 years ago

How to build Android APK/apk from command line interface on windows/mac?

Hello, If you are looking for, to build or generate the android apk file (in your capacitor project) directly from…

2 years ago

What does this actually means: Warning: The signer’s certificate is self-signed. POSIX file permission and/or symlink attributes detected.

If you encounter this warning message on CLI What does this actually means: Warning: The signer's certificate is self-signed. POSIX…

2 years ago

Function getStaticPaths, How to create paths in getStaticProps function If you have no access to create paths in getStaticPaths, NEXTJS

Hello, Hope this is very interesting question of scenario you might be facing to solve with next js and when…

2 years ago

What is forwardRef and how its helps in react?

Hello, lets quickly take a review on React forwardRef, what it in actual, In React, the forwardRef function is a…

2 years ago

How to fix nextjs appending http://localhost:3000/_next/image? to the image srcset how to remove for production build for images?

Hello, Welcome to the question and for the search, facing this issue? lets quickly see how we can fix this,…

2 years ago

How to sync generated next.js out folder build to android/android studio in capacitor?

Hello, Welcome to the feel and question. Here is a quick way do it out! Build the Next.js project: Run…

2 years ago

Laravel getting error: Target class [App\Http\Controllers\GurbaniReadingController::class] does not exist. But file already exists!!

Hello Guys, Facing this issue and struggling to find the cause?, okay then lets direct jump in to the fix…

2 years ago

How to fix Uncaught TypeError: Cannot assign to read only property ‘0’ of object occurring in JavaScript?

Hello, This type error mostly get in scenario when you try to sort the readyonly data array. For me this…

2 years ago