Software-Technology

React and React Native

To enhance its social media software, Facebook commissioned a JavaScript framework that makes clicking around on a website much more pleasureful for users. Instead of waiting for web servers to respond, the content requests are handled in the background and rendered by JavaScript on the client’s computer. This framework, called React, has become one of the leading UI frameworks available for web development today, along with Vue.js. This book introduces React.js and gets developers up-to-speed…

Continue reading

Software-Technology

HTML5: The Missing Manual

The advent of HTML5 enabled much advancement in the design of Internet apps. New markup went hand-in-hand with improvements in JavaScript and CSS3. Together, these set the course for web design up to the present (at least, in 2021). This book, though last updated in 2014, still presents the clearest explanation of these technological advances. However, to access this clarity, the reader has to overlook copious references to outdated browser versions along with older (but…

Continue reading

Indie Software-Technology

JavaScript from ES5 to ESNext

In recent years, JavaScript (JS) has seen a resurgence in popularity. From NodeJS on servers to PhoneGap on mobile devices to common standards in web browsers, JS seems to be everywhere. ES is the abbreviation for ECMA Script, the standard which JS implements. This book covers in detail the advance of the ES standards from earlier days (ES5) to 2019 (ESNext). Much effort has been given on the issue of “callback hell” and features resulting…

Continue reading

Indie Software-Technology

The Vue Handbook

Vue is a popular software programming package based off of JavaScript. It is an add-on that makes a client’s web browser to all sorts of fun and useful things. Through using templating and a centralized API, it can help create fast user interfaces on the web. It’s more-or-less a competitor with other JavaScript libraries like React. Vue functions as a templating engine in JavaScript. That means that it is a client-side templating engine (in your…

Continue reading

Indie Software-Technology

The Node.js Handbook by Flavio Copes

This book is written by Flavio Copes, an Italian computer-science writer who maintains his own blog (linked below). He has written many blog posts in English about relevant topics of interest to software developers. He seems to have transformed many of these blog posts into books and has independently published these. Some of these books are even freely downloadable with the sole cost of signing up for a free email list. Overall, though presumably more…

Continue reading