-
AWS – AWS Kinesis Data Streams
-

AWS – How To Redeploy React JS Changes ?
GenAI – How To Redeploy React JS Changes ? Table Of Contents: Step By Step Process Of Redeploying React JS Changes. Step 1: Build the React App on Local Machine npm run build This generates a fresh /build folder with all updated static files. Step 2: Connect to Your EC2 / VM Use VS Code Remote SSH, or terminal: ssh ubuntu@<your-server-ip> Step 3: Remove Existing Old Files on Server sudo rm -rf /var/www/html/* Step 4: Upload New build Folder to Server sudo cp -r /home/Subrat/build/* /var/www/html/ Step 5: Confirm Upload ls -l /var/www/html/ Ensure you see files like index.html, static/,
-

AWS – How To Deploy A Python API On An AWS EC2 Instance?
GenAI – How To Deploy A Python API On An AWS EC2 Instance? Table Of Contents: Introduction. Steps To Host React JS App In AWS. (1) Introduction Step-1: Connect to the EC2 Instance Step-2: Navigate To The Project Directory. Move to the directory where your Python API code is located: cd Rahul_R Step-3: Activate The Created Environment Where Your Dependencies Are Installed. Activate the Conda environment where all dependencies are installed: conda activate smart_search_env Step-4: Run the API in the Background Using ‘nohup’ Use nohup to run the API scripts in the background even after the terminal is closed. Redirect
-

GenAI – Graph Based Symantec Linking ?
GenAI – Graph Based Symantec Linking Table Of Contents: What Is Graph Based Symantec Linking ? Why To Use Graph Based Symantec Linking ? Intuition Behind Graph Based Symantec Linking . How Graph Based Symantec Linking Works ? Real World Use Cases Of Graph Based Symantec Linking. (1) What Is Graph Based Symantec Linking ? (2) Why To Use Graph Based Symantec Linking ? (3) Intuition Behind Graph Based Symantec Linking . (4) How Graph Based Symantec Linking Works ? (5) Real World Use Cases Of Graph Based Symantec Linking.
-

Probability – What Is Expected Value ?
GenAI – What Is Expected Value ? Table Of Contents: What Is An Expected Value ? (1) What Is An Expectation ? (2) Why Expectation Is Called Long Term Average ? (3) Example Of Calculating Expected Value. Example-1: Example-2: Example-3: Example-4: There is 50% 50%chances of raining today, what is the expected value ?
-
(14) GenAI – Tools and Libraries




