useRef() 🪝

useRef() is similar to useSate() as it allows us to persist(remain unchanged) values between renders but unlike useState(), the Ref hook does not cause a re-render when the mutable value [...]

2023-01-28T21:47:12+00:00January 28th, 2023|AI News|0 Comments

Pros and Cons Of Using ChatGPT

Artificial intelligence (AI) technology is used by many businesses in an effort to save operating expenses, boost productivity, boost sales, and enhance customer experience. Businesses should consider integrating the complete [...]

2023-01-28T15:34:19+00:00January 28th, 2023|AI News|0 Comments

Pros and Cons of using ChatGPT

Artificial intelligence (AI) technology is used by many businesses in an effort to save operating expenses, boost productivity, boost sales, and enhance customer experience. Businesses should consider integrating the complete [...]

2023-01-28T10:28:59+00:00January 28th, 2023|AI News|0 Comments

Podman 4.3 on Artix Linux: インストール

はじめに Podman は仮想化環境を構築するためのコンテナ管理ツールです。Red Hat 社 によって開発され、Apache ライセンス v2.0 の下、オープンソースソフトウェア (OSS) として 公開 されています。Go 言語 で実装されています。 以前に書いた通り、クロスプラットフォームに対応しており、Docker と高い互換性を持つように意識して開発されています。 この記事では Podman を Artix Linux にインストールする流れを示します。Arch Linux をベースにしていて、systemd を使っていない OS です。 環境 チュートリアル [...]

2023-01-27T10:05:31+00:00January 27th, 2023|AI News|0 Comments

useState() 🪝

Let us first understand state in React. State can be imagined as the data or property that is used within an application. These data/property values would likely change over time [...]

2023-01-27T05:00:45+00:00January 27th, 2023|AI News|0 Comments
Go to Top