Not really specific to your problem but generally I'd start troubleshooting a BSOD by researching the error message and what the DLL's are and who they're published by.
You can use MS documents to look up the error message...
This section contains descriptions of the common bug checks, including the parameters passed to the blue screen.
learn.microsoft.com
For example a WHEA_UNCORRECTABLE bug check is...
Learn about the bug check 0x124 WHEA_UNCORRECTABLE_ERROR, which indicates that a fatal hardware error has occurred.
learn.microsoft.com
You maybe able to get more details depending on the other details (parameter) that accompany the bug check (0x0, 0x1, 0x2, etc, etc)
Looking up what the DLL's do and who they're published by is as simple as searching for those files on your PC and right clicking them to bring up the properties for the files and going to the details tab. If they're published by MS you can be fairly confident that it's not software related (buggy drivers), if they're published by third parties then either updating or removing the driver may help.
The description of the DLL can sometime point you in the right direction. E.g in this case PSHED.dll is the platform specific hardware error driver and storport.sys is the MS storage port driver (aka driver for accessing fixed storage like HDD/SSD). Given all that you can be fairly confident the BSOD are being caused by hardware rather than software (drivers) and (without knowing the bug check parameter) it seems to point towards a problem with either the drives (HDD/SSD) or the RAM.
To test that theory I'd start by using the disk manufactures own tools to test/benchmark the drive, run a chkdsk, if those go without issue then you may want to look into third-party software to test the drive like
HD Tune.