Skip to content

Instantly share code, notes, and snippets.

@misostack
misostack / react-native-interviews.md
Last active June 7, 2022 06:48
React Native Interviews

React Native Interviews

Javascript/Typescript

  • Async trong Javascript
  • Tuple vs Array
  • Generic Class, Generic Interface ung dung lam gi
  • ReactJS Lifecycle
  • ReactJS Class vs Components
  • Component Breakdown
@misostack
misostack / 100-days-react-native.md
Last active March 14, 2024 04:14
100 days React Native

100 days react native

Expo CLI

Create todolist application with React Native using Expo

expo init react-native-expo --template bare-minimum
yarn create expo-app reactnative-with-expo
@misostack
misostack / 100-days-system-design.md
Last active March 9, 2024 03:13
100 days system design
@misostack
misostack / 100-days-mongodb.md
Last active July 19, 2022 05:04
100 days mongodb

100 days mongodb

Data Modeling Methodology

Overall

Input

  • Scenarios
  • Business Domain Experts
  • Production Logs & Stats
@misostack
misostack / test-pyramid.md
Created April 30, 2022 10:46
Test Pyramid

TEST PYRAMID

Overview

image

Mike Cohn's original test pyramid consists of three layers that your test suite should consist of (bottom to top):

1.Unit Tests 2.Service Tests

@misostack
misostack / daily-entry.md
Last active June 25, 2022 14:13
Daily Entry

Deep Works

image

7 Habits

image

@misostack
misostack / 100-days-linux.md
Last active November 9, 2022 05:44
100 days Linux

100 days linux

Disk size

df -H

image

Clean up

@misostack
misostack / 100-days-mysql.md
Last active January 16, 2024 20:59
100 days mysql

100 days MYSQL

MYSQL High Performance Day 1

Overview Architecture

image

Built-in functions (e.g., dates, times, math, and encryption). Any functionality provided across storage engines lives at this level: stored procedures, triggers, and views

@misostack
misostack / 100-days-database-design.md
Created March 19, 2022 01:18
100 days database design

100 day database design

Report System

image

This application will be scheduled to pull data from another applications, then create the summary report by from the list of defined templates

@misostack
misostack / 100-days-angular.md
Last active June 9, 2022 03:24
100 days Angular

100 days Angular

Component

Lifecycle

image

Encapsulation