thixpin/agentic-coding-basic — explained in plain English
Analysis updated 2026-05-18
Learn how to instruct an AI coding agent like Claude Code using a CLAUDE.md file.
Follow a step-by-step build of a small ecommerce storefront with a cart and checkout flow.
Generate an EPUB or PDF copy of the book to read offline in Myanmar language.
Understand how to manage context window size and token usage when working with AI agents.
| thixpin/agentic-coding-basic | amazinghorseli/rednote-insight | elacuesta/scrapy-pyppeteer | |
|---|---|---|---|
| Stars | 58 | 58 | 58 |
| Language | Python | Python | Python |
| Last pushed | — | — | 2021-02-26 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | pm founder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Claude Code Pro, Max, Team, Enterprise, or Console account to follow along.
This repository is a free educational book called Agentic Coding Basic for Junior Developers, written in Burmese by Soe Thura. It teaches beginners how to work with AI coding agents, specifically Claude Code, by walking through the full process of building a small ecommerce website from scratch. The example project, called Myar Yi Store, imagines a local shopkeeper who wants her convenience store online. Readers follow a customer journey: browsing a product list, adding items to a cart, filling in a checkout form with name, phone number, and address, seeing an order summary, and then sending that summary as a screenshot over Viber, a messaging app popular in Myanmar. The site itself is built with React, Vite, and Tailwind CSS, and needs no backend server, since orders are handled through a chat message rather than a database. The book has nine chapters. It starts by explaining what agentic coding means and how it differs from autocomplete, then introduces Claude Code and how to install and start talking to it. From there it covers writing instructions for an AI agent using a CLAUDE.md file and Plan Mode, building the actual store feature by feature, finding and fixing bugs, writing regression tests, creating reusable skills for the agent to reuse, and managing context window size and token usage. It ends with closing advice and a quick reference list for junior developers. The author is explicit that this book will not make a reader fully skilled in agentic coding. It is meant only as a light starting point for people who are completely new to the idea. Readers are encouraged to type out the commands and prompts themselves rather than just reading along, since the author compares learning this skill to learning to ride a bicycle. To use the book itself, a computer running macOS, Windows, or Linux is needed, along with Claude Code, which requires a Pro, Max, Team, Enterprise, or Console account, and basic familiarity with Git. The repository also includes a build script that can generate EPUB and PDF versions of the book for e-readers, with Myanmar language fonts embedded so the text displays correctly even on devices without that font installed. The project is released under the MIT License.
A free Burmese-language ebook that teaches junior developers agentic coding basics by building a small ecommerce site with Claude Code.
Mainly Python. The stack also includes React, Vite, Tailwind CSS.
Free to use, copy, modify, and share for any purpose under the MIT License.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.