Articles
Guides, explanations and practical ideas to help you get more from developer tools.
- Read article
Model Context Protocol (MCP): dos primeiros princípios à produção
Guia integral de MCP 2026 com arquitetura, primitivas, transportes, servidor Python, clientes reais, OAuth, segurança, observabilidade e produção empresarial.
- Read article
Model Context Protocol (MCP): From First Principles to Production
The complete MCP 2026 guide to architecture, primitives, transports, a Python server, real clients, OAuth, security, observability, and enterprise production.
- Read article
Model Context Protocol (MCP): de los primeros principios a la producción
Guía integral de MCP 2026 con arquitectura, primitivas, transportes, servidor Python, clientes reales, OAuth, seguridad, observabilidad y producción empresarial.
- Read article
Padrões de Projeto Gang of Four (GoF) em Java: guia completo
Os 23 padrões da Gang of Four, exemplos em Java, relações com SOLID, comparações, refatoração de um checkout e quando não usar um padrão.
- Read article
Gang of Four (GoF) Design Patterns in Java: Complete Guide
All 23 Gang of Four patterns, Java examples, SOLID relationships, comparisons, an e-commerce checkout refactoring and when not to use a pattern.
- Read article
Patrones de Diseño Gang of Four (GoF) en Java: guía completa
Los 23 patrones de la Gang of Four, ejemplos en Java, relaciones con SOLID, comparaciones, refactorización de un checkout y cuándo no usar un patrón.
- Read article
Inteligência Artificial Generativa: guia completo
Fundamentos, arquiteturas, LLMs, RAG, IA multimodal, agentes, avaliação, segurança, governança, mercado e implementação empresarial.
- Read article
Generative Artificial Intelligence: Comprehensive Guide
Foundations, architectures, LLMs, RAG, multimodal AI, agents, evaluation, security, governance, market, and enterprise implementation.
- Read article
Inteligencia Artificial Generativa: guía completa
Fundamentos, arquitecturas, LLM, RAG, IA multimodal, agentes, evaluación, seguridad, gobernanza, mercado e implementación empresarial.
- Read article
O que é o Model Context Protocol (MCP)?
Guia completo sobre servidores MCP, arquitetura, ferramentas, recursos, prompts, segurança, autorização e integração com agentes de IA.
- Read article
What Is the Model Context Protocol (MCP)?
A complete guide to MCP servers, architecture, tools, resources, prompts, security, authorization, and AI agent integration.
- Read article
¿Qué es el Model Context Protocol (MCP)?
Guía completa sobre servidores MCP, arquitectura, herramientas, recursos, prompts, seguridad, autorización e integración con agentes de IA.
- Read article
What Is utily.tools?
Learn how utily.tools brings practical developer utilities together in one browser-based workspace.
- Read article
Online Text Editors: How Text Transformation Works
Learn how online text editors normalize, split, replace, count and transform text, with technical examples and practical use cases.
- Read article
Text Templates and Variables: A Practical Automation Guide
Understand how text templates replace variables to generate consistent messages, commands and documents, including grammar, rendering rules and examples.
- Read article
Text Diff Explained: Algorithms, Changes and Real Uses
Learn how text diff tools detect additions, removals and unchanged sequences using LCS-style algorithms, with technical examples.
- Read article
Base64 Encoding and Decoding: How It Really Works
Understand Base64 encoding, its 24-bit conversion process, padding, UTF-8 handling and practical uses in APIs, email and data URLs.
- Read article
URL Encoding Explained: Percent-Encoding in Practice
Learn how URL percent-encoding represents reserved characters and UTF-8 bytes in paths and query strings, including standards, normalization and security.
- Read article
URI vs URL: The Difference Explained with Examples
Understand the difference between URI, URL and URN: RFC 3986 definitions, generic syntax, schemes, relative references and real code examples.
- Read article
Swagger and OpenAPI: History, Versions and Technical Differences
The history of Swagger and OpenAPI, who standardizes the specification, and the technical differences between Swagger 2.0, OpenAPI 3.0 and 3.1.
- Read article
JSON Formatting, Minification and Validation Explained
A technical guide to JSON syntax, parsing, formatting, minification and stringification for APIs, configuration and web applications.
- Read article
How to Compare JSON and YAML Structurally
Learn how structural comparison parses JSON and YAML, walks object paths and reports missing fields and different values.
- Read article
UUID v1, v4 and v7: Generation, Structure and Uses
Compare UUID v1, v4 and v7, understand their bit layout, randomness, ordering and practical use in distributed systems.
- Read article
Unix Timestamps: Epoch Time, Precision and Time Zones
Understand Unix timestamps in seconds and milliseconds, UTC conversion, time zones, precision and practical application behavior.
- Read article
CPF and CNPJ Check Digits for Software Testing
Learn how CPF and CNPJ check digits are calculated, why valid test documents matter and how to use generated values responsibly.
- Read article
JWT Explained: Structure, Claims, Signing and Validation
A technical guide to JSON Web Tokens, Base64url segments, registered claims, signatures, key formats and secure validation.
- Read article
JWE Explained: Encrypted Tokens and Compact Serialization
Understand JSON Web Encryption, key management algorithms, authenticated content encryption and the five compact JWE segments.
- Read article
Cryptographic Hash Functions: MD5, SHA-1 and SHA-2
Learn how cryptographic hashes process data, which security properties matter and when to use SHA-256, SHA-384 or SHA-512.
- Read article
HMAC Explained: Authenticating Messages with a Secret Key
Understand HMAC construction, secret-key management, canonical messages and signature verification for APIs and webhooks.
- Read article
Secure Password Generation: Entropy, Randomness and Policy
Learn how password generators use cryptographic randomness, character pools and entropy, and how to choose practical password policies.
- Read article
How to Read an X.509 Certificate
Learn how X.509 certificates encode subjects, issuers, validity, public keys, extensions, signatures and fingerprints.
- Read article
Generating RSA Keys and Self-Signed X.509 Certificates
A practical guide to RSA key generation, certificate fields, self-signing, PEM, DER, PFX, PKCS#8 and JWK exports.
- Read article
Certificate and Private-Key Validation in Practice
Learn how to validate certificate dates, inspect formats and prove that public and private RSA keys belong to the same pair.
- Read article
Silence Detection: How Automatic Pause Removal Works
How a silence cutter measures loudness in dBFS, decides which pauses are removable, and cuts video and audio in the browser without uploading anything.
- Read article
OCR Explained: How Images Become Editable Text
Learn how optical character recognition preprocesses images, detects text and uses trained language models to produce editable content.
- Read article
QR Codes: Encoding, Error Correction and Design
Understand QR Code structure, data modes, Reed–Solomon error correction, masking and the design rules behind reliable custom codes.
- Read article
How PDF and Image Merging Works in the Browser
Learn how PDF pages are copied, images are embedded, dimensions are preserved and mixed files become one downloadable document.
- Read article
PDF Splitting and Page-to-JPG Rendering Explained
Understand how PDF pages are extracted without rasterization and how content streams are rendered into JPG images and packaged downloads.
- Read article
Creating a PDF from Images in the Browser
Learn how image files are decoded, ordered, embedded and scaled into PDF pages through image sampling, page geometry and compression.
- Read article
Real-Time Text Sharing with WebSockets and Channels
Learn how Socket.IO channels synchronize text, presence and short-lived history across browser screens in real time.
- Read article
IPv4 CIDR Explained: Subnet Masks and IP Ranges
Learn IPv4 history, binary addressing, subnet masks and CIDR calculations, including network, broadcast and usable ranges for /24, /22 and other prefixes.
- Read article
O Guia do Scrum - edição completa
Texto integral da tradução comunitária oficial do Guia do Scrum 2020 em português brasileiro, com atribuição, licença e fontes.
- Read article
The Scrum Guide - Complete Edition
The complete text of the official 2020 Scrum Guide in English, including attribution, license details, and source references.
- Read article
La Guía de Scrum - edición completa
Texto íntegro de la traducción comunitaria oficial de la Guía de Scrum 2020 en español latinoamericano, con atribución, licencia y fuentes.