Here's how to use setInterval inside a React functional component safely with TypeScript. It's important to cleanup the call after the component is unmounted so that the recurring function call does not keep runnning in the background.
Installing Bun JS on WSL Ubuntu in Windows 10/11
Steps to installing Bun JS on Windows 10, or Windows 11, WSL with Ubuntu. Are you running into similar errors? Here's a quick fix for it.
Tech,
Don't Make Me Think Revisited - Steve Krug (Book Summary)
"Don't Make Me Think Revisted: A Common Sense Approach to Web Usability" is an updated version of the classic 2000 book on web design, republished in 2014. This article is a summary of what I found to be five important points covered in Steve Krug's book. The book is a good read for anyone interested in UX or UI design, or anyone who's goals is building products that people will enjoy using.
Book, Design, Tech, UX,
Microsoft Outlook 2-step Verification: Not Actually 2-Step
![]() |
Easier to unlock than you may think. |
Tech,
The 5 Best Android Browsers Compared
![]() |
Which one's the best for you? |
These browsers are technically tested against each other and their features are discussed.
Tech,
Install Android Apps without the Google Play Store
This is a popular way to install Android Apps locally without the Google Play Store. With the ADB files (Android Debug Bridge) from the Android SDK, you can install APK (Android Package) files directly to your phone from your computer via a USB connection. This is handy when the Android Market or a wireless network is unavailable. Another option is to simply copy the APK to your SD card after having installed an “App Installer” type application.
Tech,
Subscribe to:
Posts (Atom)