case studyCase study: Design Editor for Video StreamsThe post describes steps to build a video editor prototype for organizing video streaming from the browser. The idea Do you know that you…
case studyCase study: Image Labeling with JavaScriptNeed to label images to train a neural network? This post will describe how to design a system for labeling objects on an image by a human…
case studyCase study: Seats Reservation Widget with JavascriptDo you want to make a seat booking platform on your website? This post will describe steps to design a seat reservation system for music…
canvasHit Region Detection For HTML5 Canvas And How To Listen To Click Events On Canvas ShapesDo you need a simple onClick for your canvas shapes? But canvas doesn’t have API for such listeners. You can listen to events only on whole…
reactUsing React With Canvas ElementHow to use React with canvas element? We have React that helps us to work with massive mutable DOM in a nice immutable functional style…