Posts

Showing posts from November, 2025

Cloudinary React Player Private Video

Steps create cloudinary account upload video , mark it restricted  make video player https://www.youtube.com/watch?v=sNqfQZI9WdU  (details how make a react component) https://cloudinary.com/documentation/cloudinary_video_player#installation In index.html in < header > < link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cloudinary-video-player@3.4.2/dist/cld-video-player.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" / > in < body > add  < script src="https://cdn.jsdelivr.net/npm/cloudinary-video-player@3.4.2/dist/cld-video-player.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" >< / script > https://cloudinary.com/blog/ensuring-video-privacy-with-cloudinary Mark Them as Private Videos Copy link to this heading By marking your videos as private, you not only enjoy controlled access but can also prevent them from being indexed in search engine results, th...

React Basics

First Error npm start gave error got error 'sh: react-scripts: command not found' Second Error npm install Third Error npm start Could not find a required file.   Name: index.html   Searched in: /Users/lavnish/Documents/dev_projects/base44_vocab/public Fourth Error npm start Could not find a required file.   Name: index.js   Searched in: /Users/lavnish/Documents/dev_projects/base44_vocab/src Fifth Error Module not found: Error: Can't resolve '@/utils' in '/Users/lavnish/Documents/dev_projects/base44_vocab/src/components/layout'

S3 Pre Signed URLs

Image
https://www.youtube.com/watch?v=ITSFLfqWy8o since time expired

How to Make Consistent Characters With AI | Full Course (todo)

https://www.youtube.com/watch?v=ItJpzC5pOaI

JS Mastery App1

Image
https://www.youtube.com/watch?v=BTfcnxXevm0&t=1202s start from 23:00 There are different types of navigation like  stack based Tab navigation advanced file based routing (img below, including nested and dynamic routes) AppWrite for backend , use it to store user activity for any algo (like recommendation) to work WebStorm IDE is now free to create a react native app in expo ... run this command "npx create-expo-app@latest" 27:00 choose your configurations for expo and download it , start a local development server by  npx expo start Scan code and you should see the app running on your phone  tsconfig.json : type script config app.json : app config Till 30:00