Dive into My Thoughts
Explore my Blogs page, where I share random insights and experiences from my professional journey.
How to handle simple user authentication in React with useContext, and understand how useContext works!
Delve into the world of Rust programming and its unique approach to concurrency. Discover how Rust, a brainchild of Graydon Hoare at Mozilla, navigates complex concurrency challenges, ensuring secure and reliable code. Explore the intriguing concepts of Rust's Ownership System, Borrowing Mechanism, and Data Sharing traits like Send and Sync. Learn how Rust stands out in ensuring fearless concurrency, paving the way for safe and efficient parallel computation.
Discover a swift setup in VSCode for crafting React component skeletons. Use the 'rfc' prefix to auto-generate boilerplate code and enhance your React development process.
Struggling with nested fetching for Assignment 2? Here's a concise guide. We tackle the challenge of fetching all user details from limited server endpoints using Promise.all to wait for all nested fetches to resolve. Dive in to see the magic of promises in action!
Quickly overlay a sample image on your web page for design comparison. Add the given HTML snippet after your body tag, replace the image reference, and easily toggle it on and off. This aids in aligning your design with the sample, especially handy for comp6080 assignments!