blog.workofutkarsh.comBoost your Development speed using BirlaIntroduction Whatever framework you choose to build your app, you have to write some amount of boilerplate, be it some import statements, linking the component to its own style files, linking the component to your state. If you are someone who is not...Oct 3, 2020·2 min read
blog.workofutkarsh.comIntro to framer-motion v2.2You might have seen a lot of layout transition examples now like this one here. Layout animations like these have been common in native apps for years now, but it was way harder to implement these in web apps because one has to cater to multiple scr...Jul 31, 2020·2 min read
blog.workofutkarsh.comHow will GPT-3 change the Frontend developer eco-systemSince the GPT-3's demos have stormed Twitter, more and more devs are getting anxious about how this would affect their jobs in the future. I think the tweet that has struck the developers the most is the one by Sharif Shameen https://twitter.com/shar...Jul 24, 2020·3 min read
blog.workofutkarsh.comThe Wonderous World of Javascript Custom ErrorsThe Wonderous World of Javascript Custom Errors Errors are of different types, with varying cases of use and require the app to behave differently. Some Errors are for users, and some for the developers. Errors can be classified and extended accordin...Feb 2, 2020·2 min read
blog.workofutkarsh.comHow to Managing User data better with React Hooks & ContextFor every frontend developer, managing user data is one of the most primal tasks. When React introducing the Hooks API in their latest release, I started experimenting with it and figured out some of the ways it can where it can help make the code cl...Dec 3, 2019·3 min read