자바스크립트 패턴과 테스트(Reliable Javascript)

출간일(Release) : 2017/01/15
종이책 출간일(Print Release) : 2016/11/10
전자책 종류(Format) : ePub
Price : KRW 30,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
견고한 코딩 기술을 배우자!
자바스크립트는 이제 단순 작업을 넘어 엔터프라이즈 애플리케이션 개발, 웹 서비스, 모바일 서비스 등 다양한 분야에서 사용하는 주류 언어가 되었다. 하지만 과거 웹 개발을 하듯 혹은 C/C++/자바에서 하듯 개발한다면 그 프로그램은 문제를 일으키고 말 것이다.

이 책은 자바스크립트만의 독특한 문법 구조를 이해하고 견고한 프로그램을 개발하는 데 필요한 기술과 원리를 설명한다. 콜백 패턴, 프라미스 패턴, 싱글톤 패턴, 장식자 패턴 같은 패턴과 단위 테스팅을 활용해서 오류 없고 견고한 프로그램을 개발하는 방법을 예제와 함께 보여준다.

이 책을 읽고 나면 패턴과 테스트는 물론 SOLID, DRY 같은 소프트웨어 공학 원칙과 테스트 주도 개발(TDD) 철학에 대한 통찰도 얻게 될 것이다.

Learn robust coding techniques!
JavaScript has now become a mainstream language for a variety of applications, including enterprise application development, Web services, and mobile services. However, if you develop it like you did in the past web development or C / C ++ / Java, the program will cause problems.

This book explains the techniques and principles necessary to understand the unique grammatical structure of JavaScript and develop a robust program. Demonstrates how to develop error-free and robust programs using pattern and unit testing, such as callback patterns, primes patterns, singleton patterns, and decorator patterns.
 
After reading this book, you will gain insights into software engineering principles, such as SOLID and DRY, as well as pattern and test, as well as the test-driven development (TDD) philosophy.


저자(Author)
래리 스펜서(Larry Spencer)
He is the vice president of application development at ScerIS in Sudbury, Mass., And is the browser-based application authoring team leader, combining the C # / Web API / SQL Server backend with the angular JS. I’ve been programming for 35 years in COBOL, C, C ++, C #, and mainframe assemblies, but JavaScript is the most interesting. He is often invited as a speaker to meetings such as Code Camps and enjoys sharing his or her software passion with the development community. He lives in Marlborough, Massachusetts, and his personal blog is http://FascinatedWithSoftware.com. He is also interested in philosophy, chess, and classical guitar.

세스 리처즈(Seth Richards)
2002년 이후 소프트웨어 전문가로 활약 중이다. 처음엔 술집, 나이트클럽 업계에서 임베디드 프로그래밍을 시작했고 2007년에 웹 애플리케이션 개발자로 전향했다. 엔터프라이즈급 지리 정보 시스템(중앙 물적 자산 관리 시스템), 상품 찾기 및 추천 관련 소셜 네트워크 등 다양한 웹 기반 애플리케이션 제작에 참여했다. 뉴햄프셔 소재 플리머스 주립 대학(현재는 대학교)에서 컴퓨터 공학, 수학을 전공했으며 지금은 조지아 공과대학에서 컴퓨터 공학 석사 학위를 밟고 있다. 개인 블로그 주소는 http://blog.shrichards.com, 트위터 계정은 @shrichards다.

He has been working as a software professional since 2002. Initially, he started embedded programming in the pub and nightclub industries and in 2007 he turned to Web application developers. He has participated in various web-based applications such as enterprise-class geographic information systems (MMS), product discovery and social networks for referrals. He majored in computer science and mathematics at Plymouth State University (now a university) in New Hampshire, and now holds a master’s degree in computer science from the Georgia Institute of Technology. The personal blog address is http://blog.shrichards.com, and the Twitter account is @shrichards.


부록(Extra File)

유지보수 가능한 코딩의 기술 자바편(Building Maintainable Software, Java Edition)

출간일(Release) : 2017/01/24
종이책 출간일(Print Release) : 2016/12/22
전자책 종류(Format) : ePub
Price : KRW 14,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
누가 코드를 이따위로 짠 거야? 나 일 못 해!!!
다른 사람의 코드를 작업하다가 좌절한 경험이 있는가? 서비스가 성장하면 혼자 작업하던 코드도 여러 명이 작업해야 하고, 코드 규모가 커질수록 쉽게 고칠 수 없는 코드로 변하고 만다. 새로운 기능을 개발하는 시간보다 기존 코드를 읽고 수정하는 시간이 더 오래 걸리고, 코드 수정 비용이 급격하게 증가하게 된다. 프로젝트 마감? 마감은 늘어나라고 있는 거 아닌가?
이 책에서는 소프트웨어 개선 그룹(SIG)의 컨설턴트들이 자바로 작성된 JPacman 오픈 소스를 예로 들어 유지보수 가능한 소프트웨어를 만드는 10가지 원칙을 설명한다. 특정 기술에만 해당하는 지표나 변별력이 없는 지표는 제외했다. 팀에서 지키면 최소한 읽을 수 있고, 유지보수가 가능한 코드를 작성할 수 있는, 현실적인 지침을 제시한다. 개발팀에게 이 책은 반드시 필요하다.

Who did this coded? I do not work!
Do you experience frustration when working on someone else’s code? As the service grows, so do the many people who work alone, and as the size of the code grows, it becomes more difficult to fix. It takes longer to read and modify existing code than the time to develop new features, and the cost of code modification increases dramatically. Project closed? Is not there a need to increase the deadline?
In this book, the consultants of the Software Improvement Group (SIG) illustrate the ten principles of creating maintainable software using the JPacman open source example written in Java. Indicators that are specific to specific technologies or indicators that do not distinguish power are excluded. Provide realistic guidelines for writing code that is at least readable and maintainable by the team. This book is essential to the development team.


저자(Author)
히시 위즌홀즈(Gijs Wijnholds)
공공 분야 담당 소프트웨어 품질 컨설턴트로 고객사 프로젝트가 잘 관리될 수 있게 개발 프로세스 전반에 대해 컨설팅한다.

A software quality consultant in charge of the public sector, consulting the entire development process so that the project can be well managed.

실번 리갈(Sylvan Rigal)
SIG 소프트웨어 품질 컨설턴트로 소프트웨어 디자인 및 개발 프로세스 개선에 우선순위를 부여하고 보안을 향상하는 일을 한다.

The author is a SIG software quality consultant who prioritizes improving software design and development processes and improves security.

롭 반 더 리크(Rob van der Leek)
SIG 소프트웨어 품질 담당 컨설턴트로 SIG 소프트웨어 분석 툴의 개발/유지보수를 담당하는 내부 팀을 이끌고 있다.
The author is a SIG Software Quality Consultant who leads an internal team responsible for the development and maintenance of SIG software analysis tools.

파스칼 반 에크(Pascal van Eck)
SIG 소프트웨어 품질 담당 컨설턴트이며 IT 보안, 소프트웨어 지표 등의 분야에 80편이 넘는 논문을 썼다.

He is a consultant for software quality at SIG and has written more than 80 articles on topics such as IT security and software indicators.

주스트 뷔서(Joost Visser)
SIG 연구소장으로 소프트웨어를 평가하고 마스터하기 위해 SIG가 구축한 방법 및 도구의 기반 기술을 담당한다.

He is the director of SIG Research, who is responsible for the techniques and tools that SIG has built to evaluate and master software.


부록(Extra File)

인프라 엔지니어의 교과서-네트워크 관리편(The textbook of infrastructure engineers-Network Administration)

출간일(Release) : 2017/02/01
종이책 출간일(Print Release) : 2016/11/30
전자책 종류(Format) : ePub
Price : KRW 28,800
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
네트워크 구축과 관리의 길잡이
LAN 케이블, 광케이블부터 라우터, DHCP, LAN 스위치, 무선 LAN, 프록시, 로드 밸런서, 클러스터링, 백업과 복구, 데이터센터까지 인프라 엔지니어의 기초를 다진다.

Guidelines for network construction and management
Through this book, you will lay the foundation for infrastructure engineers from LAN cables, fiber optics, routers, DHCP, LAN switches, wireless LANs, proxies, load balancers, clustering, backup and recovery and data centers.


저자(Author)
기술평론사 편집부(Editorial team in Gijyutsu-Hyoron Co., LTD)
IT인프라 구축과 관리를 주 내용으로 다루는 이 책은 IT 엔지니어를 위한 월간지 “SoftwareDesign”에서 최근 수년 동안 연재한 기사를 모아서 재편집한 것이다. 오늘날 발전하는 인프라 기술의 초석으로 이 책이 활용되기를 바라며 제작했다.

This book, which focuses on building and managing IT infrastructures, is a re-edited collection of articles published over the last few years in the monthly “SoftwareDesign” for IT engineers. The editorial team created this book in hopes that it would be used as the cornerstone of today’s developing infrastructure technology.

C++14 STL 철저 입(Using the C++ Standard Template Libraries)

출간일(Release) : 2017/03/02
종이책 출간일(Print Release) : 2016/12/22
전자책 종류(Format) : ePub
Price : KRW 28,800
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
C++14 STL의 단계별 입문서
STL 자체는 방대하지만, 학습에는 단계가 있다. 컨테이너 → 반복자 → 알고리즘 → 고급 주제 순으로 학습하는 게 좋다. 이 순서는 STL의 첫 번째 관문인 컨테이너를 만드는 방법, 컨테이너에서 반복자를 사용하는 방법, 컨테이너와 반복자를 사용해 알고리즘을 적용하는 방법으로 설명한다. STL을 가장 효율적으로 입문할 수 있는 단계로 구성했다.

C ++ 14 STL Step-by-Step Guide
STL itself is vast, but there are stages in learning. It is better to learn in order of container → iterator → algorithm → advanced topic. This procedure explains how to create a container that is the first gateway to an STL, how to use an iterator in a container, and how to apply an algorithm using containers and iterators. STL as the most efficient introduction stage.


저자(Author)
아이버 호튼(Ivor Horton)
아이버 호튼은 수학자로 졸업했지만, 적게 일해도 많이 벌 수 있다는 전망 때문에 정보 기술에 이끌렸다. 아쉽게도 현실은 많은 일을 해야 했고 보상은 그럭저럭 이지만, 지금까지 컴퓨터로 일하고 있다. 프로그래밍, 시스템 디자인, 컨설턴트, 상당히 복잡한 프로젝트의 관리 같은 다양한 일에 참여했다. 오랜 기간 공학 설계와 제조 공정 분야에서 시스템을 설계했었다. 과거에는 다양한 언어로 응용프로그램을 개발했지만, 지금은 과학자나 엔지니어를 대상으로 강의하는 데 많은 시간을 쓰고 있다. 현재까지 C, C++, 자바에 관한 책을 집필했다. 책을 집필하거나 컨설팅을 하지 않을 때는 낚시와 여행을 즐기며 즐겁게 생활하고 있다.

Ivor Horton graduated from mathematics, but was attracted to information technology because of his prospect of earning as much as he could with less work. Unfortunately, reality has to do a lot of work, and compensation is manageable, but so far I have been working with computers. He has been involved in a variety of tasks such as programming, system design, consultants, and management of highly complex projects. He has been designing systems for engineering design and manufacturing processes for a long time. In the past, we developed applications in various languages, but now we spend a lot of time teaching lectures to scientists and engineers. He has written books on C, C ++, and Java to date. Ivor Horton enjoys fishing and traveling when he is not writing books or consulting.


부록(Extra File)

콘솔 워즈(Console Wars)

출간일(Release) : 2017/03/23
종이책 출간일(Print Release) : 2017/04/01
전자책 종류(Format) : ePub
Price : KRW 22,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
1990년대 미국, 소닉과 마리오에게 무슨 일이 벌어졌을까?
양키스와 레드 삭스, 코카콜라와 펩시, 애플과 마이크로소프트 등 세상에는 유명한 라이벌이 존재한다. 이들은 상대와 다투며 서로에 대한 정의를 새롭게 써 내려가는 동시에 새로운 역사를 창조해갔다. 이런 여느 유명 라이벌과 마찬가지로 세가와 닌텐도가 벌인 맹렬한 전쟁 또한 양사 최고의 장점과 최악의 단점을 끌어내는 데 그치지 않고 게임 업계 전체의 발전까지 이끌어냈다.
이 책은 과거 세가, 닌텐도에서 일했던 직원들과 진행한 200건 이상의 인터뷰를 바탕으로 쓴 다큐멘터리 소설이다. 저자 블레이크 J. 해리스는 전략, 전투에 집중하면서 이들이 어떻게 대중문화에 영구한 족적을 남겼는지 그린다.

What happened to Sonic and Mario in America in the 1990s?
The Yankees, Red Sox, Coca – Cola and Pepsi, Apple and Microsoft are some of the world ‘s best rivals. They struggled with their opponents, writing new definitions of each other, and creating new histories. Like these famous rivals, the fierce battle of SEGA and Nintendo has not only brought out the best of both worlds, but also led to the development of the game industry as a whole.
This is a documentary novel based on more than 200 interviews with staff members who worked in the past years and Nintendo. Blake J. Harris focuses on strategy, battle, and how they leave a permanent footprint in popular culture.


저자(Author)
블레이크 J. 해리스(Blake J. Harris)
뉴욕을 기반으로 활동하는 작가 겸 영화제작자다. 그는 현재 책을 바탕으로 스콧 루딘(Scott Rudin), 세스 로건(Seth Rogen), 에번 골드버그(Evan Goldberg)가 공동 제작하는 다큐멘터리의 공동 감독으로 있다.

He is a New York-based writer and filmmaker. He is currently co-director of a documentary based on the book, co-produced by Scott Rudin, Seth Rogen and Evan Goldberg.

자바로 배우는 리팩토링 입문(Java refactoring for beginner)

출간 예정일(Release) : 2017/12/06
종이책 출간일(Print Release) : 2017/10/31
전자책 종류(Format) : ePub
Price : KRW 25,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
프로그램은 살아 있다!
프로그램은 계획 없이 수정하거나 제대로 살펴보지 않고 기능을 추가하면 점점 읽기도, 수정하기도, 디버깅하기도 어려운 상태가 된다.

마치 건강을 관리하지 않은 사람처럼 상태가 엉망진창이 된다.
시간을 들여 운동과 식사를 관리해서 체질을 개선하듯이 계속 리팩토링하면 버그를 늘리지 않으면서도 깔끔한 코드로 프로그램 체질을 개선할 수 있다.
이 책은 자바로 된 샘플 코드를 하나씩 실습하며 프로그래머라면 꼭 알아야 할 리팩토링 기법을 쉽게 배울 수 있는 입문서다. 또한 리팩토링 전과 후 프로그램을 비교해서 분석한 내용을 일목요연하게 보여주기 때문에 프로그램이 어떻게 달라졌는지를 누구나 쉽게 이해할 수 있다. 그리고 각 장 뒤에는 중요 포인트를 재확인하고 프로그램이 풍기는 악취를 탐지하는 연습을 할 수 있게 연습문제가 있다.

The program is alive!
If you add a function without modifying it without looking at it properly, you will not be able to read, modify, or debug it.

An unmanaged program becomes a mess like a person who does not manage health.
Refactoring as you spend time managing your workouts and meals improves your constitution, you can improve your program with neat code without increasing bugs.
This book is a primer for practicing the sample code in Java one by one and learning the refactoring techniques that a programmer should know. It also shows how the program is compared before and after refactoring, so anyone can easily understand how the program has changed. Behind each chapter is an exercise to reaffirm critical points and practice the practice of detecting odors in the program.


저자(Author)
유키 히로시(Yuki, Hiroshi)
C 언어, Perl, Java 분야 책을 1990년부터 집필하였다.

He has written books on C, Perl, and Java since 1990.


부록(Extra File)

CentOS 7 예비학교(CentOS Preschool)

출간 예정일(Release) : 2017/11
종이책 출간일(Print Release) : 2017/10/27
전자책 종류(Format) : ePub
Price : KRW 24,000
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
레드햇 엔터프라이즈 리눅스의 무료 배포판인 CentOS를 사용해서 다양한 서버를 구축해보자.

최신 CentOS 7 버전인 1708 설치부터 환경 설정, DNS 서버, 메일 서버, FTP 서버, 웹 서버, 미디어 서버 등을 직접 구축하고 관리해본다. 또한, SELinux 적용, 백신 설치, 방화벽 설정, 로그 분석, SSL 인증서 설정 등 보안 대책은 물론, 국내 인터넷 서비스 환경에 맞는 내용도 담았다.

리눅스가 처음인 사람도, 서버를 처음 운영해보는 사람도 누구나 쉽게 따라 할 수 있게 차근차근 설명하며, 풍부한 도해와 용어 설명으로 개념 이해를 돕는다. 이 책 한 권이면 내 손으로 서버 환경을 구축하여 다양한 서비스를 운영할 수 있다.

Let’s build a variety of servers using CentOS, a free distribution of Red Hat Enterprise Linux.
 
From the installation of the latest CentOS 7 version 1708 to the environment, DNS servers, mail servers, FTP servers, web servers, and media servers are directly managed and managed. In addition, security measures such as SELinux application, vaccine installation, firewall configuration, log analysis, SSL certificate setting, and contents suitable for domestic Internet service environment were also included.

It is easy for anyone who is new to Linux, anyone who is new to the server to easily follow it, and helps them understand the concept with rich illustrations and glossary. With this book, I can build a server environment with my own hands to run various services.


저자(Author)
후쿠다 카즈히로(Fukuda, Kazuhiro)
주식회사 히카리(飛雁) 대표 이사이며 전기 공학 석사 과정을 졸업했다. 대학에서는 전자물성을 전공했지만, 학창 시절 잡지사 아르바이트를 계기로 작가 생활을 시작했다. 지금은 주로 리눅스, 스마트폰, 반도체 소자를 사용하는 전자 공작 관련 기사 및 기업 문서 작성, 네트워크 구축, 교육용 콘텐츠 제작에 관해 집필하고 있다. 또한, 페이스북에서 ‘삿포로 전자 공예부’ 그룹을 운영하고 있다.

He is the CEO of Hikari Co., Ltd. He graduated from the master’s degree in electrical engineering. Although he majored in electronic properties at university, he began his career as a writer on the occasion of a part-time job at a magazine company. He is currently writing articles on electronic work using Linux, smart phones, and semiconductor devices, and writing corporate documents, building networks, and producing educational contents. In addition, the company operates the “Sapporo Electronics Engineering Department” group on Facebook.


부록(Extra File)

PHP 7 예비학교(PHP 7 Preschool)

출간일(Release) : 2017/12/13
종이책 출간일(Print Release) : 2017/09/13
전자책 종류(Format) : ePub
Price : KRW 24,000
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
세상의 반은 PHP다!
PHP는 대표적인 서버 프로그래밍 언어로, 페이스북, 워드프레스, 미디어위키 등이 PHP로 작성되었다. 또한 PHP는 직관적이고 간결해 프로그래밍 경험이 없어도 시작할 수 있을 만큼 쉽다. 이 책에서는 PHP 실습 환경 설정부터 변수, 연산자와 같은 PHP의 기초 문법 및 폼, 세션, 쿠키처럼 실제 웹 페이지를 만들 때 사용하는 기법까지 설명한다. 또한 MySQL도 함께 다뤄 PHP와 연동해 사용하는 방법도 알려준다.

Half of the world is PHP!
PHP is a typical server programming language, with Facebook, WordPress, and MediaWiki written in PHP. PHP is also intuitive and simple enough to get started without any programming experience. In this book, you will learn PHP’s basic grammars such as variables, operators, and techniques used to create real web pages such as forms, sessions, and cookies. It also tells you how to use MySQL in conjunction with PHP.


저자(Author)
오오시게 요시유키(오오시게, 요시유키)
히타치 정보 시스템, 커뮤니케이션 시스템 연구소를 거쳐 독립했다. 맥 전문 잡지에 기고한 것을 시작으로 CD-ROM이나 웹 콘텐츠 제작, 상품 개발, 세미나 강사로 일했으며, 일본 전통 악기 사이트(일본 예술 문화 진흥회), 관내 안내판(일본 과학 미래관) 등을 제작했다. 현재는 집필 활동에 주력하고 있으며, HyperCard, Director, ActionScript, Objective-C, Swift에 관한 다수의 책을 저술했다.

The author was independent through the Hitachi Information Systems and Communication Systems Laboratories. He has worked as a CD-ROM / web content creator, product development, seminar instructor since he contributed to Mac special magazine. He produced Japanese traditional musical instrument site (Japan Art Culture Promotion Association) and guide book (Japan Science Museum) . He is currently working on writing and has authored numerous books on HyperCard, Director, ActionScript, Objective-C, and Swift.


부록(Extra File)

하둡과 스파크를 활용한 실용 데이터 과학(Practical Data Science with Hadoop and Spark)

출간 예정일(Release) : 2017/08/22
종이책 출간일(Print Release) : 2017/08/17
전자책 종류(Format) : ePub
Price : KRW 22,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
호튼웍스 데이터 과학팀이 알려주는 실용 데이터 과학
이 책은 하둡과 스파크를 활용해 대규모 데이터 분석을 수행하고자 하는 데이터 과학자, 데이터 엔지니어, 비즈니스 이해 관계자를 대상으로 한다. 데이터 엔지니어링 전 과정을 파악하고, 핵심 개념을 개괄적으로 배우고, 실용적 구현 사례를 학습한다. 하둡을 손쉽게 시작할 수 있도록 호튼웍스의 가상 머신 샌드박스를 사용해 실습한다.

Practical data science from Horton Works data science team
This book is for data scientists, data engineers, and business stakeholders who want to use Hadoop and Spark to perform large-scale data analysis. Understand the entire process of data engineering, learn key concepts in an overview, and learn practical implementations. Practice with HortonWorks’ virtual machine sandbox to get started easily on Hadoop.


저자(Author)
오퍼 멘델리비치
렌드업(Lendup)의 데이터 과학 VP로, 머신러닝과 고급 분석 그룹을 이끌고 있다. 이전에는 호튼웍스의 데이터 과학 디렉터를 역임하며 의료, 금융, 리테일 등 여러 산업에 하둡과 스파크를 전파하였다.

The author is VP of data science at Lendup, leading the machine learning and advanced analytics group. Previously, The author was Director of Data Science at Horton Works and spread Hadoop and Spark to a variety of industries including healthcare, finance and retail.

케이시 스텔라
호튼웍스의 수석 데이터 과학자며, 아파치 메트론이라는 사이버 보안 오픈 소스 프로젝트의 분석과 데이터 과학팀을 이끌고 있다. 이전에는 의료 정보학 스타트업인 익스플로리스(Explorys)의 아키텍트로 근무하였다.

The author is a senior data scientist at Horton Works and leads the analysis and data science team at Apache Metron, a cybersecurity open source project. Previously, The author worked as an architect for Medical Informatics startup Explorys.

더글라스 에드라인
리눅스 고성능 컴퓨팅의 혁명을 목격한 기록자이자 실무자로 커리어를 시작했다. 그는 지금 빅데이터 분야의 기술 저자이자 고성능 컴퓨팅과 데이터 분석 산업의 컨설턴트로 활동하고 있다.

The author started his career as a writer and practitioner who witnessed the revolution of Linux high-performance computing. The author is now a technology writer in Big Data and a consultant in the high-performance computing and data analysis industries.


부록(Extra File)

Akka 코딩 공작소(AKKA in action)

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


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
액터 모델, 동시성 처리, 테스트와 성능 튜닝, 클러스터링, 스트리밍 애플리케이션 구축까지!
아카의 개념과 사용법을 코딩하며 배운다!

Actor models, concurrency, testing and performance tuning, clustering, and even streaming applications!
Learn the concepts and coding of AKKA!


저자(Author)
레이먼드 뢰스텐버그(Raymond Roestenburg)
노련한 소프트웨어 장인이며 폴리글랏 프로그래머이고 소프트웨어 아키텍트다. 스칼라 커뮤니티에 적극적으로 참여하고 있으며 아카 커미터(committer)이기도 하다. akka-camel 모듈에도 기여했다.

He is a seasoned software artisan, a polygraph programmer, and a software architect. He is actively involved in the Scala community and is also an Akka committer. Also contributed to the akka-camel module.

롭 베커(Rob Bakker)
경험 많은 소프트웨어 개발자로 동시성 백엔드 시스템과 시스템 통합에 관심이 많다. 아카 버전 0.7부터 스칼라와 아카를 사용해왔다.

Experienced software developers are interested in concurrent backend systems and system integration. He has been using Scala and Aka since Aka version 0.7.

롭 윌리엄스(Rob Williams)
기계 학습에 초점을 맞춘, 자바 솔루션을 중심으로 하는 온토메트릭스(ontometrics)사의 설립자다. 십여 년 전부터 액터 기반 프로그래밍을 사용해왔고 프로젝트에 적용했다.

He is the founder of ontometrics, which focuses on Java solutions focused on machine learning. He has been using actor-based programming for decades and applied it to projects.


부록(Extra File)