explaingit

thixpin/agentic-coding-basic

Analysis updated 2026-05-18

58PythonAudience · developerComplexity · 2/5LicenseSetup · easy

TLDR

A free Burmese-language ebook that teaches junior developers agentic coding basics by building a small ecommerce site with Claude Code.

Mindmap

mindmap
  root((agentic-coding-basic))
    What it does
      Teaches agentic coding
      Burmese language book
      Nine chapters
    Tech stack
      React
      Vite
      Tailwind CSS
      Claude Code
    Use cases
      Learn Claude Code
      Build ecommerce demo
      Generate EPUB PDF
    Audience
      Junior developers
      Coding beginners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Learn how to instruct an AI coding agent like Claude Code using a CLAUDE.md file.

USE CASE 2

Follow a step-by-step build of a small ecommerce storefront with a cart and checkout flow.

USE CASE 3

Generate an EPUB or PDF copy of the book to read offline in Myanmar language.

USE CASE 4

Understand how to manage context window size and token usage when working with AI agents.

What is it built with?

ReactViteTailwind CSSClaude CodePython

How does it compare?

thixpin/agentic-coding-basicamazinghorseli/rednote-insightelacuesta/scrapy-pyppeteer
Stars585858
LanguagePythonPythonPython
Last pushed2021-02-26
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audiencedeveloperpm founderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires a Claude Code Pro, Max, Team, Enterprise, or Console account to follow along.

Free to use, copy, modify, and share for any purpose under the MIT License.

In plain English

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.

Copy-paste prompts

Prompt 1
Walk me through Chapter 3 of agentic-coding-basic and help me write my own CLAUDE.md file for a new project.
Prompt 2
Using the Myar Yi Store example from this book, help me build a shopping cart feature with Claude Code.
Prompt 3
Explain the difference between autocomplete and an agentic coding assistant using the examples in this repository.
Prompt 4
Help me run build.sh in this repository to generate an EPUB version of the book.

Frequently asked questions

What is agentic-coding-basic?

A free Burmese-language ebook that teaches junior developers agentic coding basics by building a small ecommerce site with Claude Code.

What language is agentic-coding-basic written in?

Mainly Python. The stack also includes React, Vite, Tailwind CSS.

What license does agentic-coding-basic use?

Free to use, copy, modify, and share for any purpose under the MIT License.

How hard is agentic-coding-basic to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is agentic-coding-basic for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.