Skip to content

Instantly share code, notes, and snippets.

@misostack
misostack / okrs.md
Created February 1, 2023 15:33
okrs

OKRs

01/02/2023 - 500 connections on Linkedin

image

@misostack
misostack / composing-software.md
Created October 11, 2022 09:20 — forked from rosario/composing-software.md
Eric Elliott's Composing Software Series
@misostack
misostack / api-cms.md
Last active February 17, 2023 14:05
API CMS

API CMS

High level diagrams

Version : 1.0

High Level

image

@misostack
misostack / typescript-cheatsheet.md
Last active February 19, 2023 13:01
typescript cheatsheet

Typescript CheatSheet

1. How to fix "No initializer and is not definitely assigned in the constructor" error ?

Let's see this example

image

Property 'description' has no initializer and is not definitely assigned in the constructor.

@misostack
misostack / algorithm.md
Last active February 20, 2023 14:27
Algorithm

Algorithm

We're going to build an Office For Rent Application. Our Customer

  • They will sign with us at least one year contract
  • They have to pay 1 month rent deposit when they sign the contract
  • Their bill will be sent at the end of the current quarter ( 3, 6, 9, 12 )
  • They have to pay the rental fee in the 1st week of the new quarter ( 1, 4, 7, 10 )

001 : Rental fee

@misostack
misostack / ki-nang-mem.md
Last active December 5, 2023 16:38
Kĩ năng mềm

Kĩ năng mềm

Các phẩm chất của 1 người lãnh đạo tốt

1. Phải biết hy sinh ( tư chất )

Ví dụ: khó khăn nhất, sếp phải là người đương đầu và chịu trách nhiệm giải quyết vấn đề

2. Trí tuệ

@misostack
misostack / gist:3cf2c4a47ef5f09dca205f8a728f8af3
Created July 11, 2022 02:14 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@misostack
misostack / 100-days-redis.md
Created July 7, 2022 04:25
100-days-redis

100 days redis

Common commands

image