Go

SCADA architecture and Go

With the growing need for scalability, security, and performance in modern SCADA systems, languages like Go (Golang) are emerging as effective solutions thanks to their efficiency, native concurrency, and portability.

September 1, 2025
JavaScript

How to create random strings with JavaScript: techniques, trade-offs and best practices

This guide explores practical techniques in both the browser and Node.js, explains where each approach shines, and shows how to avoid subtle pitfalls like bias and insufficient entropy.

September 1, 2025
Development

GitHub Copilot: pros and cons

Copilot is an excellent AI-based solution, but you need to be aware of its limits to use it effectively.

August 30, 2025
Bash

Generating a QR code with Bash

Generating a QR Code directly from a Bash shell is a simple and useful way to automate the sharing of URLs, text, or Wi-Fi credentials.

August 23, 2025
Python

Generating a QR code in Python

QR Codes are two-dimensional codes that can contain information such as URLs, text, phone numbers, and much more. In this article, we’ll see how to generate them easily using Python.

August 23, 2025
Node.js

Generating a QR Code in Node.js

Using Node.js to generate QR codes is useful for automating code creation in web projects, desktop applications, or backend systems.

August 23, 2025