Tag: javascript
All the articles with the tag "javascript".
-
Using Redis to make your website 30-40% faster
Redis is a type of database and it can be added to your production level application to make it more performant.
-
How to return value from image.onload function
The onload event occurs when an object has been loaded, and is commonly used in scenarios with image manipulation in JavaScript.
-
Tips For Using Async/Await - Write Better JavaScript!
There’s a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await".