You’ve probably heard the terms “Server Side Rendering” or “Progressive Enhancement” floating around before and perhaps even got excited about them. This is especially true if you are in the React… (more…)
Read more »
There are three ways to create variables in a JavaScript application: using var, using let, or using const. This will not be a post trying to convince you which one you should use, or arguing about what is best. It’s just good to know about the difference... (more…)
Read more »
Accessing camera with HTML and vanilla JavaScript (Desktop and Mobile)In this video we learn how to access the camera of a device and show it on a simple HTM... (more…)
Read more »
It seems (according to one guru, but coming from this source, it’s a left-handed compliment) that JavaScript is finally popular.
Read more »
List of antidebugging techniques applied to JavaScript (focused on browsers)... (more…)
Read more »