Go

Generating a QR Code in Go

In this article, we’ll go step by step through how to create a QR Code and save it as a PNG image.

August 23, 2025
JavaScript

Integrating HTML5 geolocation with Google Maps JavaScript API

The integration between the browser’s Geolocation API and Google Maps allows you to build interactive, location-aware experiences.

August 20, 2025
JavaScript

Implementing drag and drop with native HTML5 APIs

Drag and drop is a common feature in modern interfaces that allows users to reorder elements in an intuitive and direct way.

August 20, 2025
Go

Modular project structure with Gin in Go

Structuring a Gin application in a modular way promotes code clarity and separation of concerns. This approach is particularly useful in medium and large projects, making testing, extensions, and refactoring easier.

August 20, 2025
Go

Parsing PDF files in Go

Parsing PDF files in Go is useful when you need to extract text or metadata from PDF documents for analysis or transformation.

August 18, 2025
Python

Parsing PDF files in Python

Parsing PDF files in Python can be useful in many contexts, such as extracting data from documents or indexing content.

August 18, 2025