#4 · Primary category: Education & Research
30-seconds-of-code
Coding articles to level up your development skills
Project last updated:08/19/26
GitHub Stars
128.9K
Forks
12.5K
Contributors
459
License
Other
Why we included this project
Short, practical lessons are what this collection does best. Each article pairs a compact code snippet with a plain-language walkthrough, so you can learn a technique, copy the code, and get back to work without wading through a long tutorial. Coverage runs from JavaScript and HTML/CSS to Git workflows and web performance, which makes it a handy day-to-day reference for front-end and full-stack work alike. Articles sit in browsable collections and are searchable by tag or language, and since the maintainer stopped accepting unsolicited contributions, the quality stays consistent instead of drifting. Team leads can also hand it to newer engineers as a fast, low-friction on-ramp when they need practical answers quickly.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI
LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step