Tagged articles
3 articles
Page 1 of 1
Top Architect
Top Architect
Apr 6, 2026 · Backend Development

Mastering QR Code Generation in Java: From Simple Tokens to Branded Logos

This article walks through the business scenarios for QR codes, evaluates Java libraries, provides a reusable utility class, and demonstrates step‑by‑step code for creating plain, parameterized, and logo‑embedded QR codes while sharing best‑practice tips and common pitfalls.

JavaQR code generationZXing
0 likes · 9 min read
Mastering QR Code Generation in Java: From Simple Tokens to Branded Logos
CSS Magic
CSS Magic
Jan 6, 2025 · Artificial Intelligence

Can You Write Python Without Knowing It? An AI‑Powered Coding Demo

This article walks through a step‑by‑step demonstration of how a Python beginner can use GitHub Copilot to build a command‑line tool that renders QR codes as text, illustrating interface familiarization, handling errors, iterative prompting, and final code refinement.

AI coding assistantCLI toolGitHub Copilot
0 likes · 7 min read
Can You Write Python Without Knowing It? An AI‑Powered Coding Demo