190501-TIL

Today I Learned

I learned about the operation principle and process of web browser. HTML parser creates DOM tree, CSS parser creates CSSOM tree and JavaScript parser creates AST(Abstract Syntax Tree).

Now I can explain JavaScript and ECMAScript.

190430-TIL

Today I Learned

Algorithm study

Studied history, variable, data type and operation of JavaScript

190429-TIL

Today I Learned

Solved Morse code decoding problem my Algorithm Post

Wrote posting about JavaScript 1. What is Programming?

Studied Data Structure and posted 1. OOP and ADT

190426-TIL

Today I Learned

  • Simulated and implemented Merge sort.

  • Studied python Stack and queue. Also implemented stack using 2 queues, queue using 2 stacks.

  • Review linked list in python.

  • Solve CodeWars 6kyu Take a Number And Sum Its Digits Raised To The Consecutive Powers And ….¡Eureka!!

190425-TIL

Today I Learned

  • Fastcampus에서 진행한 졸업생과의 티타임 시간에 졸업한 개발자분을 만나뵙고 경험들을 들었다. 많은 도움이 됐다.

  • Network를 대략적으로 살펴봤다. 나는 학교에서 배웠지만 오래되어 다시 한 번 정리하는 게 필요할 것 같다.

    TCP/IP 네트워크 스택 이해하기

  • Quick Sort의 성능 분석 및 정리해서 posting 했다.

190424-TIL

Today I Learned

오늘 한 일

  • Python Class 선언과 instance를 만드는 방법에 대해서 배웠다.

  • Object-Oriented Programming에 대해서 정리한 내용을 포스팅했다. ✨4 Fundamentals of OOP

  • Python Access Modifier에 대해서 알고 정리했다.

  • Network 계층 및 Eathernet과 IP Protocol에 대해서 배웠다.

  • Quick sort | Divide and Conquer - Python으로 Code를 짰다

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×