Android always has been cursed for its privacy issues. Before Marshmallow, android devices were like open and easy prey available to be hunted.An immense amount of user data has been leaked out without the user's understanding.Later, after the Marshmallow release, at least users were shown permissions of the apps they were using. Still, Users were … Continue reading Android R, A Step towards privacy.
blog
React Tricks: Customizing your useEffect to run ONLY when you want!
INTRODUCTION The useEffect hook in the world of React's functional components operates as a componentDidMount, componentDidUpdate and componentWillUnmount - all in one. But what if you only wanted to trigger one of the effects at a time. How would you accomplish this? Before we dive into it, let's understand a little more about how the … Continue reading React Tricks: Customizing your useEffect to run ONLY when you want!
TypeScript: A JavaScript BodyGuard To Your Rescue!
BUGS! BUGS! BUGS! Every developer out there must have faced these words in their lives. Bugs are a part of a developer's life. Whatever amount of code we write everyday has probability to have some bugs. As the number of bugs goes on increasing, our overall code quality decreases and no-one wishes of having such … Continue reading TypeScript: A JavaScript BodyGuard To Your Rescue!
