by Nicolai Parlog
Java's much-awaited "Project Jigsaw" is finally here! Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it. In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be used to reduce tight coupling of system components.Packaging code into neat, well-defined units makes it easier t...
Price: $24.18 | Publisher: Manning | Release: 2019
by J. David Eisenberg
ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with existing JavaScript libraries and works especially well with React, one of the most popular front-end frameworks. Learn how to take advantage of the power of a functional language while keeping the flexibility of the whole JavaScript ecosystem. Move beyond theory and get things done...
Price: $29.99 | Publisher: The Pragmatic Programmers | Release: 2019
FREE EBOOK - Professor Frisby's Mostly Adequate Guide to Functional Programming
by Brian Lonsdorf
This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript. Some may feel this is a poor choice as it's against the grain of the current culture which, at the moment, feels predominately imperative.That said, typed functional languages will, without a doubt, be the best place to code in the style presented by this book....
Publisher: Self-publishing | Release: 2019
by Stack Overflow Community
Node.js is an event-based, non-blocking, asynchronous I/O framework that uses Google's V8 JavaScript engine. It is used for developing applications that make heavy use of the ability to run JavaScript both on the client, as well as on server side and therefore benefit from the re-usability of code and the lack of context switching. It is open-source and cross-platform. Node.js applications are written ...
Publisher: Self-publishing | Release: 2019
FREE EBOOK - Learning Ruby on Rails
by Stack Overflow Community
Ruby on Rails (RoR), or Rails, is an open-source popular web application framework. Rails uses Ruby, HTML, CSS, and JavaScript to create a web application that runs on a web server. Rails uses the model-view-controller (MVC) pattern and provides a fullstack of libraries from the database all the way to the view.It is an unofficial and free Ruby on Rails book created for educational purposes. All the content...
Publisher: Self-publishing | Release: 2019
by Flavio Copes
CSS, a shorthand for Cascading Style Sheets, is one of the main building blocks of the Web. Its history goes back to the 90's and along with HTML it has changed a lot since its humble beginnings.This handbook is aimed at a vast audience.- First, the beginner. I explain CSS from zero in a succinct but comprehensive way, so you can use this book to learn CSS from the basics.- Then, the professional. CSS ...
Publisher: Self-publishing | Release: 2019
FREE EBOOK - Front-end Developer Handbook
by Cody Lindley
This is a guide that everyone can use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing.It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and de...
Publisher: Self-publishing | Release: 2019
FREE EBOOK - D3 Tips and Tricks v3.x
by Malcolm Maclean
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization.Data is the new medium of choice for telling a story or presenting compelling information on the Internet and d3.js is an extraordinary framework for presentation of data on a web page.Over 600 pages of tips and tricks for using d3.js, one of the le...
Publisher: Leanpub | Release: 2019
by Samer Buna
React is one of the most popular JavaScript UI libraries in use today, providing a simple approach to creating stateful UI components that can be combined to create a complete web app. In React Succinctly by Samer Buna, you'll learn the fundamental concepts of the React library, how the library fits in with modern JavaScript, and how to apply what you learn to create a simple interactive memory game. B...
Publisher: Syncfusion | Release: 2019
by Stack Overflow Community
Vue.js is an open-source MVVM (model-view-viewmodel) front end JavaScript framework for building user interfaces and single-page applications.It is an unofficial and free Vue.js ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow....
Publisher: Self-publishing | Release: 2019