Node.js 교과서 개정3판([Update]Node.js Textbook 3nd)

출간 예정일(Release) : 2022/12/29
종이책 출간일(Print Release) : 2022/12/20
전자책 종류(Format) : ePub
Price : KRW 33,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
한 권으로 끝내는, 노드 기본부터 실무까지 전 과정 총망라!
다양한 서비스를 직접 만드는, 실무에 가장 가까운 강의!

개정 3판을 맞아 노드와 npm 패키지 버전을 최신으로 업데이트하고, 컨트롤러와 서비스를 분리해 사용하는 방식으로 예제 구조를 변경하면서 9~13장까지 모든 코드를 수정하며 완성도를 높였다. ES2022에 맞춰 Map/Set과 널 병합, 옵셔널 체이닝을 예제 코드 전반에 사용하고 관련 문법을 설명했으며, 정식 지원되는 ECMAScript 모듈 사용법도 추가했다. 또한, 요즘 적극적으로 도입되는 추세에 맞춰 노드 프로젝트를 타입스크립트로 전환하는 방법도 추가했다.

이 책은 프런트부터 서버, 데이터베이스, 배포까지 아우르는 광범위한 내용을 다룬다. 군더더기 없는 직관적인 설명으로 기본 개념을 확실히 이해하고, 노드의 기능과 생태계를 사용해보면서 실제로 동작하는 서버를 만들어보자. 웹 서버, 웹 API 서버, 노드 서비스 테스트, SNS 서비스, 실시간 GIF 채팅방, 경매 시스템, 커맨드라인 인터페이스까지 경험할 수 있으며, 예제와 코드는 최신 문법을 사용해 실무에 바로 참고하거나 적용할 수 있게 했다.

Complete with one book, the entire process from node basics to practical work!
The closest lecture to the practice of making various services yourself!

This book has been updated to the latest node and npm package versions for the 3rd edition, and the example structure has been changed in a way that separates the controller and service, and all the codes from Chapters 9 to 13 have been modified to improve the completeness. In accordance with ES2022, Map/Set, null merging, and optional chaining were used throughout the example code, related syntax was explained, and the use of officially supported ECMAScript modules was also added. In addition, in line with the trend that is being actively introduced these days, a method of converting node projects to typescript has been added.

This book covers a wide range of topics from front desk to server to database to deployment. Let’s get a clear understanding of the basic concept with an intuitive explanation without any superfluity, and create a server that actually works while using the function and ecosystem of the node. You can experience web server, web API server, node service test, SNS service, real-time GIF chat room, auction system, and command line interface.


저자(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)

스프링 부트로 개발하는 MSA 컴포넌트(SPRING BOOT FOR MSA)

출간일(Release) : 2022/12/p07
종이책 출간일(Print Release) : 2022/11/18
전자책 종류(Format) : ePub
Price : KRW 35,200
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
마이크로서비스 도입에 필요한 스프링 부트 사용법을 확실하게 배우자!
개발과 운영이 까다로운 마이크로서비스를 올바르게 이해하고, 마이크로서비스 애플리케이션을 개발할 때 필요한 스프링 부트에 집중해서 설명한다. 스프링 부트의 자동 설정 기능부터 JPA, REST-API, 영속성 프레임워크와 레디스, 그리고 스프링 프레임워크에서 제공하는 스케줄링 기능과 스프링 이벤트를 사용하는 방법까지 순서대로 들여다보면서 스프링 애플리케이션을 보다 완성도 있게 개발할 수 있다.

400개의 길고 짧은 예제를 통해 실전 감각을 올리자!
이 책에서는 실무에서 서비스를 개발하면서 부딪힐 수 있는 여러 상황들을 예제로 설명한다. 400개의 길고 짧은 예제를 통해 ‘스프링 투어’라는 가상의 여행 예약 서비스를 조금씩 발전시키면서 여러 서비스가 결합된 서비스로의 전환 과정을 보여준다. 이 과정 안에서 스프링 부트로 마이크로서비스 컴포넌트를 개발하는 방법을 보다 쉽게 이해할 수 있을 것이다.

Learn how to use Spring Boot to introduce microservices!
This book correctly understands microservices, which are difficult to develop and operate, and focuses on Spring Boot, which is necessary when developing microservice applications. From the automatic configuration function of Spring Boot to JPA, REST-API, the persistence framework and Redis, and the scheduling function provided by the Spring Framework and how to use Spring Events, you can develop a more complete Spring application.

Let’s raise the practical sense through 400 long and short examples!
This book explains various situations that may be encountered while developing services in practice with examples. Through 400 long and short examples, the virtual travel reservation service called ‘Spring Tour’ is gradually developed and converted to a service that combines several services. In this course, it will be easier to understand how to develop microservices components with Spring Boot.


저자(Author)
김병부(Kim, Byoungboo)
광운대학교에서 무선네트워크 분야를 전공하였으며, 광운대학교 네트워크 연구회(K-NET)의 일원으로 활동했다. 현재 CJ E&M에서 근무하고 있다. 그동안 3권의 책을 집필했으며, 주로 웹 프로그래밍과 서버 프로그래밍을 업으로 삼고 있다. 50대에도 개발자로 일하기 위해서 꾸준히 고민 중이다.

He majored in wireless networking at Kwangwoon University and worked as a member of Kwangwoon University network research group (K-NET). He currently works at CJ E & M. He has written three books, mainly web programming and server programming. The author is constantly struggling to work as a developer in his 50s.


부록(Extra File)

그림으로 이해하는 가상화와 컨테이너(VIRTUALIZATION AND CONTAINER)

출간일(Release) : 2022/12/02
종이책 출간일(Print Release) : 2022/11/23
전자책 종류(Format) : ePub
Price : KRW 17,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
쉽고 재미있게 시작하는 가상화와 컨테이너!
가상화는 규모가 큰 시스템이나 서비스를 구성하는 데 없어서는 안 될 중요한 기술이다. 특히 가상화의 한 종류인 컨테이너 가상화는 가상 서버를 손쉽게 구축할 수 있어서 시스템 구축 환경으로 인기가 많다. 이 컨테이너 가상화를 구현하는 소프트웨어가 바로 도커인데, 컨테이너를 효율적으로 관리하기 위해 쿠버네티스라는 도구와 함께 사용한다. 이 책은 가상화 기초 지식과 컨테이너형 가상화 기술을 설명하고, 사실상 업계의 표준으로 자리 잡은 쿠버네티스와 도커를 핵심만 짚어서 소개한다. 마이크로소프트, 구글, 아마존에서 제공하는 쿠버네티스 서비스도 추가로 다뤘다. 145개 일러스트와 10개 표로 어려운 내용을 쉽게 풀어냈기 때문에 훨씬 수월하게 읽을 수 있다. 컨테이너 환경을 공부하고 싶다면 이 책으로 즐겁고 재미있게 시작해 보자!

Virtualization and containers start easy and fun!
Virtualization is an important technology indispensable for constructing large-scale systems or services. In particular, container virtualization, a type of virtualization, is popular as a system building environment because it can easily build a virtual server. The software that implements this container virtualization is Docker, which is used together with a tool called Kubernetes to efficiently manage containers. This book explains the basics of virtualization and container-type virtualization technology, and introduces Kubernetes and Docker, which have become the de facto industry standards, only the core. Kubernetes services provided by Microsoft, Google, and Amazon are also covered. With 145 illustrations and 10 tables, difficult content is easily solved, so it is much easier to read. If you want to study the container environment, this book is a fun and fun way to start!


저자(Author)
스스키다 타츠야(Susukida, Tatsuya)
1987년생, 훗카이도 출생. 니기타현에 거주하고 있으며, 현직 프로그래머이다. 12살 때부터 독학으로 프로그래밍을 공부했다. 도마코마이 공업고등학교와 나가오카 기술과학대학에서 정보 공학을 배웠던 것을 토대로 2011년 6월에 주식회사를 설립했다. 주로 웹 애플리케이션 스크래치 개발을 하고 있으며, 테스트와 배포를 위해 컨테이너 기술을 활용하고 있다. 이 도서에서는 4~6장을 집필했다.

Born in 1987, Hokkaido. He lives in Niigata Prefecture and is a current programmer. From the age of 12 he studied programming on his own. He founded his joint stock company in June 2011 based on what he studied information engineering at Tomakomai Technical High School and Nagaoka University of Technology and Science. He mainly develops web application scratch, and utilizes container technology for testing and deployment. In this book, he wrote 4 or 6 chapters.

이가라시 타카유키(Igarashi, Takayuki)
니가타현 나가오카시 출생. 도쿄정보대학 경영정보학부 정보학과를 졸업했다. IT 저서를 다수 집필했으며, 가장 최근에 집필한 도서는 『SQL Server Transact-SQL 프로그래밍 실전 개발 가이드』(기술평론사, 2019)이다. 2019년부터 도쿄정보대학 교우회 신에츠 지부장으로 근무하고 있다. 이 도서에서는 1~3장을 집필했다.

Born in Nagaoka City, Niigata Prefecture. He graduated from the Department of Informatics, Faculty of Business Information, Tokyo University of Information. He has authored many IT books, the most recent one being 『SQL Server Transact-SQL Programming Practice Development Guide』(Technical Reviewer, 2019). Since 2019, he has been serving as the head of the Shin-etsu branch of the Tokyo Information University Alumni Association. In this book, he wrote chapters 1 to 3.

필수 과학 개념 with 첨단 실험(Essential Science Concepts with Advanced Experiments)

출간일(Release) : 2022/10/28
종이책 출간일(Print Release) : 2022/10/20
전자책 종류(Format) : ePub
Price : KRW 14,000
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
현직 교사가 집필한 이 책은 교과서 속 초등 과학 개념을 실험과 함께 배울 수 있게 안내하는 과학 도서입니다. “우주에 가면 저절로 키가 커진다고?”, “하늘에서 떨어지는 소나기를 맞아도 다치지 않는 이유”, “수영장에서 나는 냄새의 원인은?” 등 생활 속 과학부터 교과서에 나오는 내용 54가지를 추려서 삽화와 함께 설명합니다. 무게, 빛, 물질, 전기, 온도와 열, 식물, 자기, 화산과 지진 등 총 9개 파트로 구성되어 있으며, 각 파트의 끝에는 인공지능, 프로그래밍, 증강 현실(AR) 등 첨단 기술을 활용한 실험을 할 수 있도록 안내합니다. 웹캠이 있는 컴퓨터와 마이크로비트, 스마트폰만 있으면 집에서도 손쉽게 실험을 할 수 있습니다. 이 책과 함께 과학과 코딩 두 가지를 즐겁게 경험해 보세요!

Written by an in-service teacher, this book is a science book that guides students through experiments and learning elementary science concepts in textbooks. “Do you think you will grow taller automatically if you go to space?”, “Why do you not get hurt even if you are hit by a rain shower from the sky?”, “What is the cause of the smell in the swimming pool?” From science in everyday life to the content found in textbooks, 54 are selected and explained with illustrations. It consists of a total of 9 parts, including weight, light, matter, electricity, temperature and heat, plants, magnetism, volcanoes and earthquakes. guide you to do it. All you need is a computer with a webcam, a micro:bit, and a smartphone for easy experimentation at home. Enjoy both science and coding with this book!


저자(Author)
이영호(Lee, Young-ho)
대구교육대학교 컴퓨터교육과 교수. 우리의 삶에 큰 영향을 미치고 있는 컴퓨터와 인공지능에 대해서 예비 교사 및 학생들에게 알려주고 있다.
Professor, Department of Computer Education, Daegu National University of Education. The author informs prospective teachers and students about computers and artificial intelligence that are having a great impact on our lives.

박지희(Park, Ji-hee)
서울시 초등학교 교사. 인공지능 연구회 활동을 통해 과학 교육과정과 첨단 기술을 융합한 과학 수업을 개발했다. 서울시 교육청 과학 우수교사로 선발되어 과학과 교수학습자료 연구를 진행하였고, 소프트웨어 선도학교 프로그램 및 AI 캠프를 운영하면서 EBS ‘AI야 놀자’ 제작에 참여했다. 현재 서울시 영재교육원 선발과 심사에 참여하고 있다.

Elementary school teacher in Seoul. The author developed a science class that converges the science curriculum and cutting-edge technology through the activities of the artificial intelligence research group. She was selected as an excellent science teacher by the Seoul Metropolitan Office of Education and conducted research on teaching and learning materials in the science department. She is currently participating in the selection and screening of the Seoul Institute for the Gifted and Talented.

이원석(Lee, Wonseok)
서울교육대학교부설초등학교 교사. 인공지능 현장연구회 및 디지털리터러시 직무연수 강사로 활동하고 있다. 교육정보화연구대회에서 과학과 첨단 기술을 접목한 연구 주제로 전국대회에서 입상했으며, 현재 심사위원 및 지도위원으로 활동하고 있다.

A teacher at an elementary school affiliated with Seoul National University of Education. He is working as an artificial intelligence field research group and digital literacy job training instructor. He won the national competition for a research topic that combines science and advanced technology in the Education Informatization Research Competition, and is currently serving as a judge and advisor.

천석경(Cheon, Seok-gyeong)
서울시 초등학교 교사. 지난 20년간 학교 교육 현장에서 학생들의 궁금증과 호기심을 풀어 줄 재미있는 과학 수업을 진행했다. 동남아시아 재외 한국학교에서 과학정보부장을 담당했으며, 현재 서울시 교육청 현장연구팀과 연구회에서 활동하면서 직무연수 강의와 현장 컨설팅, 과학전시관 강의를 하고 있다. EBS ‘AI야 놀자’ 제작에 참여했다.

Elementary school teacher in Seoul. For the past 20 years, we have conducted interesting science classes that will satisfy students’ curiosity and curiosity in the school education field. He was in charge of the science information department at a Korean school overseas in Southeast Asia, and is currently active in the field research team and research group of the Seoul Metropolitan Office of Education, giving lectures on job training, field consulting, and lectures at the science exhibition hall. He participated in the production of EBS ‘Hey AI, Let’s Play’.

부모님을 위한 유튜브 무작정 따라하기(The Cakewalk Series-The Basics of YouTube for Seniors)

출간일(Release) : 2022/10/19
종이책 출간일(Print Release) : 2022/10/14
전자책 종류(Format) : ePub
Price : KRW 14,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
더이상 물어볼 필요 없어요!
유튜버 ‘욜디’와 함께하는 세상 쉬운 유튜브 첫걸음

하루에도 몇 개씩 유튜브 동영상을 시청하는 우리 부모님, 그런데 유튜브를 제대로 이용하고 계신 걸까요? 구글 계정을 알지 못해 로그인하지 않은 채로 이용하거나, 화질 설정이나 재생 목록 만들기 등 간단한 설정도 어려워하시지는 않나요?
?부모님을 위한 유튜브 무작정 따라하기?는 우리 부모님이 자신감을 되찾을 수 있도록 유튜브의 기초부터 차근차근 소개합니다. 왕초보의 눈높이에 딱 맞추어 설명하고, 모든 내용을 무료 동영상 강의로 제공하므로 누구나 유튜브에 익숙해질 수 있습니다.

유튜브의 기본 메뉴와 설정법을 익힌 후, 내 채널을 개설하는 방법도 알아봅니다. 스마트폰 하나로 간단히 영상을 제작하는 방법까지 소개하여 유튜브 크리에이터로서 첫걸음을 내디딜 수 있습니다.
유튜브, 겁내지 말고 차근차근 따라와 보세요. 새로운 일상이 지금부터 시작됩니다.

No need to ask any more!
The easy first step in the world with YouTuber ‘Yoldi’

My parents watch several YouTube videos a day, but are you using YouTube properly? Do you not know your Google account and use it without logging in, or do you find it difficult to set up simple settings such as quality settings or playlists?
This book introduces the basics of YouTube step by step so that our parents can regain their confidence. Everyone can become familiar with YouTube because it explains exactly at the eye level of beginners and provides all contents as free video lectures.

Learn how to set up YouTube’s basic menu and then learn how to open your own channel. You can even take the first step as a YouTube creator by introducing how to simply create a video with one smartphone.
Don’t be afraid to follow YouTube, step by step. A new daily life begins now.


저자(Author)
곽은지(Kwak, Eun-ji)
교육에 첨단 기술을 더하는 교육공학 전공자이자 온라인 교육 콘텐츠 기획자입니다. 디지털 사회에서 어려움을 겪는 부모님을 위해 컴퓨터 기초 강의를 시작하여, 지금은 모두가 행복한 ‘디지털 세상’을 꿈꾸며 유튜브 채널을 운영하고 있습니다.

The author is an educational engineering major and online education content planner who adds cutting-edge technology to education. She started her computer basics lectures for her parents who are struggling in the digital society, and now runs a YouTube channel dreaming of a ‘digital world’ where everyone is happy.

E-mail · yoldigital-2020@naver.com
YouTube · www.youtube.com/c/욜디컴퓨터인터넷기초강의

초등학생을 위한 인공지능 지식 76(76 artificial intelligence knowledge for elementary school students)

출간일(Release) : 2022/10/20
종이책 출간일(Print Release) : 2022/10/04
전자책 종류(Format) : ePub/PDF
Price : KRW 12,800
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
슬기로운 초등학생을 위한 미래 과학 교양서
2025년부터 초·중·고등학교 SW·AI 교육이 의무화되면서 정보 교육 시수가 현재보다 2배 늘어납니다. 꼭 컴퓨터를 전공하거나 인공지능 전문가가 되지 않더라도, 미래 사회를 살아갈 아이들에게 SW·AI 능력과 디지털 소양은 이제 선택이 아니라 필수가 될 것입니다. 《초등학생을 위한 인공지능 지식 76》은 이러한 시대 흐름에 맞춰, 인공지능과 과학 기술에 대한 기초 지식을 초등학생 눈높이에 딱 맞게 알려주는 과학 교양서입니다. 현직 초등 교사이자 영재 교육 전문가인 저자가 아이들에게 꼭 필요한 주제 76가지를 골라, 쉽고 재밌게 풀어서 설명합니다. 일반 계산기와 인공지능 컴퓨터의 차이부터 4차 산업 혁명, 컴퓨터 기초 상식, 인공지능 윤리와 미래 직업의 종류까지, 알록달록 다채로운 삽화와 짧은 글줄로 구성하여 술술 읽을 수 있습니다. 이 책 한 권으로 SW·AI 교육을 대비하고, 과학 기술을 이해하는 디지털 문해력을 길러 보세요!

Future science textbook for wise elementary school students
As SW/AI education in elementary, middle, and high schools becomes compulsory from 2025, the number of hours for information education will double from the current one. Even if you don’t have to major in computer or become an artificial intelligence expert, SW/AI skills and digital literacy will no longer be an option but a necessity for children who will live in the future. This book is a science liberal arts textbook that provides basic knowledge about artificial intelligence and science technology at the eye level of elementary school students in line with this trend. The author, an incumbent elementary school teacher and gifted education expert, selects 76 essential topics for children and explains them in an easy and fun way. From the difference between a general calculator and an artificial intelligence computer, to the 4th industrial revolution, computer basic common sense, artificial intelligence ethics, and the types of future jobs, it is composed of colorful illustrations and short lines that can be easily read. Prepare for SW/AI education and develop digital literacy to understand science and technology with this book!


저자(Author)
김영현(Kim, Young-hyun)
호기심으로 반짝거리는 아이들에게 세상의 다양한 지식을 전달하는 현직 교사입니다. 수학과 과학이 어려움의 대상이 아닌 즐거움의 대상임을 알려 주고자 이 책을 썼습니다. 현재 서울 소재 초등학교에서 아이들과 함께 미래를 꿈꾸며 즐거운 시간을 보내고 있으며, 과학 기술과 관련된 이야기를 쉽고 재미있게 풀어 나가려고 늘 고민하고 있습니다.

The author is an in-service teacher who delivers various knowledge of the world to children who sparkle with curiosity. He wrote this book to show that mathematics and science are objects of enjoyment, not difficulties. Currently, the author is having a good time dreaming of the future with children at an elementary school in Seoul, and is always thinking about telling stories related to science and technology in an easy and fun way.

최정을(Choi, Jeong-eul)
1972년 대구 출생으로 〈보물섬〉 친구찾기 코너 삽화로 데뷔했으며 중앙일보, 주간경향, 리빙센스, 삼성사보, 웅진출판사, 대교출판사 등 여러 업체의 만화, 삽화, 광고 캐리커쳐를 그렸습니다. 현재는 프리랜서 일러스트레이터로 활동 중입니다.

The author was born in Daegu in 1972 and made his debut as an illustration for the ‘Treasure Island’ friend search section. The author is currently working as a freelance illustrator.


부록(Extra File)

코딩 자율학습 나도코딩의 C 언어 입문(C for Beginners with Nadocoding)

출간일(Release) : 2022/10/10
종이책 출간일(Print Release) : 2022/10/10
전자책 종류(Format) : ePub
Price : KRW 20,800
미리보기(Preview)


ridi

google

yes24

aladin

apple


책소개(Overview)
유튜브와 인프런의 인기 강의를 한 권의 책에 담았습니다. 일상 속 재미있는 예제로 9가지 프로젝트를 완성하며 반복문, 조건문, 함수, 배열, 구조체와 모두가 어렵다고 말하는 포인터까지 쉽고 재미있게 배울 수 있습니다. 예제를 따라 하다 보면 어느새 C 언어의 개념과 원리가 내 것이 되어 있을 것입니다. 코딩을 처음 배우는 사람도, 중간에 포기했던 사람도 단계적 용어 설명과 친절한 지시선으로 막힘 없이 따라 할 수 있습니다. 강의 내용 외 팁, 노트 등도 적재적소에 배치해 혼자 고민할 필요 없이 완벽한 코딩 자율학습으로 이끕니다. C 언어를 마스터하고 나면 다른 언어를 이해하는 속도가 빨라집니다. 더 이상 포인터에서 좌절하지 말고 C 언어를 완공해 보세요. 이 한 권으로 충분히 입문할 수 있습니다.

Popular lectures from YouTube and Infron are included in one book. By completing 9 projects with fun examples from everyday life, you can learn loops, conditional statements, functions, arrays, structures, and pointers that everyone says difficult. If you follow the examples, the concepts and principles of the C language will become yours. Whether you are just learning to code or have given up halfway through, step-by-step glossary of terms and friendly guidelines can help you follow along. In addition to lecture content, tips and notes are also placed in the right place, leading to perfect coding self-learning without having to think alone. Once you master the C language, you will be able to understand other languages faster. Don’t get frustrated with pointers anymore, and complete the C language. This one book is enough to get you started.


저자(Author)
나도코딩(NadoCoding)
누구나 쉽고 재미있게 코딩을 공부할 수 있도록 다양한 강의를 제공하는 유튜버이자 개발자다. 유튜브 강의를 통해 개발자로 취업에 성공하거나 업무 성과를 인정받아 승진했다는 등 감사 인사를 받을 때 가장 큰 보람과 희열을 느낀다. ‘예제를 통한 쉬운 설명’, ‘군더더기 없는 깔끔한 강의’라는 수강평을 받은 이후로 이 2가지는 반드시 지키자는 다짐으로 새로운 강의 제작에 임하고 있다.

The author is a YouTuber and developer who provides various lectures so that anyone can learn coding in an easy and fun way. The author feels the greatest reward and joy when The author receives a thank-you note, such as being successful in a job as a developer through a YouTube lecture or being promoted in recognition of work performance. The author has been working on a new lecture with a promise to keep these two things since he received the reviews of ‘easy explanation through examples’ and ‘clear lecture without frills’.

Youtube: https://bit.ly/3K3ggMr
Blog: https://nadocoding.tistory.com


부록(Extra File)

코딩 개념 잡는 자바 코딩 문제집(Java Coding Problems)

출간일(Release) : 2022/10/06
종이책 출간일(Print Release) : 2022/09/30
전자책 종류(Format) : ePub
Price : KRW 38,400
미리보기(Preview)


ridi

google

yes24

aladin

apple


책소개(Overview)
모던 자바의 주요 개념을 확실하게 이해한다
현대 프로그래밍 언어의 트렌드를 반영하면서 자바에는 타입 추론, 함수형, 옵셔널, 널 안전 스트림, 디폴트 메서드, 중첩 기반 접근 제어, 퓨처, 개선된 동시성 기능 등이 추가되었다. 300개 이상의 응용프로그램과 1,000개 이상의 예제를 통해 주요 개념을 확실하게 이해하자.

빠르게 발전한 자바 문법과 라이브러리를 익힌다
자바 언어가 빠르게 발전하면서 자바 문법과 라이브러리에 많은 변화가 생겼다. 이러한 변화는 개발 환경의 변화와 그에 따른 개발자들의 요구를 수용하기 위한 것이었지만, 학습 곡선을 빠르게 높였다. 즉, 학습하기 어려워졌다. 이러한 변화는 자바 입문서로는 제대로 배우기 어렵다. 문법 이후 막막한 학생, 빠르게 발전한 자바의 발전을 따라 잡고 싶은 개발자에게 필요한 내용을 담았다.

실무에서 만나는 문제를 해결하면서 레벨업한다
실무에서 공통으로 접하게 되는 분야를 문제로 출제했다. 문자열, 숫자, 배열, 컬렉션, 데이터 구조, 날짜와 시간, 불변성, 타입 추론, 옵셔널, 자바 I/O, 비동기 처리, 동시성, 자바 리플렉션, 람다, 스트림, 컬렉터, 함수형 프로그래밍, 디자인 패턴, HTTP Client API 등에 대한 문제를 수록했다. 문제마다 구글 검색으로 해결하려 한다면 코딩 속도가 너무 느리다. ‘자바 코딩 문제집’으로 많은 문제를 접하고 해법을 익혀두자. 이미 접해본 문제와 해법이 많을수록 문제 해결력이 생기고 코딩 속도도 빨라진다.

You will have a solid understanding of the main concepts of modern Java.
Reflecting the trends of modern programming languages, Java adds type inference, functional types, optionals, null-safe streams, default methods, nested-based access control, futures, and improved concurrency features. Get a solid understanding of key concepts with over 300 applications and over 1,000 examples.

You can learn fast-developed Java syntax and libraries.
With the rapid development of the Java language, many changes have occurred in the Java syntax and libraries. Although these changes were intended to accommodate changes in the development environment and the demands of developers, it quickly increased the learning curve. In other words, it became difficult to learn. These changes are difficult to learn properly with a Java introductory book. This book contains the necessary content for students who are not familiar with grammar and for developers who want to keep up with the rapid development of Java.

You can level up while solving problems encountered in practice.
This book addresses issues that are commonly encountered in practice. If you try to solve each problem with a Google search, the coding speed is too slow. Let’s face many problems and learn how to solve them with the ‘Java Coding Problem Book’. The more problems and solutions you have already encountered, the better your problem-solving skills and the faster you code.


저자(Author)
앵겔 레너드(Anghel Leonard)
앵겔 레너드(Anghel Leonard)는 자바 생태계에서 20년 넘게 경력을 쌓은 수석 기술 전략가이다. 강력한 아키텍처와 클린 코드, 고성능을 갖춘 자바 분산 애플리케이션의 설계와 개발이 주 업무다. 코칭과 멘토링, 기술자 리더십에도 열성적이다. 자바 기술과 관련해 여러 가지 책과 영상, 그리고 다수의 글을 남겼다.

Anghel Leonard is a senior technology strategist with over 20 years of experience in the Java ecosystem. His main job is to design and develop Java distributed applications with powerful architecture, clean code, and high performance. He is also passionate about coaching, mentoring and tech leadership. She has written several books, videos, and articles on Java technology.


부록(Extra File)

스태프 엔지니어(STAFF ENGINEER)

출간일(Release) : 2022/09/18
종이책 출간일(Print Release) : 2022/09/15
전자책 종류(Format) : ePub
Price : KRW 20,000
미리보기(Preview)


ridi

google

yes24

aladin

apple


책소개(Overview)
IT 업계가 계속 성장하면서 전에 없던 팀과 조직의 경계를 넘어서는 큰 문제를 다루게 되었다. 그러면서 많은 기업에서 기술적 전략을 주도하고, 경계를 넘어 프로젝트를 리드할 수 있는 관리자가 아닌 ‘경험 있는’ 엔지니어가 필요하다는 점을 자각하고 있다. 이러한 엔지니어는 어떻게 탄생하며, 이들의 역할과 업무는 무엇일까? 아직 여러 기업이 공유하는 보편적인 경력 개발 방법이 없거나, 그 직함이 일관적이지 않고 매우 다양하게 존재한다. 이 책은 이런 엔지니어를 ‘스태프 엔지니어’라는 직함으로 설명하고 있다. 모호한 스태프 엔지니어의 역할과 유형을 정리했으며 엔지니어링 전략 작성하기, 기술 품질 관리하기 등 스태프 엔지니어로서 해야 할 일들도 소개한다. 또한, 스태프 엔지니어가 될 수 있는 현실적인 주제인 스태프 프로젝트 수행하기나 조직에서 자신을 드러내는 법, 이직하기 등도 설명한다. 마지막으로 우버, 매일침프 등의 현업 스태프 엔지니어 14명에게 듣는 생생한 경험과 노하우까지 살펴볼 수 있다.

As the IT industry continues to grow, it is facing unprecedented challenges that cross the boundaries of teams and organizations. At the same time, many companies are realizing that they need ‘experienced’ engineers, not managers, who can steer technological strategies and lead projects across boundaries. How are these engineers born, and what are their roles and duties? There is still no universal career development method shared by many companies, or the titles are inconsistent and very diverse. This book describes such an engineer as a ‘staff engineer’. It outlines the ambiguous roles and types of staff engineers, and introduces what you should do as a staff engineer, such as writing an engineering strategy and managing technical quality. It also explains the practical topics of becoming a staff engineer, such as conducting a staff project, revealing yourself in an organization, and changing jobs. Finally, you can look at the vivid experiences and know-how heard from 14 field staff engineers such as Uber and Maeilchimp.


저자(Author)
윌 라슨(Will Larson)
캄(Calm), 스트라이프(Stripe), 우버(Uber)를 비롯한 다양한 형태와 규모의 회사에서 엔지니어링 리더이자 소프트웨어 엔지니어였다. 또한, 30,000부 이상 판매된 『An Elegant Puzzle』의 저자이기도 하다. 그는 노스캐롤라이나에서 자랐고 켄터키의 센터 칼리지에서 컴퓨터 공학을 전공했다. JET 프로그램 영어 교육을 위해 일본에서 1년을 보냈으며 2009년부터 샌프란시스코에 산다.

He was an engineering leader and software engineer at companies of all shapes and sizes, including Calm, Stripe, and Uber. He is also the author of An Elegant Puzzle, which has sold over 30,000 copies. He grew up in North Carolina and studied computer science at Center College in Kentucky. He spent one year in Japan teaching English for the JET program and has been living in San Francisco since 2009.

마인크래프트 건축 무작정 따라하기(The Cakewalk Series – Minecraft Construction)

출간일(Release) : 2022/09/16
종이책 출간일(Print Release) : 2022/08/30
전자책 종류(Format) : ePub
Price : KRW 14,400
미리보기(Preview)


ridi

google

yes24

aladin

apple


책소개(Overview)
초보자의 눈높이에 맞춘 단계별 건축 입문서

마인크래프트 세계에서는 누구나 건축가와 예술가가 될 수 있습니다. 700여 개의 블록을 사용해 내가 상상한 무언가를 자유롭게 만들어 볼 수 있지요. 하지만 조금 더 멋진 건축물을 만들려면 체계적인 건축 방법과 가이드가 필요합니다.
이 책은 마인크래프트 교육 전문가이자 현직 초등 교사들이 집필한 마인크래프트 건축 입문서입니다. 자이로드롭부터 나선형 워터 슬라이드, 수륙양용차, 봉수대, 마법사의 집, 태양광 캠핑카, 탱크, 메타버스 과학관, 고층 빌딩 등 과학, 사회, 역사 주제를 아우르는 멋진 작품 16가지를 만들어 봅니다. 마인크래프트 기본 사용법만 알고 있으면 누구나 쉽게 따라 할 수 있도록 차근차근 설명하며, 건축물과 관련된 배경 지식도 알려줍니다. 《마인크래프트 건축 무작정 따라하기》와 함께 무한한 가능성의 세계를 경험해 보세요!

A step-by-step Minecraft Construction guide for beginners

In the world of Minecraft, anyone can be an architect and an artist. With over 700 blocks, you can freely create anything you can imagine. But in order to make a little more beautiful architecture, you need a systematic building method and guide.
This book is an introductory guide to building Minecraft, written by Minecraft education experts and practicing elementary school teachers. Create 16 stunning creations covering science, social and historical themes, from gyrodrops to spiral water slides, amphibians, beacon, wizard’s house, solar camper, tank, metaverse science museum, skyscrapers and more. It explains step-by-step so that anyone can easily follow it if you know the basics of how to use Minecraft, and also provides background knowledge related to architecture. It explains step-by-step so that anyone can easily follow it if you know the basics of how to use Minecraft, and also provides background knowledge related to architecture. Experience the world of infinite possibilities with this book!


저자(Author)
스티브코딩(Steve Coding)
스티브코딩은 이 책의 저자인 김민성, 김영빈, 백순훈, 신윤철, 이상민으로 구성된 마인크래프트로 즐거운 수업을 만들고 싶은 선생님들의 모임입니다. 게임 기반 학습, 게임화 교육, 소프트웨어 교육에 관심을 가지고 함께 연구하고 있습니다.

Steve Coding is a group of teachers who want to make fun classes with Minecraft, composed of the authors of this book, Min-seong Kim, Young-bin Kim, Soon-hoon Baek, Yun-cheol Shin, and Sang-min Lee. The authors are interested in and work with game-based learning, gamification education, and software education.