Aarunya AppsAarunya Apps

Blog

Practical guides for developers and marketers — from .env hygiene to SEO structured data.

🔒 Security6 min read·June 20, 2026

How to Safely Share Your .env File With a Contractor

Step-by-step guide to sharing environment variables without exposing production secrets. Includes sanitization workflow, .gitignore rules, and a pre-commit hook recipe.

Read article →

🔍 SEO8 min read·June 15, 2026

The Complete Guide to Schema.org FAQ Markup for SEO in 2026

How to add FAQPage JSON-LD to any website and trigger Google's expandable FAQ rich results. Includes real examples, common mistakes, and a validation checklist.

Read article →

🛠️ Developer10 min read·June 10, 2026

Regex for Beginners: 10 Patterns Every Developer Should Know

Practical regular expressions explained in plain English — email validation, URL matching, phone numbers, ISO dates, and more. Includes live examples for JavaScript, Python, and Go.

Read article →

🔍 SEO7 min read·June 25, 2026

Why Your LinkedIn Post Preview Looks Wrong (and How to Fix It)

LinkedIn OG previews break for 6 specific reasons. This guide diagnoses each one with copy-paste meta tag fixes, the correct image dimensions, and how to force LinkedIn to re-fetch your card.

Read article →

🔍 SEO9 min read·June 28, 2026

How to Add Structured Data to Your Next.js App (JSON-LD Guide)

Step-by-step guide to adding Schema.org JSON-LD to Next.js 14+ App Router pages. Covers WebApplication, Article, FAQPage, and Product schemas with real code examples.

Read article →

🔒 Security8 min read·July 1, 2026

What Happens When You Accidentally Commit a .env File to GitHub

A step-by-step incident response guide for developers who've committed secrets to git. Covers how fast bots find exposed keys, how to purge git history, and how to prevent it from happening again.

Read article →