<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>DevUtilixy Developer Blog</title><description>Practical guides for developers — cron expressions, JSON, Base64, JWT, Unix timestamps and more, explained in plain English.</description><link>https://devutilixy.com/</link><language>en-us</language><item><title>How to Fix Common JSON Errors: Unexpected Token, Trailing Comma &amp; More</title><link>https://devutilixy.com/blog/json-common-errors/</link><guid isPermaLink="true">https://devutilixy.com/blog/json-common-errors/</guid><description>Learn how to fix the most common JSON parsing errors — unexpected token, trailing comma, unquoted keys, and unclosed brackets — with examples of each.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Query String Parameters Explained: How to Parse and Build a URL Query String</title><link>https://devutilixy.com/blog/url-query-params/</link><guid isPermaLink="true">https://devutilixy.com/blog/url-query-params/</guid><description>Learn how URL query strings work, how to parse them with URLSearchParams, how to build one correctly, and the encoding mistakes that break them.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate></item><item><title>URL Encoding Explained: What is %20 and Why Does It Exist?</title><link>https://devutilixy.com/blog/url-encoding-explained/</link><guid isPermaLink="true">https://devutilixy.com/blog/url-encoding-explained/</guid><description>Ever seen %20 or %2F in a URL and wondered what it means? This guide explains percent encoding, why it&apos;s necessary, and how to encode/decode URLs correctly.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>JSON.stringify vs JSON.parse: The Complete Guide with Examples</title><link>https://devutilixy.com/blog/json-stringify-parse/</link><guid isPermaLink="true">https://devutilixy.com/blog/json-stringify-parse/</guid><description>Two of the most used JavaScript functions — but easy to confuse. Learn when to use each one, common mistakes, and practical real-world examples.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>What is a Unix Timestamp? Epoch Time Explained Simply</title><link>https://devutilixy.com/blog/unix-timestamp-explained/</link><guid isPermaLink="true">https://devutilixy.com/blog/unix-timestamp-explained/</guid><description>Unix timestamps are how computers store time under the hood. This guide explains what they are, why 1970 matters, and how to convert them.</description><pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Decode a JWT Token: Header, Payload &amp; Signature Explained</title><link>https://devutilixy.com/blog/how-to-decode-jwt/</link><guid isPermaLink="true">https://devutilixy.com/blog/how-to-decode-jwt/</guid><description>JWT tokens are everywhere in modern APIs. Learn how to manually decode one, what each part contains, and how to check if it has expired.</description><pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate></item><item><title>What is Base64 Encoding? A Plain English Explanation for Developers</title><link>https://devutilixy.com/blog/what-is-base64/</link><guid isPermaLink="true">https://devutilixy.com/blog/what-is-base64/</guid><description>Base64 shows up everywhere — JWT tokens, API keys, email attachments. This guide explains exactly what it is, why it exists, and when to use it.</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Run a Cron Job Every Weekday at 9 AM</title><link>https://devutilixy.com/blog/cron-weekdays-9am/</link><guid isPermaLink="true">https://devutilixy.com/blog/cron-weekdays-9am/</guid><description>Step-by-step guide to scheduling a cron job Monday through Friday at a specific time. Includes the exact expression and common variations.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>What Does * * * * * Mean in Cron? All 5 Fields Explained</title><link>https://devutilixy.com/blog/what-does-star-mean-cron/</link><guid isPermaLink="true">https://devutilixy.com/blog/what-does-star-mean-cron/</guid><description>The five asterisks in a cron expression each mean something specific. This guide breaks down every field with examples you can use immediately.</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Cron Expression Every 15 Minutes: */15 * * * * Explained</title><link>https://devutilixy.com/blog/cron-every-15-minutes/</link><guid isPermaLink="true">https://devutilixy.com/blog/cron-every-15-minutes/</guid><description>Learn exactly what */15 * * * * means, why it runs 96 times a day, and how to customize the interval for 5, 10, or 30 minutes.</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>