Get me outta here!

Saturday, June 10, 2023

Run React Globally

 If you have problems running create-react-app in text editors but the package is installed globally. So here is the SOLUTION-------------Open PowerShell as an administrator. You can do this by right-clicking on the Windows Start button and selecting "Windows PowerShell (Admin)".In the PowerShell window, run the following command to check the current execution policy:powershellCopy codeGet-ExecutionPolicy The output will be one of the following:Restricted:...

Sunday, May 7, 2023

Logical Shifting COA

 SHR stands for "Shift Right" and it is used to shift the bits in a register or memory location to the right. When a number is shifted to the right using SHR, the least significant bit (LSB) is replaced by a zero, and the most significant bit (MSB) is shifted out and lost. The other bits are shifted to the right by the specified number of positions....

Some COA Summaries

&nb...

Thursday, March 2, 2023

How to Absorb Books

  [1] Flip through each page [2] End of chapter-looking for question [3] Read the bold prints [4] First and last sentence of each paragraph [5] Then start readi...