profile
const isInChallenge = true; const hasStrongWill = true; (() => { while (isInChallenge) { if(hasStrongWill) {return 'Success' } })();
태그 목록
전체보기 (49)JavaScript(32)algorithm(14)code kata(7)solidity(6)block chain(6)ethereum(6)html(6)memory(4)React(4)array(3)method(3)browser(3)MediaSource(3)streaming(3)data type(3)MSE(3)segment(2)web(2)interpreter(2)component(2)regex(2)variable(2)Script Language(2)scope(2)정규표현식(2)compiler(2)Sort(2)TIL(2)Allocation(2)mutable(1)project(1)Class Component(1)랜덤 난수 생성하기(1)JITC(1)Run Time(1)call stack(1)local scope(1)chai(1)lexical environment(1)Excution context(1)useEffect(1)useState(1)contract(1)compilation(1)Vedio(1)Dynamic Scope(1)View(1)Bubble Sort(1)Selection Sort(1)number(1)async(1)Call By Value(1)Lexing(1)DApp(1)outer(1)team(1)Call By Reference(1)Gwei(1)Reference Type(1)hoisting(1)Static Scope(1)appendBuffer(1)arraybuffer(1)CEIL(1)global scope(1)browser engine(1)mount(1)filter(1)mimetype(1)String(1)Adaptive HTTP Streaming(1)SourceBuffer(1)programming language(1)JIT(1)trello(1)chunk(1)this(1)Function Level Scope(1)DOM(1)history(1)object type(1)tokenizing(1)Sass(1)memory heap(1)semantic(1)script(1)reduce(1)storage(1)environment record(1)hardware(1)software(1)KKul Tip(1)Scope Chain(1)JIT Compile(1)lexical scope(1)load(1)data(1)Markdown(1)Semantic Analysis(1)Defer(1)rendering engine(1)github(1)random(1)FLOOR(1)JIT Compiler(1)React에 익숙해질때까지만 냅둘 예정..(1)AJITC(1)Optimizing(1)block level scope(1)rendering(1)TDZ(1)round(1)Memory Address(1)pure(1)element(1)Syntax Analysis(1)ether(1)release(1)function(1)JavaScript Engine(1)Immutable(1)Function Component(1)회고(1)math(1)hooks(1)hardhat(1)Wei(1)instance(1)parsing(1)compile(1)smart contract(1)Primitive Type(1)http(1)Gas(1)stack(1)javasript(1)heap(1)lifecycle(1)
post-thumbnail

HardHat

HardHat

2021년 11월 16일
·
0개의 댓글
·

Solidity Instance

Instance의 장단점

2021년 11월 12일
·
0개의 댓글
·

Solidity Function String

String Memory Storage

2021년 11월 12일
·
0개의 댓글
·

Solidity View / Pure

View & Pure

2021년 11월 12일
·
0개의 댓글
·

Solidity Data Type

Solidity Data Type

2021년 11월 11일
·
0개의 댓글
·

[월간 코드 챌린지 시즌1] 내적

길이가 같은 두 1차원 정수 배열 a, b가 매개변수로 주어집니다. a와 b의 내적을 return 하도록 solution 함수를 완성해주세요.이때, a와 b의 내적은 a0b0 + a1b1 + ... + an-1\*bn-1 입니다. (n은 a, b의 길이)마침 reduc

2021년 11월 4일
·
0개의 댓글
·

[월간 코드 챌린지 시즌2] 음양 더하기

[월간 코드 챌린지 시즌2]

2021년 11월 4일
·
0개의 댓글
·

[2021 Dev-Matching: 웹 백엔드 개발자(상반기)] 로또의 최고 순위와 최저 순위

2021 Dev-Matching: 웹 백엔드 개발자(상반기)

2021년 11월 3일
·
0개의 댓글
·

[2021 카카오 채용연계형 인턴십] 숫자 문자열과 영단어

[2021 카카오 채용연계형 인턴십] 숫자 문자열과 영단어

2021년 11월 1일
·
0개의 댓글
·

[2021 KAKAO BLIND RECRUITMENT] 신규 ID 추천

2021 카카오 블라인드 채용

2021년 11월 1일
·
0개의 댓글
·
post-thumbnail

시간복잡도

내 머리도 복잡하다.

2021년 10월 31일
·
0개의 댓글
·
post-thumbnail

[Algorithm] Bubble Sort

정렬 알고리즘 공부하기

2021년 10월 31일
·
0개의 댓글
·
post-thumbnail

[Algorithm] Selection Sort

정렬 알고리즘 공부하기

2021년 10월 31일
·
0개의 댓글
·
post-thumbnail

MSE (Media Source Extension)

MSE is cool but my brain can't keep up with it

2021년 10월 24일
·
0개의 댓글
·
post-thumbnail

Team Project 후기 : 우리는 과연 애자일 했는가

💡 아래의 내용은 순전히 본인 시점에서 본인의 솔직한 감상일 뿐 팀의 의견은 아님을 강력히 강조합니다. 또한 팀 전체에 대한 평가가 아닌 글쓴이 본인에 대한 본인의 평가임을 밝힙니다. 팀의 최우선 목표 짧은 기간 내에 기술 연습 및 기술 습득에 집중하기 위해 기획

2021년 10월 17일
·
1개의 댓글
·
post-thumbnail

컴포넌트를 잘 쓰기위한 삽질의 여정

요즘 코드를 많이친다. 이론공부할때가 좋았는데... 이젠 매일 나의 불손한 코드를 볼때마다, 이것밖에 안되냐고 스스로에게 후두려 맞는 느낌이다.

2021년 10월 17일
·
0개의 댓글
·
post-thumbnail

Component Unmount의 기준?

리액트의 라이프 사이클과 브라우저의 라이프 사이클

2021년 10월 17일
·
0개의 댓글
·