explaingit

qinjx/30min_guides

7,111Audience · generalComplexity · 1/5Setup · easy

TLDR

A personal collection of short Chinese-language guides covering iOS development basics, shell scripting, mobile positioning, and business topics, each designed to get you up to speed in 30-60 minutes.

Mindmap

mindmap
  root((30min_guides))
    Topics
      iOS development
      Shell scripting
      Mobile positioning
      Business notes
    Audience
      Chinese readers
      Beginners
    Format
      Written guides
      No runnable code
    Use Cases
      Learn shell basics
      iOS quickstart
Click or tap to explore — scroll the page freely

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

Things people build with this

USE CASE 1

Get a 60-minute hands-on introduction to iOS app development if you are starting from scratch.

USE CASE 2

Learn shell scripting basics in 30 minutes to write small scripts that automate repetitive tasks in a terminal.

USE CASE 3

Understand how mobile phones calculate their physical location using GPS and network-based positioning.

Tech stack

ShelliOS

Getting it running

Difficulty · easy Time to first run · 5min

Content is written in Chinese and consists of readable guides only, no code to install or run.

In plain English

This is a personal study notebook from a developer named Qin Jianxiang. The repository collects short guides intended to get someone up to speed on a topic in roughly 30 to 60 minutes. The content is written in Chinese, so the audience is readers comfortable with that language. The guides fall into two categories. The first is a hands-on series covering practical skills: there is an entry on getting started with iOS development (described as a 60-minute intro) and another on shell programming (a 30-minute intro). Shell programming refers to writing small scripts that run in a terminal to automate tasks on a computer. The second category covers underlying principles, with one document explaining how a mobile device figures out its physical location, covering the concepts behind GPS and network-based positioning. There is also a separate section for non-technical business notes. One document in that section looks at promotional rules in the retail industry, such as how discount and coupon systems are structured. The README is a simple list of links to these individual documents. It does not include installation instructions, external dependencies, or a license statement. The project appears to be a personal reference collection rather than a library or tool meant for integration into other software. Anyone wanting a fast overview of iOS basics, shell scripting, or related topics in Chinese would find it worth browsing. Developers looking for English-language documentation or executable code would need to look elsewhere.

Copy-paste prompts

Prompt 1
Based on the 30min_guides shell programming intro, write a shell script that watches a folder for new files and logs their names to a text file.
Prompt 2
Summarize the key steps from the 30min_guides iOS intro for creating and running your first Xcode project on a real device.
Prompt 3
Using the mobile positioning concepts from 30min_guides, explain in plain terms the difference between GPS location and Wi-Fi-based location and when each is used.
Open on GitHub → Explain another repo

← qinjx on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.