We use cookies

We use cookies and similar technologies to enhance your browsing experience, analyze site traffic, and personalize content and ads. By clicking "Accept", you consent to our use of cookies. Learn more in our Privacy Policy.

CCosmovex
Cosmovex Guides

Developer guides & tutorials

Clear, practical explanations of the things developers actually look up — JSON, regex, JWTs, cron, hashing, encoding and more. Every guide pairs with a free tool you can run right in your browser.

ProductivityJun 30, 2026 · 9 min

AI PDF Summarizer for Android: Offline First, No Cloud Required

The right AI PDF summarizer for Android works offline first - no cloud calls, no subscription, no data upload. This guide explains how to pick one and use it.

MobileJun 27, 2026 · 10 min

All in One Developer Toolkit Android: Every Dev Tool in Your Pocket

Find out what an all in one developer toolkit android needs to include, how to evaluate options, and which app covers every daily dev utility offline.

EncodingJun 24, 2026 · 7 min

Base64 Explained: What It Is and When to Use It

A practical guide to Base64: how binary-to-text encoding works, the 33% size cost, data URLs, JWTs, and the cases where you should never reach for it.

TutorialJun 21, 2026 · 6 min

Build a Landing Page on Your Phone in 20 Minutes

Learn how to build a fully functional landing page entirely on your Android phone without touching a desktop. Step-by-step guide with code and screenshots.

DevelopmentJun 18, 2026 · 9 min

How to Compile and Run C and C++ on Android Offline (2026 Guide)

Learn how to write, compile, and run C and C++ code directly on your Android phone without an internet connection. Step-by-step guide with real examples.

SecurityJun 15, 2026 · 8 min

MD5, SHA-1, SHA-256: Which Hash Should You Use?

MD5 and SHA-1 are broken for security but fine as checksums. Here's when to use SHA-256/512 and why passwords need bcrypt or argon2 instead.

ProgrammingJun 12, 2026 · 8 min

Writing Clean Markdown for READMEs and Docs

A practical guide to writing clean Markdown for READMEs and docs: headings, code fences, tables, task lists, links, badges, and structure that actually helps.

MobileJun 9, 2026 · 7 min

Can You Really Code on Android? A Guide to Mobile Dev Tools

An honest engineer's guide to coding on Android: editors, on-device compilers, offline workflows, real limitations, and where a phone actually fits.

Web DevelopmentJun 6, 2026 · 8 min

HEX, RGB, and HSL Color Formats for the Web

A practical guide to HEX, RGB, and HSL color formats in CSS — how each works, how alpha fits in, when HSL is easier, and how to convert between them.

DevOpsJun 3, 2026 · 8 min

Cron Expressions Explained with Real Examples

A practical guide to cron expressions: the five fields, special characters, common schedules, timezone gotchas, and how to verify your next runs.

DataMay 31, 2026 · 8 min

CSV Files Explained: Delimiters, Quoting, and Gotchas

A practical guide to CSV for developers: delimiters, quoting rules, embedded commas and newlines, encodings, Excel quirks, and clean conversion to JSON.

ToolsMay 28, 2026 · 4 min

How to Do a DNS Lookup on Android: A/AAAA/MX/TXT Records Explained

Run a DNS lookup from your Android phone and read A, AAAA, CNAME, MX, TXT and NS records. A practical guide to querying DNS on the go with Network Toolkit.

ToolsMay 25, 2026 · 9 min

Find Who Is on My WiFi on Android: A Practical Guide

Learn how to find who is on your WiFi on Android using Network Toolkit. Scan your network, identify every connected device, and spot unauthorized users.

SecurityMay 22, 2026 · 8 min

Hashing vs Encryption vs Encoding: A Practical Guide

Encoding, hashing, and encryption look similar but solve different problems. A developer's guide to telling them apart and avoiding the classic security mistakes.

SecurityMay 19, 2026 · 8 min

How JSON Web Tokens (JWT) Actually Work

A practical, no-hype guide to how JWTs work: anatomy, base64url, claims, signing vs encryption, verification, expiry, and the security mistakes to avoid.

Mobile DevelopmentMay 16, 2026 · 7 min

How to Open, Read, and Edit XML Files on Android (2026 Guide)

A practical guide to opening, reading, searching, and editing XML files on Android phones without blank screens, schema breaks, or validation errors.

SecurityMay 13, 2026 · 8 min

HTML Entities and Escaping: Avoiding Broken Markup and XSS

A practical guide to HTML escaping: when to encode <, >, &, and quotes, named vs numeric entities, context-aware escaping, and how it stops XSS.

DataMay 10, 2026 · 8 min

JSON vs YAML vs TOML: Choosing a Config Format

A practical comparison of JSON, YAML, and TOML for configuration files: readability, comments, data types, tooling, and the failure modes that bite developers.

ProgrammingMay 7, 2026 · 9 min

camelCase, snake_case, kebab-case: Naming Conventions Explained

A practical guide to camelCase, snake_case, kebab-case, PascalCase and SCREAMING_SNAKE_CASE: where each belongs, why it matters, and how to convert between them.

TutorialMay 4, 2026 · 7 min

How to Open a CSV File on Android Without Excel or a Sign-In

A guide to viewing and editing CSV files on Android phones without needing Excel, cloud uploads, or account creation. Compare Google Sheets, Excel, text editors, and purpose-built CSV viewers.

MobileMay 1, 2026 · 8 min

How to Open and Edit an HTML File on Android (Offline, No Upload Required)

A practical guide to editing HTML on Android without accounts, ads, or cloud uploads. Covers common pitfalls and the workflow that actually works.

Android DevelopmentApr 28, 2026 · 7 min

Open & Edit SQLite on Android Without Root (2026)

A complete guide to viewing and editing SQLite databases on Android using the Storage Access Framework. No root access needed. Learn how to open .db files from your SD card, Downloads, or cloud storage, and run SQL queries directly.

MobileApr 25, 2026 · 9 min

How to Open JSON Files on Android Without Ad Interruptions

View and edit JSON files directly on your Android phone without default app confusion or ad popups. Learn the step-by-step workflow and compare JSON tools by tree-view depth and interruption-free experience.

ProductivityApr 22, 2026 · 8 min

Merge, Split, and Rotate PDFs Privately in Your Browser

Merge, split, and rotate PDFs entirely in your browser — no uploads, no accounts. How client-side PDF editing works and a practical step-by-step guide.

MobileApr 19, 2026 · 9 min

Postman Alternative Android Offline: Test APIs Without a Desktop

Need a postman alternative android offline? API Client - REST Tester runs fully on-device, no account required, works on local networks without internet.

ProgrammingApr 16, 2026 · 8 min

A Practical Guide to Regular Expressions

Learn regex from the ground up in JavaScript: literals, character classes, quantifiers, anchors, groups, alternation, and flags, with real working patterns.

ProgrammingApr 13, 2026 · 8 min

10 Regex Patterns Every Developer Should Bookmark

Ten practical, correct-ish regex patterns for emails, URLs, hex colors, ISO dates, slugs, and whitespace cleanup, with honest caveats about where regex breaks.

MobileApr 10, 2026 · 7 min

How to Run Python Offline on Android — Step-by-Step Guide

Write and run Python scripts directly on Android with no internet, no signup required. Learn the 5-step workflow and when offline Python on your phone makes sense.

ToolsApr 7, 2026 · 5 min

How to Scan for Open Ports on Android (Without a Laptop)

Scan open ports on any device from your Android phone. Learn what open ports mean, which ones matter, and how to run a TCP port scan with Network Toolkit.

DevOpsApr 4, 2026 · 7 min

SSH From Your Phone: Managing Servers on the Go

A practical guide to managing servers from your phone with SSH: key vs password auth, SFTP transfers, essential commands, and quick on-call fixes.

SecurityApr 1, 2026 · 9 min

How to Generate Strong Passwords (and Why Length Wins)

A developer's guide to strong passwords: entropy math, why length beats complexity, passphrases, managers, and how a CSPRNG-backed generator works.

DataMar 29, 2026 · 8 min

Understanding JSON: Structure, Common Errors, and How to Fix Them

A practical guide to JSON syntax, the parse errors that bite developers most often, how to read parser messages, and how to fix each one fast.

ProgrammingMar 26, 2026 · 8 min

Understanding Unix Timestamps and Time Zones

A practical guide to Unix epoch time, seconds vs milliseconds, UTC vs local, the 2038 problem, ISO 8601, and converting timestamps safely in code.

Web DevelopmentMar 23, 2026 · 8 min

URL Encoding Demystified: Percent-Encoding in Practice

A practical guide to percent-encoding: reserved vs unreserved characters, encodeURI vs encodeURIComponent, encoding query params, and the space/plus bug.

DataMar 20, 2026 · 7 min

UUIDs vs Auto-Increment IDs: Choosing Primary Keys

A practical guide to choosing between UUIDs and auto-increment integer primary keys: sharding, index performance, count leakage, and which UUID version to use.

Web DevelopmentMar 17, 2026 · 8 min

How to Safely Parse and Validate JSON in JavaScript

A practical guide to parsing and validating JSON in JavaScript: JSON.parse pitfalls, try/catch, reviver functions, schema validation, and untrusted input.

ToolsMar 14, 2026 · 5 min

Wake-on-LAN From Your Android Phone: Boot Any PC Remotely

Set up Wake-on-LAN and power on your PC from your Android phone using a magic packet. Full setup guide: BIOS, network adapter, MAC address, and sending the packet.

PrivacyMar 11, 2026 · 7 min

Why Client-Side Tools Protect Your Privacy

How in-browser tools differ from server-upload tools, what "data never leaves your device" actually means, and how to verify the claim yourself.

DataMar 8, 2026 · 7 min

XML vs JSON: When Each Still Makes Sense

A balanced, practical look at XML and JSON: their history, structure, schemas, namespaces, and the real situations where each one is still the right call.