blog.learncodeonline.inWhat's new in react 18?React 18 plan is out and now we know that what we can expect in upcoming updates. The majority of all updates are focused on concurrency and giving you more control over the DOM re-rendering events. React 18 is backward compatible, so don't worry. S...Jun 14, 2021·4 min read
blog.learncodeonline.inWhat's new in Javascript 21 - ES12Just like every year, Javascript brings in new features. This year javascript is bringing 4 new features, which are almost in production rollout. I won't be wasting much more time and directly jump to code with easy to understand examples. Use the l...Feb 14, 2021·4 min read
blog.learncodeonline.inFast API crash courseWelcome to the crash course on Fast API Fast API is a comparatively new framework but it is impressing me a lot. I found it so much simpler than the Django REST framework. The built-in docs system is just so cool that I am very sure, it's going to sa...Jan 28, 2021·2 min read