The cost of JavaScript in 2019, Free collection of beautiful patterns for all vector formats, CSS Transform Playground, Native lazy-loading for the web, Avant UI, Build Your Own Video Chat with Vue, WebRTC, SocketIO, Node & Redis, Coolors: The super fast color schemes generator!
The cost of JavaScript in 2019
One large change to the cost of JavaScript over the last few years has been an improvement in how fast browsers can parse and compile script. In 2019, the dominant costs of processing scripts are now download and CPU execution time.
User interaction can be delayed if the browser’s main thread is busy executing JavaScript, so optimizing bottlenecks with script execution time and network can be impactful.
Free collection of beautiful patterns for all vector formats
When you need a strong visual style, but the deadline is close, try using these patterns – interesting hand-crafted shapes and well-chosen colors will help when there are out of ideas.
CSS Transform Playground
Online tool to visualize 2D & 3D CSS3 Transform functions.
Native lazy-loading for the web
Browser-level native lazy-loading is finally here! Support for natively lazy-loading images and iframes is coming to the web!
Starting with Chrome 76, you’ll be able to use the new loading
attribute to lazy-load resources without the need to write custom lazy-loading code or use a separate JavaScript library. Let’s dive into the details.
Avant UI
Avant UI is a development toolkit based on Bootstrap Framework. Avant UI maintains the Bootstrap simplicity, provides a new look and adds new features and components. Enjoy it!
Build Your Own Video Chat with Vue, WebRTC, SocketIO, Node & Redis
Nowadays, there are plenty of free applications out there in the market providing chat and video conference functionality. In almost one click we all are able to communicate with anyone in any part of the world but, why don’t we try to build our own app to make it even more real? Let’s do it!