React.js Video Game Discovery App Project (Part 2)

Install React Query npm i @tanstack/react-query@4.28 Edit main.tsx import "bootstrap/dist/css/bootstrap.css"; import React from "react"; import ReactDOM from "react-dom/client"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import App from "./App"; import…

Continue ReadingReact.js Video Game Discovery App Project (Part 2)

WP CLI

Install Installation instruction:https://wp-cli.org/#installing curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar php wp-cli.phar --info chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp To test the installation: wp --info Commands Each command starts with: wpNext you need…

Continue ReadingWP CLI

JavaScript

What is JavaScript? JavaScript is a dynamic, weakly typed programming language that is compiled at runtime. JavaScript was created to make web pages dynamic. Originally was called LiveScript but due…

Continue ReadingJavaScript