Home
우당탕탕 벌크업만 성공한 개발자
Cancel

Spring Boot and Kotlin 참고자료 북마크

Spring Security 설정하기 Spring Security sample difference between hasrole and hasanyrole Intro to Spring Security Expressions find spring boot kotlin microservice learn awesome Awesome Kotlin ...

Spring Boot and Kotlin 웹 튜토리얼 2

Spring Boot + Kotlin 조합으로 진행되는 튜토리얼을 학습하는 과정을 담았습니다. Testing with JUnit 5 / Creating your own extensions / Persistence with JPA / Implementing the blog engine / Exposing HTTP API / Configuration pr...

Spring Boot and Kotlin 웹 튜토리얼 1

Spring Boot + Kotlin 조합으로 진행되는 튜토리얼을 학습하는 과정을 담았습니다. 코틀린은 IntelliJ IDEA의 개발사 JetBrains에서 만든 프로그래밍 언어로 자바보다 간결한 문법을 자랑합니다. 안드로이드에서 공식적으로 코틀린을 추가한만큼 배워두면 좋을 것 같습니다. 몇몇 블로그와 안드로이드 공식문서에서 보면, 자바보다 훨씬 간...

NuxtJS 설치 밎 환경 구성

Development Env. post date : 2020. 07. 01 OS : macOS Catalina 64bit, Windows 10 64bit Nodeserver : 1.0.0 NuxtJS : 2.13.2 NuxtJS 설치 NuxtJS - installation NodeJS가 설치되어 있다면, 아래 사...

REST API란?

REST는 로이 필딩(Roy Fielding)의 2000년 박사학위 논문에서 소개되었는데, 분산 시스템 설계를 위한 아키텍처 스타일입니다. 음, 웹사이트를 설계하는데 활용하면 좋은 가이드라인이라고 생각합니다. 필딩의 REST 원리를 따르는 시스템은 종종 RESTful이란 용어로 지칭되는데 Django에서는 Framework로 아예 설치해서 사용할 수 ...

NodeJS Routing 모듈화 및 리팩토링

페이지 별로 관리하기 위해서 Routing 모듈화를 합니다. Development Env. post date : 2020. 06. 28 OS : macOS Catalina 64bit, Windows 10 64bit Nodeserver : 1.0.0 Express : 4.17.1 Nodemon : 2.0.4 N...

NodeJS Mysql, NoSql 연동

DB는 RDS와 Nosql을 사용하기로 했습니다. RDB는 Mysql을 사용하고, Nosql은 MongoDB를 사용해 연동을 합니다. Development Env. post date : 2020. 06. 27 OS : macOS Catalina 64bit, Windows 10 64bit Nodeserver : 1.0.0 E...

NodeJS View Engine 처리

View engine을 활용한 응답처리 https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C/lecture/6124 Development Env. post date : 2020. 06. 26 OS : macOS Catalina 64bit, Windows 10 64...

NodeJS URL 요청처리

URL Routing 처리 https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C/lecture/6120 Development Env. post date : 2020. 06. 26 OS : macOS Catalina 64bit, Windows 10 64bit N...

NodeJS 시작하기

프로젝트에서 NodeJS를 이용해서 진행하게 되었다. 안드로이드, ios(아이폰), 웹에서 동시에 구동되도록 개발한다고 들었다. NodeJS / Cordoba / 프론트앤드는 아직 미정 NPM Project 시작하기 https://www.inflearn.com/course/node-js-%EC%9B%B9%EA%B0%9C%EB%B0%9C/lecture...