Skip to content

Instantly share code, notes, and snippets.

{
"id": 24595,
"slug": "tui-xach-thoi-trang",
"name": "túi xách thời trang",
"status": "cached",
"price": 2500,
"can_download": false,
"introduction": null,
"report_type": "report_product_line",
"report_format": "default",
{
"id": 1077,
"slug": "decao",
"name": "decao",
"status": null,
"price": 1500,
"can_download": false,
"introduction": null,
"report_type": "report_brand",
"report_format": "default",
@trungtin
trungtin / balo-tui-xach.json
Created February 19, 2024 07:15
balo-tui-xach
This file has been truncated, but you can view the full file.
{
"id": "c1266110075",
"slug": "tui-balo",
"name": "Túi & Balo",
"price": null,
"can_download": false,
"introduction": null,
"report_type": "report_category",
"report_format": "default",
@trungtin
trungtin / balo-tui-xach.json
Created February 18, 2024 13:38
Balo tui xach
{
"id": 45972,
"slug": "balo-tui-xach",
"name": "balo túi xách",
"status": "cached",
"price": 2500,
"can_download": false,
"introduction": null,
"report_type": "report_product_line",
"report_format": "default",
  • 1. Never Outshine the Master.

  • To ensure your ideas are positively received by a superior, they should be presented as if they were {{cloze an echo of your master's thoughts or could be ascribed to your master}}. #card

  • If you are more intelligent than your master, how should you act? #card

    • As if you are not.
  • What should never be taken for granted in a professional setting? #card

    • Your position.
  • What should be the approach towards the favors you receive? #card

@trungtin
trungtin / react-scripts+3.4.1.patch
Last active June 9, 2020 16:40
Patch react-scripts for hot reloading
yarn add -D patch-package @pmmmwh/react-refresh-webpack-plugin react-refresh
@trungtin
trungtin / serverless-resources-cf-schema.json
Created April 2, 2020 11:02
Serverless framework cloudformation resources schema
This file has been truncated, but you can view the full file.
{
"$id": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"AWS::ACMPCA::Certificate": {
"additionalProperties": false,
"properties": {
"DeletionPolicy": {
"enum": [
@trungtin
trungtin / shell.sh
Created April 4, 2018 07:49
Shell script
tail -f <filename> | while read line; do echo "$line" | python -m json.tool | pygmentize -l json; done; // Read log file with json and colorized
@trungtin
trungtin / gist:d2b005f6bd9564bec2fd9cb1167b5818
Created September 19, 2017 11:03
TestNet Ethereum address
0xE67884131FF27626F67207C06eb978aa73dE3159
import React, { PropTypes, Component } from 'react';
export default ({
/* value props name */
valueProp = 'value',
initialValue,
/* handle value change props name */
handleValueChangeProp = 'onChange',