kay-adamof

kay-adamof @adamof

About: Hi there 👋 I'm kay-Adamof. A full-stack-oriented developer who is self-taught. I love ... - Software Technology - Productivity Tools. Skills: - React - JS/TS - NextJS - Docker - NextJS

Joined:
May 9, 2022

kay-adamof
articles - 12 total

3 things you should care about Client Component 【Next.js app/】

1 - How to use 'use client' There are two ways to make a component client-side. ...

Learn More 1 0Oct 25 '23

How to fix " Module not found: Can't resolve 'fs' "

ALERT (Revised 10-29-2023) It might have been caused by Aggregating modules I was using...

Learn More 0 0Oct 25 '23

Introduction to the "prose" class that instantly beautifies articles 【 TailwindCSS 】

For engineers who lack design sense and knowledge, determining the font size of h1 or h2, line...

Learn More 14 3Oct 23 '23

How to configure a custom theme as "Dark Mode"【TailwindCSS】

Tailwind CSS natively supports dark mode, and by setting it up and adding the class name dark to HTML...

Learn More 0 0Oct 21 '23

How to provide detailed type information using "as" and "&"

Let's say you have created the following callback function: const getMyPet = () => ...

Learn More 0 0Oct 13 '23

[TypeScript] How to create a union type consisting of string literals and string primitive

Let's consider a way to specify specific strings like 'dog' or 'cat' as literal types while including...

Learn More 0 0Oct 13 '23

[TypeScript] Creating a literal type union from object values

Let's say you have the following JavaScript object: const test = { a: "hello", b: "world", ...

Learn More 0 0Oct 4 '23

How to assign TailwindCSS class names to arbitrary variable names while letting auto-completion work.

When defining class names in TailwindCSS, if you're using VSCode, installing the extension enables...

Learn More 2 1Aug 11 '23

How to upgrade `pnpm`

I have summarized the procedure for upgrading the version of pnpm, which is a package manager for...

Learn More 40 1Aug 3 '23

How to hide or Fix; `typescript: File is a CommonJS module; it may be converted to an ES module.`

In the case of a file written in the CommonJS syntax, TypeScript may display the following...

Learn More 9 1Jul 9 '23

Letting two Docker containers talk to each other

Suppose we have two Docker containers, A and B. After processing the data in the container A, we send...

Learn More 0 0Jul 7 '23

How to remove all the disk usage occupied by Docker

If you are doing hard works with Docker, you would be noticed that the Docker uses many ammounts of...

Learn More 0 0Oct 1 '22