AmazingBooks

AmazingBooks

Geek Repo

Github PK Tool:Github PK Tool

AmazingBooks's repositories

Key-Concepts-in-Javascript

A comprehensive and easy to understand guide for Javascript advanced key concepts with examples and details. Written and gathered from different sources which are mentioned in the Reference part of the book.

CSS-Secrets-Better-Solutions-to-Everyday-Web-Design

CSS Secrets: Better Solutions to Everyday Web Design

Stargazers:0Issues:2Issues:0

Functional-Programming

The curse of the monad is that… once you understand… you lose the ability to explain it to anyone else.

Stargazers:0Issues:2Issues:0
Stargazers:0Issues:0Issues:0

Javascript-Definitive-Guide

A great book to get for extensive deep understanding and have a solid foundation of JavaScript advanced concepts.

Stargazers:0Issues:2Issues:0

Logotherapy

The notion of Logotherapy was created with the Greek word logos ("reason"). Frankl’s concept is based on the premise that the primary motivational force of an individual is to find a meaning in life. The following list of tenets represents basic principles of logotherapy: Life has meaning under all circumstances, even the most miserable ones. Our main motivation for living is our will to find meaning in life. We have freedom to find meaning in what we do, and what we experience, or at least in the stance we take when faced with a situation of unchangeable suffering.

Stargazers:0Issues:2Issues:0

Principles-of-Object-Oriented-Programming-in-JavaScript

Awesome book on how objects work in JavaScript, a very dense material, but clearly written and not hard to understand if you take your time and reread/re-examine the code samples when concepts get hairy. The book goes over constructors, prototypes, inheritance, bridging the gap between traditional methods of OOD and JavaScript. For anyone coming in with a traditional class based understanding - I suspect this book would be perfect for filling the gaps.This is not a book for complete beginners, but I think works as a wonderful intermediate book about JavaScript objects. The book is very analytical and straightforward in its methodology of explanation. The content builds on itself very logically from chapter to chapter along with clear explanations and wonderfully annotated code examples. Much of the content is framed in a way of emulating Classical behavior from other languages in JavaScript (which uses prototypal inheritance rather than classes). The final chapter is particularly good (though only 14 pages), as it FINALLY emerges from the "nuts and bolts" of OOD in JS and gives you some examples and use-cases for actually utilizing what you've been learning in all of the previous chapters. The Module Pattern of object creation and the explanation and rationale behind using closures finally makes sense to me, after being somewhat opaque in the past.

Stargazers:0Issues:2Issues:0

Professional-JavaScript-for-Web-Developers

rofessional JavaScript for Web Developers is the essential guide to next-level JavaScript development. Written for intermediate-to-advanced programmers, this book jumps right into the technical details to help you clean up your code and become a more sophisticated JavaScript developer. From JavaScript-specific object-oriented programming and inheritance, to combining JavaScript with HTML and other markup languages, expert instruction walks you through the fundamentals and beyond. This new fourth edition has been updated to cover ECMAScript 6 and 7 (also known as ES2015 and ES2016) and the major re-imagination and departure from ES 5.1; new frameworks and libraries, new techniques, new testing tools, and more are explained in detail for the professional developer, with a practical focus that helps you put your new skills to work on real-world projects. The latest—and most dramatic—ES release is already being incorporated into JavaScript engines in major browsers; this, coupled with the rise in mobile web traffic increasing demand for responsive, dynamic web design, means that all web developers need to update their skills—and this book is your ideal resource for quick, relevant guidance. Get up to date with ECMAScript 6 and 7, new frameworks, and new libraries Delve into web animation, emerging APIs, and build systems Test more effectively with mocks, unit tests, functional tests, and other tools Plan your builds for future ES releases Even if you think you know JavaScript, new ES releases bring big changes that will affect the way you work. For a professional-level update that doesn't waste time on coding fundamentals, Professional JavaScript for Web Developers is the ultimate resource to bring you up to speed.

Stargazers:0Issues:2Issues:0