본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Learn ECMAScript - Second Edition 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Learn ECMAScript - Second Edition

Discover the latest ECMAScript features in order to write cleaner code and learn the fundamentals of JavaScript
소장전자책 정가27,000
판매가27,000
Learn ECMAScript - Second Edition 표지 이미지

Learn ECMAScript - Second Edition작품 소개

<Learn ECMAScript - Second Edition> ▶Book Description
Learn ECMAScript explores implementation of the latest ECMAScript features to add to your developer toolbox, helping you to progress to an advanced level. Learn to add 1 to a variable andsafely access shared memory data within multiple threads to avoid race conditions.
You'll start the book by building on your existing knowledge of JavaScript, covering performing arithmetic operations, using arrow functions and dealing with closures. Next, you will grasp the most commonly used ECMAScript skills such as reflection, proxies, and classes. Furthermore, you'll learn modularizing the JS code base, implementing JS on the web and how the modern HTML5 + JS APIs provide power to developers on the web. Finally, you will learn the deeper parts of the language, which include making JavaScript multithreaded with dedicated and shared web workers, memory management, shared memory, and atomics. It doesn't end here; this book is 100% compatible with ES.Next.
By the end of this book, you'll have fully mastered all the features of ECMAScript!

▶What You Will Learn
⦁ Implement methods associated with objects as per the latest ECMAScript specification
⦁ Make use of the latest features of ECMAScript
⦁ Make use of many new APIs in HTML5 and modern JavaScript implementation
⦁ Use SharedArrayBuffers for superfast concurrent and parallel programming
⦁ Perform asynchronous programming with JavaScript
⦁ Implement the best ways and practices to perform modular programming in JavaScript

▶Key Features
⦁ Grasp the latest features of ECMAScript and the best way to use it in production code
⦁ Learn newly added native APIs to JS Engine and perform tasks efficiently with a cleaner code base
⦁ Understand the more complex sides of JavaScript such as the inheritance model, low-level memory management, multithreaded environments, and web workers

▶Who This Book Is For
This book is for anybody who is absolutely new to JavaScript and is willing to learn this technology. This book can also be used by people who are familiar with old JavaScript and want to level up their knowledge to the latest standard and use techniques. For more
advanced users, this book can be used to brush up concepts such as modularity, web workers, and shared memory.

▶What this book covers
⦁ Chapter 1, Getting Started with ECMAScript, discusses what ECMAScript really is and why we call it ECMAScript and not JavaScript. It also discusses how to create variables, perform basic operations, and provides new ways to do those operations in ES8.
⦁ Chapter 2, Knowing Your Library, demonstrates all the functions you need to know as a beginner and intermediate JavaScript developer to work smoothly on various kinds of projects. The functions taught in this chapter are universal and generic functions, which you'll be able to understand and apply anywhere they're necessary for your code.
⦁ Chapter 3, Using Iterators, covers how to iterate over iteratable things in JavaScript the proper way. We discuss Symbol, a new native JavaScript type, what it is, and why we need it. We also discuss the tail call optimization technique, which is implemented by browsers
to speed up the code.
⦁ Chapter 4, Asynchronous Programming, explores modern ways to implement asynchronous programming and compares it with the not-so-beautiful past approaches, which included callback hell. It'll teach you about implementing asynchronous programming in a
synchronous way.
⦁ Chapter 5, Modular Programming, discusses modularizing your JavaScript code into different files so that it is easy to reuse and debug individual modules. We start with primitive and third-party solutions available earlier and then cover the native support
browsers are bringing to the world.
⦁ Chapter 6, Implementing the Reflect API, demonstrates information about the Reflect API provided in JavaScript, which basically helps to manipulate the properties and methods of the objects.
⦁ Chapter 7, Proxies, introduces a new implementation in JavaScript, that is, proxies over objects. It has a number of advantages, such as hiding private properties, setting default values for object properties and methods, and making awesome custom features. Such as Python-like array slicing for JavaScript.
⦁ Chapter 8, Classes, explores classes, how they're implemented, inheritance in classes, and how finally classes is just a syntatic sugar over the function implementation only. This is important because classes make the code more readable and understandable to people
coming from an OOP background.
⦁ Chapter 9, JavaScript on the Web, explores the basics of using JavaScript on websites, some popular APIs exposed by browser on the web to the developers, and how JavaScript can be used to interact with the DOM to manipulate things on a web page.
⦁ Chapter 10, Storage APIs in JavaScript, explores the available storage APIs in web browsers and shows how to make use of them to store data locally on the user's computer.
⦁ Chapter 11, Web and Service Workers, discusses web workers available in HTML5, service workers for progressive web apps, and shows how to use these workers efficiently to distribute loads of tasks.
⦁ Chapter 12, Shared Memory and Atomics, teaches us how to harness a multithreaded environment provided by web workers using shared memory to allow blazingly fast access to memory by the web workers through SharedArrayBuffer. It covers some of the common problems related to threads sharing the same data, and also provides solutions tothose problems.



출판사 서평

▶Editorial Review
JavaScript is an integral part of web development and server-side programming.
Understanding the fundamentals of JavaScript can not only help a person create interactive web applications but also help set up web servers, create mobile applications through frameworks such as React Native, and even create desktop applications using frameworks such as electronJS.
This book introduces the fresh and core concepts of JavaScript in the form of ECMAScript 2017 (ES8), which includes everything you'll need to get started with JavaScript and have a basic-to-advanced understanding so that you can implement everything mentioned in the first paragraph.


저자 소개

⦁ Mehul Mohan
Mehul Mohan is an independent developer and a security researcher. Currently, he is pursuing his bachelor’s degree in computer science at BITS Pilani. He aims to provide free technical knowledge to all through his website “codedamn”. He loves reading about techy stuff and you’ll often find him creating programming tutorials on his YouTube channel, codedamn; he has over 50,000 subscribers on his YouTube channel. He has been acknowledged by companies such as Google, Microsoft, Sony, Envoy, InVision, and such for his contribution as a security researcher.

⦁ Narayan Prusty
Narayan Prusty is a full-stack developer with 5 years of experience. He specializes in Blockchain, Cloud, and JavaScript. His commitment has allowed him to build scalable products for start-ups, governments, and enterprises across India, Singapore, USA, and UAE. At present, Ethereum, Bitcoin, Hyperledger Fabric 1.0, IPFS, and Ripple are some of the things he uses on a regular basis to build decentralized applications. Currently, he works as a full-time full-stack and Blockchain Engineer at ConsenSys Enterprise. He starts working on something immediately if he feels it’s exciting and solves real work problems. He built a MP3 search engine at the age of 18 years and since then he has built various other applications, which are used by people around the globe. His ability to build scalable applications from top to bottom is what makes him special. Currently, he is on a mission to make things easier, faster, and cheaper using blockchain technology. Also, he is looking at possibilities to prevent corruptions and fraud and bring transparency to the world using blockchain technology.

목차

▶TABLE of CONTENTS
1: GETTING STARTED WITH ECMASCRIPT
2: KNOWING YOUR LIBRARY
3: USING ITERATORS
4: ASYNCHRONOUS PROGRAMMING
5: MODULAR PROGRAMMING
6: IMPLEMENTING THE REFLECT API
7: PROXIES
8: CLASSES
9: JAVASCRIPT ON THE WEB
10: STORAGE APIS IN JAVASCRIPT
11: WEB AND SERVICE WORKERS
12: SHARED MEMORY AND ATOMICS


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전