Node.js

Parsing PDF files in Node.js

Parsing a PDF file in Node.js is a common operation when you want to extract text, metadata, or other information from documents.

August 18, 2025
JavaScript

Date parsing in JavaScript

Date parsing in JavaScript can be simple if the correct conventions are followed. However, for international applications or complex requirements, using external libraries is often the best choice.

August 17, 2025
Python

Date parsing in Python

Date parsing in Python is a common operation when working with temporal data coming from strings, such as timestamps in log files, form inputs, or data exported from external systems.

August 17, 2025
Go

Date parsing in Go

Date parsing in Go requires familiarity with the reference layout. Once the basic principle is understood, you can correctly parse almost any format.

August 17, 2025
Go

SCADA architecture and Go: a modern approach

With growing demands for scalability, security, and performance, modern SCADA solutions are adopting languages like Go (Golang) for their efficiency, native concurrency, and portability.

August 14, 2025
Go

Generating and managing a DOI in Go

Generating and managing a DOI in Go is relatively straightforward but requires attention when building metadata and interacting with official APIs.

August 14, 2025