PinnedA Brief Hiatus: Focusing on a Special ProjectWhy I haven't published any article for a while nowSep 28, 2023·2 min read
Understanding Logical Assignment OperatorsIn the realm of JavaScript, logical assignment operators offer a concise and powerful way to manipulate variables based on logical conditions. These operators combine the functionality of logical operators (such as && and ||) with the assignment oper...Jun 8, 2023·6 min read
Networking for Job Search: A Better Way To Do ItIn the competitive world of tech careers, landing the right job as a developer requires more than just a stellar resume and technical skills. Networking plays a vital role in opening doors to opportunities, connecting you with industry professionals,...May 31, 2023·6 min read
Getting Into Tech: Why A Crash Course Is A Bad IdeaIn the fast-paced world of software engineering, staying up-to-date on the latest changes in your field and learning new skills effectively in the shortest time possible is crucial, however daunting. One method that has gained significant popularity ...May 25, 2023·6 min read
Enhancing React Refs with useImperativeHandle: A Guide to Customizing Ref ValuesWhat is useImperativeHandle? The useImperativeHandle hook is a React hook that allows you to customize the value returned from a forwarded ref. This can be useful for a variety of reasons, such as adding new methods to a ref, or changing the behavior...May 24, 2023·3 min read
useId: An overview of the Accessibility HookThe useId hook is a relatively new addition to the React library, and it provides a convenient way to generate unique IDs for your application's components. In this article, we'll explore what the useId hook is, why it's useful, and how you can use i...Mar 27, 2023·4 min read
Optimize Your Effect HooksDifferent things you didn't know about the useEffect hookFeb 11, 2023·5 min read