Reverse Engineering , Tips and Suggestions ..!!!

#Hello Hackers
I got my hands on Reverse Engineering, tried to solve the easiest challenge,
but im struggling a lot, Ive decided to learn it from the scratch,
I previously successfully did few BOFs but not able to do the password cracking type of REs.
#Please SUGGEST some good blogs and Study Materials, YOutube channel (other than Live Overflow)
#Other TIPS are also welcome

I can suggest you “Practical Malware Analysis”(Michael Sikorski, Andrew Honig), this is probably the best book for starting to analyze malware and also binary code. Some important topics in this book are: IDA Pro, OllyDBG, antidebugging techniques and assembly x86.
Good luck!

Thanks @LeafRic will definately read that book.