Skip to content

Instantly share code, notes, and snippets.

View fucyber's full-sized avatar

Fucyber fucyber

View GitHub Profile
@fucyber
fucyber / vscode -setting.json
Created May 3, 2023 10:49
vscode -setting.json
{
"gitlens.hovers.currentLine.over": "line",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai Dark Soda",
"emmet.triggerExpansionOnTab": true,
"editor.quickSuggestionsDelay": 800,
"editor.autoClosingOvertype": "always",
"editor.autoClosingQuotes": "always",
"editor.hover.enabled": false,
* {
margin: 0;
padding: 0;
}
/* Default Design */
.gfg-div {
/* To make all elements center */
display: flex;
@fucyber
fucyber / Nestjs_HttpStatus.js
Created March 13, 2022 18:10
Nestjs_HttpStatus.js
export declare enum HttpStatus {
CONTINUE = 100,
SWITCHING_PROTOCOLS = 101,
PROCESSING = 102,
EARLYHINTS = 103,
OK = 200,
CREATED = 201,
ACCEPTED = 202,
NON_AUTHORITATIVE_INFORMATION = 203,
NO_CONTENT = 204,
@fucyber
fucyber / docker-compose.yml
Last active October 23, 2021 06:53
traefik-docker-compose.yml
version: "3.5"
services:
traefik-proxy:
image: traefik:v2.5.2
container_name: traefik
networks:
- apps
ports:
@fucyber
fucyber / RESTful API Format
Last active June 15, 2020 10:02
RESTful API Format
Ref.
https://developer.github.com/v3/gists/#list-gists
RESTful URLs and actions
CRUD actions using HTTP methods mapped as follows:
GET /tickets - Retrieves a list of tickets
GET /tickets/12 - Retrieves a specific ticket
POST /tickets - Creates a new ticket
@fucyber
fucyber / cloudSettings
Last active December 9, 2020 04:05
My vscode setting
{"lastUpload":"2020-12-09T04:04:53.105Z","extensionVersion":"v3.4.3"}