JavaScript: video streaming from a webcam
In this article, we'll explore how to use JavaScript and Web APIs to access a device's webcam and stream video in real time.
JavaScript: grayscale effect on images
In this article, we will explore how to apply the grayscale filter to an image loaded into a canvas, taking advantage of the image processing capabilities of JavaScript.
Node.js: how to remove EXIF data from images
In this article, we'll look at how to delete this data using Node.js, a widely used server-side JavaScript execution environment.
Python: how to remove EXIF data from images
This article shows you how to use Python to remove EXIF data from images.
Go: how to use methods with structs
In this article, we will explore how to define methods for structs in Go and how to use them effectively.
Go: how to get infomation about files in a directory
In this article, we'll look at how to use the os package to read the contents of a directory and get information about files.