• Home
  • About
    • i m h o . j photo

      i m h o . j

      baby web developer's blog

    • Learn More
    • Email
    • LinkedIn
    • Github
    • SoundCloud
  • Posts
    • All Posts
    • All Tags
    • All Categories
  • Projects

All Posts

  • [Web Foundation] Session vs Token based Authentication

    14 Jan 2020


  • [Web Foundation] Cookie가 그래서 도대체 무엇일까?

    14 Jan 2020


  • [React-Redux] mapDispatchToProps의 다양한 사용법

    06 Jan 2020


  • [Problem Solving] Climbing Stairs (LeetCode-Easy)

    07 Dec 2019


  • [Problem Solving] mergeTwoListedLists (LeetCode-Easy)

    06 Dec 2019


  • [Problem Solving] Valid Parentheses (LeetCode-Easy)

    06 Dec 2019


  • [functional programming] 클로저(Closure)를 샅샅이 파헤치자: 스코프(scope)와 렉시컬 스코프(lexical scope)

    01 Dec 2019


  • [Node/Express/EJS] Adding local scripts, css, to EJS views

    21 Sep 2019


  • I promise, you will understand Promise after reading this (Part II)

    04 Aug 2019


  • I promise, you will understand Promise after reading this (Part I)

    03 Aug 2019


  • Callback this, callback that. What is a callback function?

    02 Aug 2019


  • var, let, and const - what's the difference?

    ES2015 (ES6) 가 2017년도에 출시되면서 많은 기능들이 추가되었다. 오늘은 var과 let 그리고 const의 각각의 특징과 사용용도에 대해 알아보았다.

    30 Jul 2019


  • Hashing and Hash Table (해쉬 테이블)

    11 Jul 2019


  • Tree (나무)

    tree basics, implementation, and time complexity

    10 Jul 2019


  • LinkedList (연결리스트)

    linkedlist basics, comparison with array, implementation, and time complexity

    09 Jul 2019


  • ES2015 a.k.a ES6

    how to use let & const keyword, rest parameter & spread operator, and array & object destructuring

    01 Jun 2019


  • Javascript methods for DOM Manipulation

    list of useful DOM methods and how to use them

    01 Jun 2019


  • Why var and let bindings behave differently using setTimeout function

    this one was bugging me so I made a post about it

    31 May 2019


  • Debugging with developer tools

    introduction to set of tools for debugging in developer tools window

    29 May 2019


  • Scope & Hoisting

    few important concepts to remember in scope and hoisting in Javascript

    28 May 2019


  • Object/Array & Primitive/Reference

    notes on object, array, primitive and reference data type in Javascript

    27 May 2019


  • Javascript Grammar

    fill in the blank & short answer questions written to review Javascript grammar

    27 May 2019


  • 바닐라코딩 수강 후기

    대한민국 최고의 프론트엔드 엔지니어링 프로그램인 바닐라코딩에서 부트캠프 프렙 과정을 들으며 느낀점들을 Q&A 형식으로 적어보았습니다.

    16 May 2019


  • [Problem Solving] trailingZeros

    solving an algorithm called trailingZeros using JS

    10 May 2019


  • [Problem Solving] pageCount

    my take on pageCount using JS

    08 May 2019


  • [Problem Solving] divisibleSumPairs

    my approach on divisibleSumPairs using JS

    06 May 2019


  • My Second Post

    Just a small rant in the middle of the night

    25 Apr 2019


  • My First Post

    하루종일 삽질을 하다 드디어 포스트를 작성했다

    24 Apr 2019


CATEGORY

  • Algorithms

  • Data Structure

  • Javascript

  • Journal