RSSAmplifier

Blog

Maxim Zhukov

fsou1.github.ioRSS feed ↗10 posts

Latest posts

Pair Programming with AI: Auditing Component Docs Across an 80-Component Library

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.

Introducing Keywords Highlighter v0.0.6- Enhanced Customization and Unlimited Rules

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:

Keywords Highlighter chrome extension is now available

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.

Friday Quiz or Emoji are weird in JavaScript

Can you guess, what will be the output '👩‍👩‍👧‍👧'.length // ??

How to bypass reCAPTCHAs with puppeteer

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.

What happens when you don’t release allocated resources

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.

Setup environment variables with Deno using dotenv

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

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.

How to import CSS and style TSX React components

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.

10 Excellent Tips to Improve Your UI

Hi guys, great to see you again!