Issue #90 · December 3, 2018

Modern Microprocessors

“Computers are useless. They can only give you answers”

Best 7 links of week #48, 2018

Modern Microprocessors

Modern Microprocessors

A brief, pulls-no-punches, fast-paced introduction to the main design aspects of modern processor microarchitecture.

Articles

Experimenting with brain-computer interfaces in JavaScript.

Neurotechnology meets JavaScript. This blog post is about sharing the things that the author learned along the way by playing with these two broad subjects. Even if you are not into Neurotechnology, this article is still pretty amazing and worth reading.

WebSockets - A Conceptual Deep-Dive

The WebSocket protocol elevated the possibilities of communication over the internet and gave way to a truly real-time web. This article is all about building a deeper understanding of what WebSockets are, how they came to be and what’s actually going on under the hood.

The Power Of Web Components

Web Components comprises a set of standards that enable user-defined HTML elements. These elements can go in all the same places as traditional HTML but they can provide much more dynamic and custom behaviors.

An Extensive Guide To Progressive Web Applications

In this article, we’ll look at the pain points of users who are browsing old non-PWA websites and the promise of PWAs to make the web great. You’ll learn most of the important technologies that make for cool PWAs, like service workers, web push notifications and IndexedDB.

How Big Companies Are Using GraphQL in 2018

How Big Companies Are Using GraphQL in 2018. If you using GraphQL or planning to use it, or if you just generally interested in the ecosystem, this article is definitely worth reading.

Book of the week

Modern PHP: New Features and Good Practices

Modern PHP: New Features and Good Practices

by Josh Lockhart

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment.