<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>WebUtil Developer Blog</title><description>Developer guides and tutorials on JSON formatting, Base64 encoding, URL encoding, password security, color conversion, and more.</description><link>https://webutil.tech/</link><language>en-us</language><item><title>How to Format JSON Properly: A Complete Guide</title><link>https://webutil.tech/blog/json-formatting-guide</link><guid isPermaLink="true">https://webutil.tech/blog/json-formatting-guide</guid><description>Learn how to format JSON data correctly with best practices, common patterns, and troubleshooting tips for developers.</description><pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>Common JSON Errors and How to Fix Them</title><link>https://webutil.tech/blog/common-json-errors</link><guid isPermaLink="true">https://webutil.tech/blog/common-json-errors</guid><description>A comprehensive guide to the most frequent JSON errors developers encounter and step-by-step solutions to fix them.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>URL Encoding and Decoding: What Every Developer Should Know</title><link>https://webutil.tech/blog/url-encoding-decoding</link><guid isPermaLink="true">https://webutil.tech/blog/url-encoding-decoding</guid><description>Understand how URL encoding works, why it matters for web development, and how to properly encode and decode URLs.</description><pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate><category>Encoders</category></item><item><title>Base64 Encoding: Methods, Use Cases, and Best Practices</title><link>https://webutil.tech/blog/base64-encoding-methods</link><guid isPermaLink="true">https://webutil.tech/blog/base64-encoding-methods</guid><description>A deep dive into Base64 encoding, when to use it, common pitfalls, and how it works under the hood.</description><pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate><category>Encoders</category></item><item><title>Password Security Best Practices for 2026</title><link>https://webutil.tech/blog/password-security-best-practices</link><guid isPermaLink="true">https://webutil.tech/blog/password-security-best-practices</guid><description>Learn how to create and manage secure passwords, understand password strength metrics, and protect against common attacks.</description><pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate><category>Security</category></item><item><title>Color Converter Guide: HEX, RGB, and HSL Explained</title><link>https://webutil.tech/blog/color-converter-guide</link><guid isPermaLink="true">https://webutil.tech/blog/color-converter-guide</guid><description>A complete guide to understanding color models in web development, and how to convert between HEX, RGB, and HSL formats.</description><pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate><category>Converters</category></item><item><title>UUIDs Explained: What They Are and How to Use Them</title><link>https://webutil.tech/blog/uuid-guide</link><guid isPermaLink="true">https://webutil.tech/blog/uuid-guide</guid><description>Everything you need to know about UUIDs — how they work, different versions, and when to use each type in your applications.</description><pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate><category>Generators</category></item><item><title>Understanding Online Tool Security: Why Client-Side Matters</title><link>https://webutil.tech/blog/online-tools-security</link><guid isPermaLink="true">https://webutil.tech/blog/online-tools-security</guid><description>Discover the security implications of using online developer tools and why client-side processing is crucial for data privacy.</description><pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate><category>Security</category></item><item><title>JSON vs XML: Which Data Format Should You Use in 2026?</title><link>https://webutil.tech/blog/json-vs-xml</link><guid isPermaLink="true">https://webutil.tech/blog/json-vs-xml</guid><description>Compare JSON and XML data formats for APIs, configuration, and data exchange. Learn when to use JSON vs XML and why JSON dominates modern web development.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>JSON Schema Guide: Validate Your JSON Data Structure</title><link>https://webutil.tech/blog/json-schema-guide</link><guid isPermaLink="true">https://webutil.tech/blog/json-schema-guide</guid><description>Learn JSON Schema fundamentals — how to define validation rules, enforce data types, and ensure your JSON data meets structural requirements.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>How APIs Use JSON: REST, GraphQL, and WebSocket Data Formats</title><link>https://webutil.tech/blog/how-apis-use-json</link><guid isPermaLink="true">https://webutil.tech/blog/how-apis-use-json</guid><description>A developer-focused guide to how modern APIs use JSON for request/response payloads, error handling, pagination, and real-time communication.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>Hash Generator Guide: MD5, SHA-1, SHA-256, and SHA-512 Explained</title><link>https://webutil.tech/blog/hash-generator-guide</link><guid isPermaLink="true">https://webutil.tech/blog/hash-generator-guide</guid><description>Learn how cryptographic hash functions work, the differences between MD5, SHA-1, SHA-256, and SHA-512, and when to use each.</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate><category>Security</category></item><item><title>SQL Formatter Guide: Write Clean, Readable SQL Queries</title><link>https://webutil.tech/blog/sql-formatting-guide</link><guid isPermaLink="true">https://webutil.tech/blog/sql-formatting-guide</guid><description>Learn how to format SQL queries for better readability, maintainability, and team collaboration.</description><pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>XML Formatter Guide: How to Format, Validate, and Beautify XML</title><link>https://webutil.tech/blog/xml-formatting-guide</link><guid isPermaLink="true">https://webutil.tech/blog/xml-formatting-guide</guid><description>Master XML formatting with best practices for indentation, validation, and comparing XML vs JSON.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate><category>Formatters</category></item><item><title>YAML Converter Guide: Convert Between YAML and JSON</title><link>https://webutil.tech/blog/yaml-converter-guide</link><guid isPermaLink="true">https://webutil.tech/blog/yaml-converter-guide</guid><description>Learn how to convert YAML to JSON and JSON to YAML, understand YAML syntax, and when to use each format.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate><category>Converters</category></item><item><title>HTML Entities Guide: Encode Special Characters for Safe Web Rendering</title><link>https://webutil.tech/blog/html-entities-guide</link><guid isPermaLink="true">https://webutil.tech/blog/html-entities-guide</guid><description>Learn how HTML entities work, why they matter for security, and how to encode and decode special characters.</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate><category>Encoders</category></item><item><title>Case Converter Guide: camelCase, snake_case, kebab-case and More</title><link>https://webutil.tech/blog/case-converter-guide</link><guid isPermaLink="true">https://webutil.tech/blog/case-converter-guide</guid><description>Master text case conversion between camelCase, PascalCase, snake_case, kebab-case, and other naming conventions.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate><category>Text</category></item><item><title>Markdown Preview Guide: Write and Preview Markdown Like a Pro</title><link>https://webutil.tech/blog/markdown-guide</link><guid isPermaLink="true">https://webutil.tech/blog/markdown-guide</guid><description>Learn Markdown syntax from basics to advanced — headings, lists, tables, code blocks, and more.</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>Text</category></item><item><title>Text Diff Guide: Compare Texts and Find Differences Like a Developer</title><link>https://webutil.tech/blog/text-diff-guide</link><guid isPermaLink="true">https://webutil.tech/blog/text-diff-guide</guid><description>Learn how text diff checkers work for comparing code and documents, and how to interpret diff output.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>Text</category></item><item><title>Image Converter Guide: Convert Between PNG, JPEG, WebP, and GIF</title><link>https://webutil.tech/blog/image-converter-guide</link><guid isPermaLink="true">https://webutil.tech/blog/image-converter-guide</guid><description>Learn how to convert images between formats in your browser, and compare PNG vs JPEG vs WebP.</description><pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate><category>Images</category></item><item><title>Lorem Ipsum Generator Guide: Generate Placeholder Text for Designs</title><link>https://webutil.tech/blog/lorem-ipsum-guide</link><guid isPermaLink="true">https://webutil.tech/blog/lorem-ipsum-guide</guid><description>Learn how to use Lorem Ipsum placeholder text in web design, print layout, and UI mockups.</description><pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate><category>Generators</category></item><item><title>JWT Authentication Explained: How JSON Web Tokens Work</title><link>https://webutil.tech/blog/jwt-authentication-explained</link><guid isPermaLink="true">https://webutil.tech/blog/jwt-authentication-explained</guid><description>A complete guide to JWT authentication — learn how JSON Web Tokens work, their structure, how they secure APIs, and best practices for implementation.</description><pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate><category>Security</category></item><item><title>JSON vs YAML for APIs: Choosing the Right Data Format</title><link>https://webutil.tech/blog/json-vs-yaml-for-apis</link><guid isPermaLink="true">https://webutil.tech/blog/json-vs-yaml-for-apis</guid><description>Compare JSON and YAML for API development — learn when to use each format, their strengths and weaknesses, and best practices for API design.</description><pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate><category>Converters</category></item><item><title>UUID v4 vs UUID v7: Choosing the Right UUID for Your Application</title><link>https://webutil.tech/blog/uuid-v4-vs-uuid-v7</link><guid isPermaLink="true">https://webutil.tech/blog/uuid-v4-vs-uuid-v7</guid><description>Compare UUID v4 and UUID v7 — understand the differences between random and time-ordered UUIDs, database performance implications, and when to use each version.</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate><category>Generators</category></item><item><title>Regex Tutorial for Beginners: Learn Regular Expressions with Examples</title><link>https://webutil.tech/blog/regex-tutorial</link><guid isPermaLink="true">https://webutil.tech/blog/regex-tutorial</guid><description>A complete regex tutorial for beginners. Learn how to use regular expressions for pattern matching, text search, and data validation with practical examples.</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate><category>Text</category></item><item><title>CSS Units Guide: px, rem, em, vh, vw, and More Explained</title><link>https://webutil.tech/blog/css-units-guide</link><guid isPermaLink="true">https://webutil.tech/blog/css-units-guide</guid><description>A complete guide to CSS units. Learn the difference between px, rem, em, vh, vw, and other CSS units. Understand when to use each unit for responsive web design.</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate><category>Converters</category></item><item><title>Docker Compose Tutorial for Beginners: Define and Run Multi-Container Apps</title><link>https://webutil.tech/blog/docker-compose-tutorial</link><guid isPermaLink="true">https://webutil.tech/blog/docker-compose-tutorial</guid><description>Learn Docker Compose from scratch. Define multi-container applications, manage services, networks, and volumes with docker-compose.yml files.</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate><category>Web</category></item><item><title>REST API Design Best Practices: Build Better Web APIs in 2026</title><link>https://webutil.tech/blog/rest-api-design</link><guid isPermaLink="true">https://webutil.tech/blog/rest-api-design</guid><description>Learn REST API design best practices including resource naming, HTTP methods, status codes, pagination, error handling, and versioning strategies.</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate><category>Web</category></item><item><title>How QR Codes Work: A Complete Guide to QR Code Technology</title><link>https://webutil.tech/blog/how-qr-codes-work</link><guid isPermaLink="true">https://webutil.tech/blog/how-qr-codes-work</guid><description>Learn how QR codes work — from error correction and data encoding to structure and generation. Understand the technology behind every QR code you scan.</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate><category>Generators</category></item></channel></rss>