Tag

# Coding

tech

3 articles

Latest

Stop Prompting Blindly: The Practical Guide to Mastering Claude Code
AI 26 min read

Stop Prompting Blindly: The Practical Guide to Mastering Claude Code

Claude Code’s killer features are autonomous code editing, terminal execution, test driven iteration, project memory through `CLAUDE.md`, reusable skills, subagents, hooks, MCP integrations, and seamless workflows across the CLI and VS Code.

SNAKE!
Coding 5 min read

SNAKE!

A fully playable Snake game, embedded directly in a blog post. No libraries, no iframes, just HTML, CSS, and vanilla JavaScript on a canvas. Here's how it works.

By Value vs. By Reference in C
Coding 1 min read

By Value vs. By Reference in C

Hello world, this is our first article. It requires some previous technical knowledge of C, was made for fun and