Modern Microprocessors
A brief, pulls-no-punches, fast-paced introduction to the main design aspects of modern processor microarchitecture.
“Computers are useless. They can only give you answers”
Best 7 links of week #48, 2018
A brief, pulls-no-punches, fast-paced introduction to the main design aspects of modern processor microarchitecture.
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.
Here we report the list of some influential programming books. This list is compiled on Stackoverflow most linked books.
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.
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.
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. If you using GraphQL or planning to use it, or if you just generally interested in the ecosystem, this article is definitely worth reading.
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.