[부스트코스] 웹 프로그래밍 프로젝트 시 느낀 필요한 개념


[JS]

 - JS 버전별 차이

 - JS 변수 타입

 - JS 매커니즘

 - polyfill

 - 함수형 자바스크립트

 - Bubbling & Capturing

 - Templating

 - 비동기 통신으로 요청한 데이터를 재사용할 방법

 - 그 외 등등..

 - JS Debug (https://developers.google.com/web/tools/chrome-devtools/javascript/?hl=ko)

 - 배열의 함수형 메소드 (map, filter, reduce)

 - 객체형 자바스크립트

 - jQuery

 - handlebar

 - Clean Code

 - Carousel Slide ** (이해는 되는데.. 구현이 어설픔)


 * 이제 부터 알아가야 함...


[Spring Framework]

 - Spring Config (XML, Java)

 - Spring Layered Architecture

 - AOP

 - Design Pattern (Singleton)

 - Front Controller (DispatcherServlet)

 - XML Config -> Java Config (https://www.luckyryan.com/2013/02/07/migrate-spring-mvc-servlet-xml-to-java-config/)

 - 설정의 분리

 - MessageConvertor


+ Recent posts