Skip to content

Instantly share code, notes, and snippets.

View bitcooker's full-sized avatar
🚀
Haste

BitCookr bitcooker

🚀
Haste
View GitHub Profile
@bitcooker
bitcooker / free-windows-activation.md
Created June 6, 2024 19:19
Free Windows Activation In 1 mins

For Windows 10

Step 1 - Open PowerShell or Command Prompt as administrator

Step 2 - Install KMS client key

slmgr /ipk your_license_key

Replace your_license_key with following volumn license keys according to Windows Edition:

@bitcooker
bitcooker / index.js
Created September 6, 2023 05:47 — forked from alexandrebodin/index.js
Upload image wiht graphql
import React from "react";
import "./App.css";
import { ApolloProvider } from "@apollo/react-hooks";
import gql from "graphql-tag";
import { ApolloClient } from "apollo-client";
import { createUploadLink } from "apollo-upload-client";
import { InMemoryCache } from "apollo-cache-inmemory";
@bitcooker
bitcooker / strapi-graphql-documentation.md
Created August 30, 2023 05:01 — forked from kevinadhiguna/strapi-graphql-documentation.md
Strapi - GraphQL API queries and mutations

Strapi GraphQL API Documentation

Collections of GraphQL queries and mutations that power your Strapi app!
Explore the docs »