Dev and Problem Solver by Day ☀, Gamer and Bibliophile by Night🌙 Always striving to grow and learn new things with a hint of humour.
#YouTuber #ContentCreator
Mar 27 • 10 tweets • 3 min read
Recently @LinusTech youtube channel got hacked, Here's breakdown 🧵of how the hacker managed to get access of the channel👇
YouTube channel takeovers have become increasingly common and a recent hack targeted Linus Tech Tips and other Linus Media Group channels. The hack bypassed password and two-factor protections by targeting session tokens that keep users logged in to websites.
Sep 5, 2022 • 7 tweets • 3 min read
Best way to start a #ReactJS project.
A Thread 🧵
Typical way of creating a react application will be
`npx create-react-app myapp`
Right ? But you know what with this simple command. You almost install more than thousand node modules.