AKAshish Kumar Sainiinblog.ashishkumarsaini.dev·May 22 · 1 min readExpo Router vs React NavigationWhat routing means in mobile applications00
AKAshish Kumar Sainiinblog.ashishkumarsaini.dev·May 22 · 3 min readHow Instagram, WhatsApp, Uber & Netflix Would Be Built Today Using Expo RouterMost of the react native tutorials teaches you how to build application or new screens but very few talks about the systems. That is why the developers can easily build attractive screens but failed t00
AKAshish Kumar Sainiinblog.ashishkumarsaini.dev·May 22 · 2 min readAsync/Await in JavaScriptAs a Javascript developer, you have seen the application become more interactive and started handling more asynchronous operations like API calls, file readings, and timers. Initially, developers rely00
AKAshish Kumar Sainiinblog.ashishkumarsaini.dev·May 9 · 5 min readError Handling in JavaScript: try, catch, finallyWhile writing a Javascript code, no matter how carefully you have written the code but once the user input a invalid data and the API fails, the application might crash at runtime due to some edge cas00
AKAshish Kumar Sainiinblog.ashishkumarsaini.dev·May 8 · 5 min readUnderstanding this, call(), apply(), and bind() in JavaScriptJavaScript gives developers a lot of flexibility, but one thing that confuses almost everyone at first is this. In this article, we’ll understand: What this means in JavaScript How this behaves in f00