Native image lazy-loading for the web!
In this post, we'll look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web!
“This is the whole point of technology. It creates an appetite for immortality on the one hand. It threatens universal extinction on the other. Technology is lust removed from nature”
Best 7 links of week #15, 2019
In this post, we'll look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web!
Writing a SQLite clone from scratch in C can teach you a lot about how databases work. If you are interested in this topic you cannot miss this series of tutorials.
A collection of programming, algorithms, and data structure online courses to prepare for Programming Job interviews.
The z-index property, is still widely misunderstood and mishandled. Stacking issues in a complex single-page web application can become a major pain. Adhering to some principles, however, we can easily avoid these issues.
In this article, we explore the conditions that can enable (and prevent) a web application to run (optimally) at 60 frames per second. We also look at several optimizations that can be plugged into the broser's rendering pipeline.
We compare the Nuclio serverless platform with AWS Lambda, see how Nuclio addresses AWS Lambda's limitations and explore new use cases Nuclio can unlock.
Add observability to your code without adding cruft to your domain logic or compromising on testability.
by Tomasz Nurkiewicz
In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.