I maintain a React component library with 80+ components. The README files had drifted from the actual TypeScript source - wrong props, wrong defaults, missing docs entirely. Here's how I used AI to audit and fix them in one session, and what it actually caught.
I am excited to announce the release of Keywords Highlighter version 0.0.6, an update to my Chrome extension! This version brings new features and improvements that will enhance your browsing experience. Let’s explore what’s new:
I’m excited to announce that the first version of my new Chrome extension, Keywords Highlighter, is now available for download on the Chrome Web Store! You can also find the code on the project’s GitHub repository.
In this video I’ll show you how to solve reCAPTCHAs with Headless Chrome using puppeteer and 2captcha web service. The actual solution is provided by the puppeteer-extra-plugin-recaptcha npm package.
This video is a short reminder about importance of resource management. Last time I showed you how to connect a Deno app to a MongoDB Atlas instance. This time I’ll show you what happens if you don’t manage your resource properly, how to troubleshoot potential issues, and what to do to release the allocated resources.
How to setup environment variables for your Deno project using the dotenv package. This video is a quick tutorial to setting up your Deno project using environment variables and storing configuration data in .env files.
Build a GraphQL Server with Deno and MongoDB Atlas tutorial. Learn how to setup a GraphQL Server from scratch using Deno, gql and graphql_tools. I also show you to setup http server, and deno_mongo for connecting to a MongoDB instance.
In this video I’ll show you how to make your React application more reliable. Your components and class names will always be consistent. And the next time, when you remove the class name so that it no longer exists, you will get a compilation error.