Node.js 교과서 개정2판(Node.js Textbook 2nd)

출간일(Release) : 2020/08/15
종이책 출간일(Print Release) : 2020/07/25
전자책 종류(Format) : ePub
Price : KRW 25,200
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
기본기는 확실하게 다지고, 시행착오는 줄이자!
노드의 개념과 기능을 익히고, 직접 서버를 만들고, 배포하는 전 과정을 한 권에 담았습니다. 노드의 핵심 개념인 런타임, 이벤트 기반, 논 블로킹 I/O, 싱글 스레드 모델을 확실히 이해한 뒤, 내장 객체와 내장 모듈을 사용해보면서 기능을 습득하세요. 데이터베이스인 MySQL과 몽고디비, 패키지 매니저인 npm, 웹 서버 프레임워크인 익스프레스, 템플릿 엔진인 퍼그와 넌적스 등 노드 생태계를 배우며 실제로 동작하는 서버를 만들고, AWS와 GCP를 통해 배포해보세요!

Learn the basics clearly and reduce errors!
The whole process of learning the concept and function of node, creating and deploying a server yourself, is contained in one book. After you have a clear understanding of the core concepts of Node: runtime, event-based, non-blocking I/O, and single-threaded models, learn the functionality by using built-in objects and built-in modules. Learn about the node ecosystem such as MySQL and MongoDB database, npm package manager, Express web server framework, and pug and nunjucks template engines.


저자(Author)
조현영(Jo, Hyunyoung)
문과 출신이지만, 자바스크립트를 통해 프로그래밍의 매력에 빠졌다. 지금은 스타트업에서 CTO로 일하며 데이터 수집, 정제와 오픈 소스 기여에 관심이 많다. 개인적으로는 블로그와 유튜브를 운영 중이며 온라인 강좌를 진행하고 있다.

The author is a major in literature arts, but he fell in love with programming through JavaScript. Now working as a CTO at a startup, he is interested in data collection, cleansing, and open source contributions. He currently runs blogs and YouTube, and runs online courses.

– Github • https://github.com/zerocho
– Blog • https://www.zerocho.com
– Youtube • https://www.youtube.com/c/zerochotv
– Online Course • https://www.inflearn.com/courses?s=조현영


부록(Extra File)

리액트를 다루는 기술[개정판](The Art of React, 2nd)

출간일(Release) : 2019/09/24
종이책 출간일(Print Release) : 2019/08/31
전자책 종류(Format) : ePub
Price : KRW 33,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
리액트를 이해하기 위한 핵심 개념은 물론이고 어떤 상황에서 어떻게 사용해야 하는지, 왜 이렇게 사용하는 것이 효과적인지, 공식 문서에는 나오지 않는 실전 노하우와 팁을 풍부하게 담았다.
또한, 프로젝트 생성부터 코드를 작성 및 개선하고, 배포하기까지 실무에 바로 응용할 수 있도록 예제를 준비했다. 먼저 일정 관리 애플리케이션을 만들면서 리액트의 기본기를 다지고, 다음으로 여러 실습 예제를 진행하면서 컴포넌트 스타일링, 상태 관리, API 연동, 라우팅, 코드 스플리팅, 서버사이드 렌더링 등 리액트를 활용한 다양한 기술을 사용해본다. 마지막으로 프런트엔드 프로젝트를 통해 배운 지식을 종합적으로 활용해본다.

This book contains a wealth of hands-on know-how and tips not to be found in the official documentation, as well as a key concept for understanding React, how to use it in what situations, why it’s effective to use it.
In addition, the author has prepared examples that can be applied directly to practical tasks, from project creation to writing, improving, and distributing code. First, create a schedule management application to build the basics of React, and then, while conducting various practice examples, various techniques that utilize React such as component styling, state management, API integration, routing, code splitting, server-side rendering, etc. Try it. Finally, let’s use the knowledge learned through the front-end project comprehensively.


저자(Author)
김민준(Kim, Minjoon)
개발은 언제나 즐겁고 재밌어야 한다는 생각을 갖고 있는 개발자이며, IT 기술을 가르치는 것을 굉장히 좋아하는 교육자이기도 합니다. 또한, 사용자를 행복하게 만드는 서비스를 만드는 것이 가장 중요하다고 여깁니다. 현재 리디(주)에서 애니메이션 스트리밍 서비스 라프텔(laftel.net)의 프런트엔드 개발을 하고 있습니다. 그리고 개발자들의 블로그 서비스인 벨로그(velog.io)를 운영 및 개발하고 있습니다.

The author is a developer with the idea that development should always be fun and fun, and he is also an educator who loves teaching IT skills. In addition, he considers creating services that make users happy. The author is currently developing a frontend for animation streaming service Laftel.net at Lidi. In addition, he runs and develops a blog service for developers, velog.io.


부록(Extra File)

RxJS 반응형 프로그래밍(RxJS IN ACTION)

출간일(Release) : 2020/01/19
종이책 출간일(Print Release) : 2019/12/26
전자책 종류(Format) : ePub
Price : KRW 22,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
이 책은 RxJS와 반응형 프로그래밍을 처음 접하는 사람들에게 자바스크립트 개발자들이 직면한 대량의 비동기 데이터 처리 문제를 설명하고 RxJS로 이 문제를 해결하는 방법을 보여준다. 다양한 예제로 함수형 반응형 프로그래밍(FRP)과 RxJS의 핵심 개념과 사용 방법을 설명하며 RxJS를 리액트 및 리덕스로 만들어진 뱅킹 애플리케이션과 통합하는 방법을 소개한다.

This book describes the bulk of asynchronous data processing problems faced by JavaScript developers for those new to RxJS and reactive programming, and shows how to solve them with RxJS. In addition, the book describes various concepts of functional reactive programming (FRP), RxJS, and how to use them, and introduces how to integrate RxJS with React and Redox banking applications.


저자(Author)
폴 대니얼스(Paul P. Daniels)
증강 현실부터 임베디드 시스템, 클라우드 플랫폼에 이르기까지 다양한 분야에서 일하는 풀 스택 개발자다. Rx 커뮤니티의 오랜 사용자이자 기여자로 반응형 프로그래밍 전파에 앞장서고 있다. 개발 업무 외에도 라틴 댄서이자 강사로 활동하고 있다.

He is a full stack developer working in a variety of fields, from augmented reality to embedded systems to cloud platforms. As a longtime user and contributor to the Rx community, he leads the way in responsive programming propagation. In addition to his development work, he is a Latin dancer and lecturer.

루이스 아텐시오(Luis Atencio)
시트릭스 시스템즈의 소프트웨어 엔지니어다. 컴퓨터 과학 학사 및 석사 학위가 있고 현재는 자바스크립트, 자바, PHP로 웹 애플리케이션을 개발하고 있다. 커뮤니티, 콘퍼런스, 지역 모임도 열심히 참여하며 개발하지 않을 때는 개발자 블로그(http://luisatencio.net)나 기사를 작성한다.

He is a software engineer at Citrix Systems. He holds a bachelor’s and master’s degrees in computer science and currently develops web applications in JavaScript, Java, and PHP. He works hard on communities, conferences and community gatherings, and writes developer blogs(http://luisatencio.net) and articles when he is not developing.


부록(Extra File)