Skip to content

Subscribe and get 10% off your next order now — Exclusions apply – see T&Cs

Leo Blog

Tricky use case of Array.prototype.map in JS
Tricky use case of Array.prototype.map in JS
If you are familiar with functional programming, Array.prototype.map must be a function that you work with every day.
Drag and Drop API keynotes
Drag and Drop API keynotes
A typical drag operation begins when a user selects a draggable element, drags the element to a dropzone, and then releases the dragged element.
How to create an HTTPS server in localhost?
How to create an HTTPS server in localhost?
In most cases, we don't need HTTPS while developing app in local. However, if your app has features that require authentication with a third parties, or listen to webhooks from another app... And those third parties require your app must adopt HTTPS in order to receive their request, then how would you do?