MeshWorld India LogoMeshWorld.
Page 18

The Manifest.

More posts from The Manifest, paginated so the main blog stays lighter and faster to load.

Using Claude for Code Review: A Developer's Field Guide
AI5 min read

Using Claude for Code Review: A Developer's Field Guide

How to actually use Claude to catch real bugs in your code before your teammates do — with prompts that work.

Vishnu
Vishnu
What Are Claude Agent Skills and How Do They Work?
AI5 min read

What Are Claude Agent Skills and How Do They Work?

A clear explainer on Claude Agent Skills — what they are, and why they matter for developer workflows in 2026.

Vishnu
Vishnu
I Deleted My Code with git reset --hard. git reflog Saved It.
Git6 min read

I Deleted My Code with git reset --hard. git reflog Saved It.

True story: running git reset --hard on the wrong branch wiped a week of work. Here is how git reflog recovered it all.

Vishnu
Vishnu
How Developers Actually Use Claude Every Day
AI5 min read

How Developers Actually Use Claude Every Day

Forget the hype. Here's how real developers have quietly worked Claude into their daily workflow — from debugging at 1am to writing docs.

Vishnu
Vishnu
Claude vs ChatGPT for Developers: An Honest Look
AI5 min read

Claude vs ChatGPT for Developers: An Honest Look

A real developer's honest take on when Claude works better than ChatGPT, when it doesn't, and what actually matters.

Vishnu
Vishnu
Claude vs Gemini 2.5 for Coding: Honest Comparison
Claude6 min read

Claude vs Gemini 2.5 for Coding: Honest Comparison

Hands-on comparison of Claude Sonnet 4.6 vs Gemini 2.5 Pro for real coding tasks. See which AI model wins for debugging, refactoring, code generation, and repository analysis in daily engineering workflows.

Vishnu
Vishnu
Claude Code vs Cursor: Which One Actually Helps You Ship?
AI6 min read

Claude Code vs Cursor: Which One Actually Helps You Ship?

A real comparison of Claude Code and Cursor from a developer who uses both — what each one is actually good at, and where they frustrate you.

Vishnu
Vishnu
How Junior Engineers Should Actually Use Claude Code
Claude6 min read

How Junior Engineers Should Actually Use Claude Code

Not a shortcut — a safety net. How to use Claude Code to learn faster, catch mistakes early, and ship better code.

Vishnu
Vishnu
Build a GitHub Issue Creator Skill for Your AI Agent
Agent Skills5 min read

Build a GitHub Issue Creator Skill for Your AI Agent

Create a production-ready agent skill that creates GitHub issues from natural language, with label assignment, duplicate detection, and dry-run mode.

Cobie
Cobie
How to Add Claude to Your App Using the Anthropic API
AI5 min read

How to Add Claude to Your App Using the Anthropic API

A practical guide to integrating Claude into your app with the Anthropic SDK — from first call to streaming and cost management.

Vishnu
Vishnu
I Used Claude to Review My Code for a Week. Here Is What It Caught.
Claude7 min read

I Used Claude to Review My Code for a Week. Here Is What It Caught.

A week-long experiment using Claude as a daily code reviewer on a real Node.js project — bugs found, security issues caught, and what actually changed.

Vishnu
Vishnu
GitHub Actions Secrets: Best Practices to Secure Credentials
GitHub Actions7 min read

GitHub Actions Secrets: Best Practices to Secure Credentials

Stop leaking credentials in CI/CD. Learn to store, scope, and manage GitHub Actions secrets correctly while avoiding common pitfalls that expose API keys.

Vishnu
Vishnu
Python List Comprehensions: Syntax, Examples & Tips
Python8 min read

Python List Comprehensions: Syntax, Examples & Tips

Master Python list comprehensions with clear examples. Learn when to use them for cleaner code, how to add filters, and when a regular loop is still better.

Vishnu
Vishnu
Chaining Agent Skills: Research, Summarize, and Save
Agent Skills4 min read

Chaining Agent Skills: Research, Summarize, and Save

Build a skill chain where an agent searches the web, summarizes findings, and saves results to a file — all from a single prompt. Full Node.js walkthrough.

Scarlett
Scarlett
What Is a Context Window and Why Should Developers Care?
AI5 min read

What Is a Context Window and Why Should Developers Care?

Understand the context window, the 'active memory' of AI models. Learn how to manage it to keep your apps fast, cost-effective, and accurate during sessions.

Vishnu
Vishnu
What Is an LLM? A Plain English Guide for Developers
AI5 min read

What Is an LLM? A Plain English Guide for Developers

Forget the hype and the PhD jargon. An LLM is just a very big autocomplete engine. Here is how it actually works and why it sometimes lies to your face.

Vishnu
Vishnu
Testing and Debugging Agent Skills Before You Deploy
Agent Skills6 min read

Testing and Debugging Agent Skills Before You Deploy

Skills that work alone fail differently inside an agent loop. Unit test your tools, mock AI calls, and debug the full tool_use cycle in Node.js.

Rachel
Rachel
Prompts That Go Wrong: What I Learned Shipping AI Features
AI5 min read

Prompts That Go Wrong: What I Learned Shipping AI Features

See real-world examples of AI prompts that broke in production and how to fix them. A guide for writing precise, reliable prompts for real users and apps.

Vishnu
Vishnu
What Is RAG and When Does It Actually Help?
AI7 min read

What Is RAG and When Does It Actually Help?

Retrieval-Augmented Generation (RAG) explained simply. Learn how vector search works, when to use it, and see a working Python example for your next project.

Vishnu
Vishnu
Kubernetes Cheat Sheet: Every kubectl Command You Actually Need
Cheatsheet7 min read

Kubernetes Cheat Sheet: Every kubectl Command You Actually Need

Complete Kubernetes reference with copy-paste kubectl commands for pods, deployments, services, namespaces, config, scaling, logs, exec, and troubleshooting.

Vishnu
Vishnu

Domain Expertise

Browse by topic.

Manifest Updates

Get new posts without checking the archive.

Stay close to the latest deep-dives, references, and practical engineering notes from MeshWorld without having to scan the archive manually.

Archive depth

More posts, still searchable and still useful, without forcing the main blog page to carry the full post list at once.

Reading flow

Faster main archive, lighter page weight, and a cleaner path into older tutorials, installs, and references.