M
MeshWorld.
Page 7

The Manifest.

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

HowTo 3 min read

Manifest: Installing GitHub Desktop on Ubuntu (2026 Edition)

A technical guide to deploying the community-hardened Linux fork of GitHub Desktop across Ubuntu and Debian-based systems.

Vishnu
Vishnu
AI 5 min read

MCP Explained: How Claude Connects to Any Tool or Data Source

A clear breakdown of the Model Context Protocol — what it is, and how Claude uses MCP servers to connect to tools.

Vishnu
Vishnu
AI 6 min read

How to Write Your First Claude Code Skill (SKILL.md Guide)

A hands-on tutorial to create a working Claude Code skill using SKILL.md — build a /smart-commit skill.

Vishnu
Vishnu
AI 5 min read

Build Your First MCP Server for Claude in 15 Minutes

A step-by-step tutorial to scaffold a minimal MCP server in TypeScript, expose a tool, and connect it to Claude.

Vishnu
Vishnu
AI 5 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
AI 5 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
Git 6 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
AI 5 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
AI 5 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 6 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.

Vishnu
Vishnu
AI 6 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
Claude 6 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
Python 8 min read

Python List Comprehensions Explained (With Real Examples)

List comprehensions are one of Python's most useful features — and most misunderstood. Here's how they work, when to use them, and when a regular loop is actually better.

Vishnu
Vishnu
Claude 7 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
AI 5 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
GitHub Actions 7 min read

GitHub Actions Secrets: Best Practices to Stop Leaking Credentials

Leaked secrets in GitHub Actions are one of the most common security incidents. Here's how to store them correctly, scope them properly, and avoid the mistakes that expose API keys in CI logs.

Vishnu
Vishnu
AI 5 min read

What Is a Context Window and Why Should Developers Care?

The context window is the 'active memory' of an AI model. If you don't manage it, your app will get expensive, slow, and forgetful. Here is how to handle it like a pro.

Vishnu
Vishnu
AI 5 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
Cheatsheet 7 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
AI 7 min read

What Is RAG and When Does It Actually Help?

Retrieval-Augmented Generation explained simply — what it is, how embeddings and vector search work, when RAG helps vs when you do not need it, with a working Python example.

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.