비즈니스 로직
in soso on 비즈니스 로직
interface, abstract class, concrete class
in CS on Interface, Abstract class, Concrete class
interface - abstract class - concrete class 패턴은 인터페이스 구현 시 자주 발생하게 되는 중복 구현을 방지하는 패턴이다. 간단하게 중복으로 코드가 작성되는 것을 방지하기 위해 작성된다고 생각하면 될 것 같다.
let's encrypt, ssl 인증서, redirect
in soso on Ssl 인증서, Let's encrypt
Flask, locust
in soso on Flask, Server
자료구조
in CS on Data Structure
Tree
in CS on Data Structure
Stack
in CS on Data Structure
Linked List
in CS on Data Structure
Array
in CS on Data Structure
Github commit / pull request 메세지 잘 쓰기
in soso on Github, Pull request, Commit
React Native - 모듈 관련 에러
in REACT on React Native, Module, Npm
React Native - react-native-version-check 모듈 에러
in REACT on React Native, Version, React-native-version-check
패리티 비트 & 해밍 코드
in CS on Computer Structure
캐시 메모리(Cache Memory)
in CS on Computer Structure
중앙처리장치(CPU) 작동 원리
in CS on Computer Structure
고정 소수점 & 부동 소수점
in CS on Computer Structure
ARM 프로세서
in CS on Computer Structure
Google Scheduler
in soso on Google schduler, Google function, Gcf, Google cloud function
JavaScript - binding과 call, apply, bind의 차이
in JS on Binding, Call, Apply, Bind