kingdavvid.hashnode.devElevate Your Writing with GrammarTune: The Open-Source Grammar Checker You Can TrustWhat is Grammar Tune? Grammar Tune is a powerful, AI-based, open-source tool designed to take the hassle out of writing. It combines grammar checking, text summarization, translation, and paraphrasing into one seamless experience. Built with both pro...Nov 30, 2024路16 min read
kingdavvid.hashnode.devIntroduction to Object Pooling in Three.jsObject pooling is an essential design pattern in software development. It involves reusing objects rather than creating and destroying them frequently. It is a very important concept when building interactive web or when developing games. It helps im...May 13, 2023路16 min read
kingdavvid.hashnode.devUnderstanding Object Destructuring in JavaScript: A Beginner's GuideIntroduction Object destructuring is an important technique in JavaScript that enables developers to easily extract specific properties from an object and assign them to variables with a single line of code. This not only simplifies the code but also...Mar 31, 2023路8 min read
kingdavvid.hashnode.devLearn Full-Stack Web Development with React and GraphQL by Building a Sticky Note App - Part threeIntroduction Hello again!馃憢 In the previous part of the series, we covered how to build the backend of the Sticky Note app using GraphQL, Apollo Server 4, Nexus and MongoDB. In this section, we will be integrating our backend API with the frontend an...Jan 9, 2023路39 min read
kingdavvid.hashnode.devLearn Fullstack Web Development with React and GraphQL by building a Sticky Note app - Part twoIntroduction Hello again! This article is the second part of a series titled, "Learn Fullstack Web Development with React and GraphQL by building a Sticky Note app". In the first part of the series, we built the frontend aspect of this app using Reac...Jan 9, 2023路48 min read