omgate.hashnode.devTrackIt: The Ultimate AI Task Scheduler for Seamless Project ManagementWhen AI came into our life, Author Joanna Maciejewska said “I want AI to do my laundry and dishes so that I can do art and writing, not for AI to do my art and writing so that I can do my laundry and dishes” which I resonate with. Your precious tim...Jul 28, 2024·6 min read
omgate.hashnode.devHow to Build a Week View UI for Your Calendar AppA Calendar app like Google Calendar or Notion Calendar has become integral to our life. Be it scheduling meetings, events, planning etc. As a front-end engineer, this app is exciting. Be it the drag-and-drop feature to update the event in hand, the d...May 20, 2024·10 min read
omgate.hashnode.devHow to implement Infinite Scrolling with IntersectionObserver APIInfinite scrolling is one of the many amazing features anyone can build for their projects. It requires no user interaction results in a smooth and beautiful user experience. In this blog, we are going to build a simple vanilla JS app with the help o...Feb 29, 2024·5 min read
omgate.hashnode.devHow to Integrate Firebase Google Auth in your React AppThis blog will help you set up Google Authentication for your React application with the help of Firebase. Google Authentication is one of the best and most robust authentication methods to authenticate your users. It is fast, Firebase also provides ...Dec 31, 2023·14 min read
omgate.hashnode.devLet's talk about JavaScript Promises MethodsJavascript is a single-threaded synchronous programming language. In many Javascript applications, we have to process asynchronous operations such as database calls, API requests etc. As these asynchronous events do not result in their values instant...Dec 26, 2023·6 min read