JavaScript

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.

March 30, 2024
JavaScript

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.

March 30, 2024
Node.js

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.

March 30, 2024
Python

Python: how to remove EXIF data from images

This article shows you how to use Python to remove EXIF data from images.

March 30, 2024
Go

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.

March 17, 2024
Go

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.

March 17, 2024