ashuvssut.hashnode.devHow to Share Files Between Devices Using FileZilla Over SFTP in a LANIntroduction FileZilla is a free and open-source FTP client available for Linux, Windows, and macOS. It supports the SFTP protocol, enabling secure file transfer over SSH. In this guide: We will learn how to share files between a Linux and a macOS m...Mar 31, 2025路7 min read
ashuvssut.hashnode.devHow to Use Lodash Debounce & Lodash Throttle in ReactLodash provides two powerful utility functions, debounce and throttle, that help optimize performance when dealing with high-frequency events such as scrolling, resizing, and typing. In this blog post, we will explore how to use these functions effec...Mar 8, 2025路4 min read
ashuvssut.hashnode.devUnderstanding Android App Signing for Publishing your app on Google Play StoreApp signing is a critical process in Android app development, designed to ensure the security and authenticity of the apps that users download and install on their devices. Android requires that all APKs (Android Package files) be digitally signed wi...Oct 22, 2023路6 min read
ashuvssut.hashnode.devIntroducing Cookied v1: Empowering Your Cross-Platform Bookmark Experience 馃殌Welcome to Cookied v1, a revolutionary cross-platform browser bookmarks manager designed for the modern internet user. The Origin Story of Cookied 馃崻 Today we all rely on popular browsers equipped with built-in bookmark managers. Sure, they come with...Oct 7, 2023路4 min read
ashuvssut.hashnode.devType Checking in React Navigation for React Native AppsI have observed that many of my colleagues encounter challenges when it comes to grasping the intricacies of implementing type annotations for React Navigation in React Native. Navigating through the maze of TypeScript and React Navigation can be a d...Oct 4, 2023路11 min read