Skip to content

Instantly share code, notes, and snippets.

View Abusayid693's full-sized avatar
πŸ’»
Learning

0Xielot Abusayid693

πŸ’»
Learning
  • india
View GitHub Profile
@Abusayid693
Abusayid693 / docker-commands.md
Created May 26, 2025 16:14 — forked from ar-ramees/docker-commands.md
Cheat Sheet for Docket commands

🐳 Docker Command Cheat Sheet


πŸ“¦ 1. Docker Image Commands

Action Command
Build an image docker build -t <image-name> .
List images docker images
@Abusayid693
Abusayid693 / Analytics.jsx
Created February 11, 2022 16:05
Analytics main container
import { useState } from "react";
import {createUseStyles} from "react-jss"
import "antd/dist/antd.css";
// Sub Components
import MyGraph from "./component/graph";
import DropdownSelector from "./component/menu";
import dataSet from "./component/data";
@Abusayid693
Abusayid693 / data.js
Last active February 11, 2022 20:31
Demo data for analytics
const data_1 = [
{
view: 1000,
name: "Jan",
},
{
view: 1200,
name: "Fab",
},
{
@Abusayid693
Abusayid693 / items.jsx
Created February 11, 2022 15:57
item list for dropdown
import { Menu } from "antd";
export const menu = (
handleDataFetching,
dropdownCategories,
selectedItem
) => {
return (
<Menu>
{dropdownCategories.map((item) => {
@Abusayid693
Abusayid693 / menu.jsx
Last active February 11, 2022 20:31
Drop-down selector for Analytics
import React, { useState } from "react";
import { Dropdown, Button } from "antd";
import { DownOutlined } from "@ant-design/icons";
import { createUseStyles } from "react-jss";
import { menu } from "./items";
/**
* Add your all dropdown categories here with unique key
*/
@Abusayid693
Abusayid693 / graph.jsx
Last active February 11, 2022 20:31
Graph container
import React from "react";
import { createUseStyles } from "react-jss";
import {
AreaChart,
Area,
Tooltip,
ResponsiveContainer,
CartesianGrid,
XAxis,
YAxis,
@Abusayid693
Abusayid693 / πŸ“Š Weekly development breakdown
Last active July 25, 2025 12:09
Weekly development breakdown
TypeScript 7 hrs 1 min β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 44.3%
JavaScript 4 hrs 37 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 29.2%
Python 3 hrs β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 18.9%
JSON 38 mins β–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 4.0%
Bash 19 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0%