IT-Journey — Home
By bamr87
Starting point and return-to landmark for IT-Journey — current focus area, project ideas, and quick links into quests, posts, and the quickstart path.
Estimated reading time: 516 minutes
Table of Contents
Go to bookmark
🚀 What to Build Today?
Ready to start your next adventure? Here are some exciting project ideas to explore:
✨ Current Focus: GitHub + LLM Integration
Building an intelligent content review system that leverages LLMs (like Gemini) to automatically review markdown files for grammar, spelling, completeness, and technical accuracy, then commits improvements for review.
🎯 Quick Project Ideas
- 📖 Documentation Enhancement: Improve existing quest documentation with AI assistance
- 🤖 AI-Powered Code Review: Create automated code quality checks using GitHub Actions
- 🎮 New Quest Creation: Design and develop a new quest following our gamified learning system
- 🔗 Integration Projects: Build connections between different tools and platforms
- 📊 Analytics Dashboard: Track learning progress and quest completion rates
- 🌐 Community Features: Enhance collaboration tools and discussion systems
TODO
Recent Additions
Gamified Quest System 🎮
The IT-Journey now features a comprehensive Quest-based learning system that transforms technical education into epic adventures! Our quest system includes:
- 📚 58+ Interactive Quests across all skill levels and specializations
- 🎯 Level-based Progression from n00b (000) to master (111)
- ⚔️ Fantasy Theme Integration making learning engaging and memorable
- 🏆 Achievement Tracking with skill validation and portfolio building
- 🗺️ Quest Networks connecting related learning paths
Enhanced Navigation & Structure 🧭
Updated navigation system with improved organization:
- 🔍 Quick-Start Tutorials for immediate hands-on learning
- 📖 Comprehensive Documentation Library with Jekyll, development guides
- 📔 Personal Notebooks including Jupyter integration
- 🎪 About Section with configuration, themes, and community features
AI-Powered Development Guidelines 🤖
Integrated comprehensive AI development practices:
- Path-driven Development following natural software evolution patterns
- Container-first Deployment ensuring reproducible environments
- MCP Integration for standardized AI context sharing
- Collaborative Learning emphasizing open-source principles
Introduction
This is where we begin our journey — the place where we return after getting lost or wandering off. Think of this as our home base with a collection of maps, tools, and information we need to traverse through this chaotic digital world.
There are journals to capture our experiences and findings, notes to quickly reference when our memories fail, and a library of documentation that gives us the depth of knowledge to build upon and share. Everything here is open source and free to use, and the goal is to make this repository a comprehensive learning tool for everyone to use and share.
Abstract
From zero to hero collection of docs, tools, scripts, walk-throughs, and information to help with your IT journey. The IT-Journey platform now features 58+ interactive quests, comprehensive documentation, AI-powered development practices, and a thriving community ecosystem.
🎮 Zer0 to Her0 Quest System
Experience learning through our gamified quest system that transforms technical education into epic adventures:
Quest Progression Levels
- n00b (000) - Complete beginners starting their IT journey
- Beginner (001) - Basic concepts and foundational skills
- Intermediate (010) - Building practical applications
- Advanced (011) - Complex systems and architectures
- Expert (100) - Specialized domain mastery
- Master (101) - Teaching and mentoring others
- Hero (110) - Industry leadership and innovation
- Legend (111) - Pioneering new technologies
Main Quest Lines
- 🌟 Initialization World - Character creation, tool setup, fundamental concepts
- ⚔️ Development Mastery - Programming languages, frameworks, and best practices
- 🛡️ System Administration - Infrastructure, networking, and operations
- 🏰 DevOps & Deployment - CI/CD, containerization, and cloud platforms
- 🔮 AI Integration - Machine learning, automation, and AI-assisted development
Current Quest Catalog
- Init World Quests: Foundation building for new adventurers
- Language Mastery: Python, JavaScript, Bash, and more
- Tool Proficiency: Git, VSCode, Docker, and development environments
- Platform Specialization: Linux, Windows, macOS, and cloud platforms
- Project Building: Real-world applications and portfolio development
Skill Level Route
For those who prefer the route based on difficulty:
- Beginner - 000
- Intermediate - 001
- Advanced - 010
- Expert - 011
- Master - 100
- Hero - 101
- Super Hero - 110
- God - 111
Stack Attack
For those who are intermediate/advanced and want to work on a specific stack:
- Front-end (HTML, CSS, JS)
- Back-end (Python, PHP, Ruby, Command Line)
- Databases (MySQL, NoSQL, PostgreSQL)
- Integrations (API, REST, GraphQL, SOAP)
- Infrastructure (AWS, Azure, GCP, Linux)
- Solutions (LAMP, Jamstack, MERN, WINS)
Specialization route
For those who are advanced/expert and what to specialize in a field:
- Infrastructure (System Administration, Networking, Operating Systems)
- DevOps (Source Code control, CD/CI, Automated Testing, Agile Development)
- Web Design (HTML, CSS, JavaScript, Jekyll, Bootstrap)
- Software Engineering (Python, Ruby, Java, C#, C++)
- Data Science (Python, SQL, BI, Hadoop, Spark, HBase, Hive, Kafka, Cassandra)
- Cyber Security (Firewalls, Metadata analysis, Network Penetration, Ransomware, Vulnerability, Exploits, Malware)
- Multimedia/Graphic Design (GIMP, Blender, Inkscape, Krita, Pencil 2D)
- Mobile Development (Android, iOS, React Native)
- Game Development (Unity, Unreal Engine)
- AI (Machine Learning, Deep Learning, Natural Language Processing)
Project Route
- Wikimedia Server - Downloads
- Personal Website
- Retro “Picade”
- Mobile App
- Web Scraper
- Documentation Site
- Video game
Quick Start
For those who are already familiar with core IT concepts, this is the quick start guide to get you going. There are some prerequisites listed before you can clone this repository. Each is linked to a detailed installation instruction.
Master Setup Local link Or Web link
Integrated Development Environment (Visual Studio Code) Local link Or Web link
Static Website Generator (Jekyll) Local link Or Web link
Site layout
Top Navigation Bar
<div class="bd-example-snippet bd-code-snippet">
{%- include header.html -%}
</div>
This is a fixed navigation bar that is always visible at the top of the page. It is a horizontal bar that contains links to the different sections of the site. The links are organized into five main sections:
- Quick-Start - Fast-track tutorials and essential setup guides
- Journey - Learning posts, quests, and pages documenting your adventure
- Library - Comprehensive documentation and technical guides
- Notebook - Personal notes and Jupyter notebook experiments
- About - Platform information, configuration, and community resources
Sidebar Navigation
The sidebar navigation is a vertical bar that is always visible on the left side of the page. It is automatically generated based on the navigation YAML files under _data/navigation/ directory, with individual files for each section:
main.yml- Primary navigation structurehome.yml- Home page specific navigationposts.yml- Journal and quest navigationdocs.yml- Documentation library organizationabout.yml- About section and configuration pagesquickstart.yml- Quick-start tutorial organization
Including a truncated navigation YAML file under the _data folder will automatically generate the sidebar and top navigation.
{% capture nav %}{% include_relative _data/navigation-old.yml %}{% endcapture %}{{ nav | truncate: 332 }}
Table Of Contents right sidebar
This is an automatically generated table of contents that is always visible on the right side of the page. It is generated from using a programs located under /_includes/toc.html
It is based on the heading tags in the markdown file. The table of contents is generated from the markdown file and is updated whenever the markdown file is updated.
Source Code Short Cuts
Above the right TOC, there is a short cut to the source code. This is a link to the GitHub repository. The link to the shortcut is based on the config file located under /_config.yml. This is the where you have forked this repository.
repository : "bamr87/it-journey" # GitHub username/repo-name
local_repo : "it-journey"
home_dir_pc : &home-win '$HOME'
home_dir_mac : &home-mac '$HOME'
local_git_pc : [ *home-win, 'github\' ]
local_git_mac : [ *home-mac, 'github/' ]
NOTE: Replace $HOME with your home directory. Normally, it is the user id of the machine. Just type echo $HOME in the terminal.
Sitemap
Site Navigation Index
Explore all 0 pages across 0 collections on this site.
Content Statistics
| Collection | Page Title | Description | Last Modified | Categories | Tags | Actions |
|---|---|---|---|---|---|---|
| Pages | 404.html | No description available | Unknown | |||
| Pages | Code of Conduct | No description available | Oct 27, 2021 | |||
| Pages |
Contributing
How to contribute to IT-Journey |
How to contribute to IT-Journey | Nov 02, 2025 | |||
| Pages |
PRD: IT-Journey – Open-Source IT Education Plat...
Product requirements for IT-Journey, an open-source educational platform with... |
Product requirements for IT-Journey, an open-source educational platform with gamified quests, practical tutorials, a... | Mar 30, 2026 | |||
| Pages |
README - it-journey
IT-Journey - Your comprehensive learning platform with QuickStart tutorials, ... |
IT-Journey - Your comprehensive learning platform with QuickStart tutorials, gamified quests, documentation library, ... | May 24, 2026 | #it-journey #jekyll #gamified-learning +3 | ||
| Pages |
IT-Journey — Home
Starting point and return-to landmark for IT-Journey — current focus area, pr... |
Starting point and return-to landmark for IT-Journey — current focus area, project ideas, and quick links into quests... | May 24, 2026 | home navigation +1 | #home #journey #learning +3 | |
| Pages | All posts | No description available | Unknown | |||
| Pages |
IT-Journey.dev - Your Epic Quest to IT Mastery
Master IT skills through immersive quests and progressive skill building in a... |
Master IT skills through immersive quests and progressive skill building in a gamified learning environment for aspir... | Jul 21, 2025 | education technology +1 | #homepage #learning platform #IT education +1 | |
| Pages |
IT-Journey Chronicles: From Zer0 to Her0
Practical tutorials, AI-assisted development chronicles, and professional ins... |
Practical tutorials, AI-assisted development chronicles, and professional insights — organized by category for progre... | May 24, 2026 | Technology Learning | #jekyll #devops #web-development +3 | |
| Pages |
IT-Journey Blog Posts: Tutorials and Learning A...
Educational blog posts covering web development, DevOps, system administratio... |
Educational blog posts covering web development, DevOps, system administration, AI & ML, and emerging tech — document... | Apr 25, 2026 | posts index | #journey #guides #articles +5 | |
| Pages |
Search
Search functionality and sitemap index for the IT-Journey website |
Search functionality and sitemap index for the IT-Journey website | Mar 11, 2023 | search navigation | #search #sitemap #navigation | |
| Pages |
Sitemap
Comprehensive site index used by the search modal to display full results acr... |
Comprehensive site index used by the search modal to display full results across IT-Journey. | May 23, 2026 | search navigation | #search #sitemap #navigation | |
| Pages |
IT-Journey Statistics Portal
Site analytics dashboard for IT-Journey — content totals, category breakdowns... |
Site analytics dashboard for IT-Journey — content totals, category breakdowns, contributor counts, and the live numbe... | May 24, 2026 | meta analytics | #statistics #analytics #meta +1 | |
| Pages | AGENTS.md: Guide for AI Agents Working in IT-Jo... | No description available | Unknown | |||
| Pages | Changelog | No description available | Unknown | |||
| Pages | PRD Machine Requirement Conflicts - Resolution ... | No description available | Unknown | |||
| Pages | Security Policy | No description available | Unknown | |||
| Pages | Link Analysis (Template) | No description available | Unknown | |||
| Pages | Link Health Analysis Report | No description available | Unknown | |||
| Pages | Posts External Link Status — Phase 4 Baseline (... | No description available | Unknown | |||
| Pages | Link Health Summary | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| Pages | All posts | No description available | Unknown | |||
| About |
About
Learn about IT-Journey's mission to democratize IT education through open-sou... |
Learn about IT-Journey's mission to democratize IT education through open-source technologies and collaborative learn... | Nov 02, 2025 | about | #about #principles #open-source +12 | |
| About |
Purpose
The comprehension of our universe is constantly morphed by the information av... |
The comprehension of our universe is constantly morphed by the information available and what is considered to be tru... | May 11, 2024 | |||
| About |
versioning
Release strategy and versioning conventions for IT-Journey — semantic version... |
Release strategy and versioning conventions for IT-Journey — semantic versioning, changelog format, and the relations... | May 21, 2022 | posts | #article | |
| About |
Site Tree Structure
This page displays the complete directory structure of the IT-Journey platfor... |
This page displays the complete directory structure of the IT-Journey platform, automatically generated and updated v... | Jan 15, 2026 | #structure #organization #navigation +1 | ||
| About |
Site Navigation Map
This page provides a comprehensive map of all pages and content available on ... |
This page provides a comprehensive map of all pages and content available on the IT-Journey platform, automatically g... | Jan 15, 2026 | #navigation #sitemap #structure +1 | ||
| About |
Jekyll Configuration & Site Structure
This page contains the Jekyll configuration file, site tree structure, and au... |
This page contains the Jekyll configuration file, site tree structure, and automated workflows for maintaining config... | Jan 15, 2026 | #configuration #jekyll #automation +2 | ||
| About |
Learning Platform Features
User-facing features and educational tools available on IT-Journey platform. |
User-facing features and educational tools available on IT-Journey platform. | Oct 13, 2025 | about | #features #learning #education +1 | |
| About |
bamr87
Profile page for the IT-Journey founder and maintainer — IT generalist in Den... |
Profile page for the IT-Journey founder and maintainer — IT generalist in Denver, lapsed banker, builder of the zer0-... | Jan 21, 2025 | |||
| About |
Contributing to IT-Journey
How to contribute to IT-Journey - a gamified learning platform for IT education |
How to contribute to IT-Journey - a gamified learning platform for IT education | Mar 21, 2026 | about | #contributing #community #open-source +1 | |
| About |
Configuration Automation System
This document describes the comprehensive automation system that maintains co... |
This document describes the comprehensive automation system that maintains configuration files, documentation, and si... | Jun 22, 2025 | #automation #configuration #ci-cd +2 | ||
| About |
IT-Journey About Section
Organization of the IT-Journey about pages and content structure |
Organization of the IT-Journey about pages and content structure | Jan 13, 2025 | |||
| About | YOUR_DISPLAY_NAME | Your tagline — class, interests, etc. | Mar 21, 2026 | |||
| About | Bamr87 | IT Wizard, Software Architect, Tech Enthusiast. | Mar 21, 2026 | |||
| About | GitHub Copilot | AI Pair-Programming Sorcerer — Wizard class, Code generation & documentation | Mar 21, 2026 | |||
| About | GitHub Actions Bot | CI/CD Automation Ranger — Ranger class, Pipeline guardian & deployment | Mar 21, 2026 | |||
| About |
Contributors
A directory of all IT-Journey contributors — human and AI alike — with RPG-st... |
A directory of all IT-Journey contributors — human and AI alike — with RPG-style character profiles, stats, and achie... | Mar 21, 2026 | about | #contributors #community #profiles +1 | |
| About | No description available | May 25, 2026 | ||||
| Docs |
Jekyll Documentation
Jekyll documentation specific to IT-Journey implementation |
Jekyll documentation specific to IT-Journey implementation | Oct 13, 2025 | |||
| Docs |
IT-Journey Learning Resources Library
Reference documentation and learning resources covering terminal, Bash script... |
Reference documentation and learning resources covering terminal, Bash scripting, Jekyll, Liquid templating, and deve... | Apr 25, 2026 | docs home | #docs #reference #learning-resources +2 | |
| Docs |
Jekyll Mermaid Diagrams: Auto-Detection Guide f...
Complete guide to adding Mermaid diagrams to Jekyll sites with zero configura... |
Complete guide to adding Mermaid diagrams to Jekyll sites with zero configuration. Create flowcharts, sequence diagra... | Dec 19, 2025 | tutorials jekyll +1 | #mermaid #jekyll #diagrams +7 | |
| Docs |
Jekyll — Liquid Reference
Reference for Liquid templating in Jekyll — objects, filters, control flow, a... |
Reference for Liquid templating in Jekyll — objects, filters, control flow, and the Shopify-inherited syntax that dri... | May 24, 2026 | jekyll tutorials | #jekyll #liquid #templating +1 | |
| Docs |
Jekyll — Math Symbols with MathJax
Render LaTeX-style mathematical notation in a Jekyll site by wiring up MathJa... |
Render LaTeX-style mathematical notation in a Jekyll site by wiring up MathJax, configuring inline and block delimite... | May 24, 2026 | jekyll tutorials | #mathjax #mathematics #jekyll +1 | |
| Docs |
Jekyll Frontmatter CMS
Guide on using Jekyll and Frontmatter as a Content Management System for stat... |
Guide on using Jekyll and Frontmatter as a Content Management System for static site generation | May 16, 2024 | docs jekyll +1 | #jekyll #frontmatter #cms +1 | |
| Docs |
Front Matter CMS Preview Configuration
Simplified Front Matter CMS preview wiring for IT-Journey — a `/preview/<coll... |
Simplified Front Matter CMS preview wiring for IT-Journey — a `/preview///` directory pattern that survives custom Je... | May 24, 2026 | tools jekyll | #frontmatter #jekyll #preview +2 | |
| Docs |
Configuration Options | Jekyll • Simple, blog-a...
The tables below list the available settings for Jekyll, and the various opti... |
The tables below list the available settings for Jekyll, and the various options (specified in the configuration file... | May 02, 2024 | |||
| Docs |
Wargames — Security Challenges
Curated security wargames from the OverTheWire community. Learn and practice ... |
Curated security wargames from the OverTheWire community. Learn and practice security concepts through gamified chall... | Apr 07, 2026 | wargames | #security #wargames #linux +2 | |
| Docs |
Complete Developer Contribution Guide
Developer and AI agent guide for contributing to IT-Journey — setup, branchin... |
Developer and AI agent guide for contributing to IT-Journey — setup, branching strategies, code standards, and PR wor... | May 06, 2026 | contributing | #contributing #development #workflow +4 | |
| Docs |
Mermaid Auto-Detection Migration Guide
Migrate Jekyll pages from the legacy explicit Mermaid include to the zer0-mis... |
Migrate Jekyll pages from the legacy explicit Mermaid include to the zer0-mistakes auto-detection pattern with consis... | May 24, 2026 | jekyll migration | #mermaid #migration #auto-detection +2 | |
| Docs |
Terminal Shortcuts Cheat Sheet: macOS, Linux & ...
Complete reference for terminal shortcuts on macOS, Linux, and Windows. Maste... |
Complete reference for terminal shortcuts on macOS, Linux, and Windows. Master navigation, editing, and productivity ... | Apr 25, 2026 | Documentation Terminal +1 | #terminal #shortcuts #bash +5 | |
| Docs |
Complete BASH Reference: Commands & Techniques
Deep GNU Bash reference for built-ins, expansion, process control, scripting ... |
Deep GNU Bash reference for built-ins, expansion, process control, scripting patterns, text processing, networking, a... | Apr 25, 2026 | Documentation System Administration +1 | #bash #shell #script +7 | |
| Docs |
Index
[RELEASED] Abraxas (HES2011) ============================ |
[RELEASED] Abraxas (HES2011) ============================ | Apr 07, 2026 | wargames abraxas | #security #wargames #linux +2 | |
| Docs |
Bandit0
Level Goal ---------- The goal of this level is for you to log into the game ... |
Level Goal ---------- The goal of this level is for you to log into the game using SSH. The host to which you need to... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit1
Level Goal ---------- The password for the next level is stored in a file cal... |
Level Goal ---------- The password for the next level is stored in a file called readme located in the home directory... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit10
Level Goal ---------- The password for the next level is stored in the file d... |
Level Goal ---------- The password for the next level is stored in the file data.txt in one of the few human-readable... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit11
Level Goal ---------- The password for the next level is stored in the file d... |
Level Goal ---------- The password for the next level is stored in the file data.txt, which contains base64 encoded data | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit12
Level Goal ---------- The password for the next level is stored in the file d... |
Level Goal ---------- The password for the next level is stored in the file data.txt, where all lowercase (a-z) and u... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit13
The password for the next level is stored in the file data.txt, which is a he... |
The password for the next level is stored in the file data.txt, which is a hexdump of a file that has been repeatedly... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit14
Level Goal ---------- The password for the next level is stored in /etc/bandi... |
Level Goal ---------- The password for the next level is stored in /etc/bandit\pass/bandit14 and can only be read by ... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit15
Level Goal ---------- The password for the next level can be retrieved by sub... |
Level Goal ---------- The password for the next level can be retrieved by submitting the password of the current leve... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit16
Level Goal ---------- The password for the next level can be retrieved by sub... |
Level Goal ---------- The password for the next level can be retrieved by submitting the password of the current leve... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit17
Level Goal ---------- The credentials for the next level can be retrieved by ... |
Level Goal ---------- The credentials for the next level can be retrieved by submitting the password of the current l... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit18
Level Goal ---------- There are 2 files in the homedirectory: passwords.old a... |
Level Goal ---------- There are 2 files in the homedirectory: passwords.old and passwords.new. The password for the n... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit19
Level Goal ---------- The password for the next level is stored in a file rea... |
Level Goal ---------- The password for the next level is stored in a file readme in the homedirectory. Unfortunately,... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit2
Level Goal ---------- The password for the next level is stored in a file cal... |
Level Goal ---------- The password for the next level is stored in a file called - located in the home directory | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit20
Level Goal ---------- To gain access to the next level, you should use the se... |
Level Goal ---------- To gain access to the next level, you should use the setuid binary in the homedirectory. Execut... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit21
Level Goal ---------- There is a setuid binary in the homedirectory that does... |
Level Goal ---------- There is a setuid binary in the homedirectory that does the following: it makes a connection to... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit22
Level Goal ---------- A program is running automatically at regular intervals... |
Level Goal ---------- A program is running automatically at regular intervals from cron, the time-based job scheduler... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit23
Level Goal ---------- A program is running automatically at regular intervals... |
Level Goal ---------- A program is running automatically at regular intervals from cron, the time-based job scheduler... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit24
Level Goal ---------- A program is running automatically at regular intervals... |
Level Goal ---------- A program is running automatically at regular intervals from cron, the time-based job scheduler... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit25
Level Goal ---------- A daemon is listening on port 30002 and will give you t... |
Level Goal ---------- A daemon is listening on port 30002 and will give you the password for bandit25 if given the pa... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit26
Level Goal ---------- Logging in to bandit26 from bandit25 should be fairly e... |
Level Goal ---------- Logging in to bandit26 from bandit25 should be fairly easy... The shell for user bandit26 is no... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit27
Level Goal ---------- Good job getting a shell! Now hurry and grab the passwo... |
Level Goal ---------- Good job getting a shell! Now hurry and grab the password for bandit27! | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit28
Level Goal ---------- There is a git repository at ssh://bandit27-git@bandit.... |
Level Goal ---------- There is a git repository at ssh://bandit27-git@bandit.labs.overthewire.org/home/bandit27-git/r... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit29
Level Goal ---------- There is a git repository at ssh://bandit28-git@bandit.... |
Level Goal ---------- There is a git repository at ssh://bandit28-git@bandit.labs.overthewire.org/home/bandit28-git/r... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit3
Level Goal ---------- The password for the next level is stored in a file cal... |
Level Goal ---------- The password for the next level is stored in a file called --spaces in this filename-- located ... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit30
Level Goal ---------- There is a git repository at ssh://bandit29-git@bandit.... |
Level Goal ---------- There is a git repository at ssh://bandit29-git@bandit.labs.overthewire.org/home/bandit29-git/r... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit31
Level Goal ---------- There is a git repository at ssh://bandit30-git@bandit.... |
Level Goal ---------- There is a git repository at ssh://bandit30-git@bandit.labs.overthewire.org/home/bandit30-git/r... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit32
Level Goal ---------- There is a git repository at ssh://bandit31-git@bandit.... |
Level Goal ---------- There is a git repository at ssh://bandit31-git@bandit.labs.overthewire.org/home/bandit31-git/r... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit33
Level Goal ---------- After all this git stuff, it's time for another escape.... |
Level Goal ---------- After all this git stuff, it's time for another escape. Good luck! | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit34
At this moment, level 34 does not exist yet. |
At this moment, level 34 does not exist yet. | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit4
Level Goal ---------- The password for the next level is stored in a hidden f... |
Level Goal ---------- The password for the next level is stored in a hidden file in the inhere directory. | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit5
Level Goal ---------- The password for the next level is stored in the only h... |
Level Goal ---------- The password for the next level is stored in the only human-readable file in the inhere directo... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit6
Level Goal ---------- The password for the next level is stored in a file som... |
Level Goal ---------- The password for the next level is stored in a file somewhere under the inhere directory and ha... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit7
Level Goal ---------- The password for the next level is stored somewhere on ... |
Level Goal ---------- The password for the next level is stored somewhere on the server and has all of the following ... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit8
Level Goal ---------- The password for the next level is stored in the file d... |
Level Goal ---------- The password for the next level is stored in the file data.txt next to the word millionth | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit9
Level Goal ---------- The password for the next level is stored in the file d... |
Level Goal ---------- The password for the next level is stored in the file data.txt and is the only line of text tha... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Bandit
The Bandit wargame is aimed at absolute beginners. It will teach the basics n... |
The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames.... | Apr 07, 2026 | wargames bandit | #security #wargames #linux +2 | |
| Docs |
Behemoth0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth8
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Behemoth
Behemoth is a wargame that has been rescued from the demise of intruded.net, ... |
Behemoth is a wargame that has been rescued from the demise of intruded.net, previously hosted on behemoth.intruded.n... | Apr 07, 2026 | wargames behemoth | #security #wargames #linux +2 | |
| Docs |
Blacksun0
Level0 is a remote format string intended to get you started with blacksun. I... |
Level0 is a remote format string intended to get you started with blacksun. It is a remote format string bug with you... | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Blacksun1
Level1 is a trivial stack buffer overflow. Note that you'll probably find it ... |
Level1 is a trivial stack buffer overflow. Note that you'll probably find it easier to use the compiled version than ... | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Blacksun2
Level2 is a test application from a [pop3 library][] that's pretty buggy. The... |
Level2 is a test application from a [pop3 library][] that's pretty buggy. The idea is to write a pop3 server to trigg... | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Blacksun3
Level3 is a blast from the past, with not much details and a sstriped binary! |
Level3 is a blast from the past, with not much details and a sstriped binary! | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Blacksun4
level4 is an installation of Apache and PHP with an introduced heap vulnerabi... |
level4 is an installation of Apache and PHP with an introduced heap vulnerability. | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Index
{% include beginNote.html title="2012-04-17 - blacksun is temporarily down" %... |
{% include beginNote.html title="2012-04-17 - blacksun is temporarily down" %} The blacksun wargame is temporarily do... | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Reading material
Reading material ================ |
Reading material ================ | Apr 07, 2026 | wargames blacksun | #security #wargames #linux +2 | |
| Docs |
Drifter0
Drifter can be accessed on drifter.labs.overthewire.org via SSH on port 2230.... |
Drifter can be accessed on drifter.labs.overthewire.org via SSH on port 2230. Level 0 listens on port 1111. | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter1
Level 1 is a file parsing / heap corruption bug, with C++ classes. |
Level 1 is a file parsing / heap corruption bug, with C++ classes. | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter10
If you're not a pro at this stuff yet, here's some additional practice. Bewar... |
If you're not a pro at this stuff yet, here's some additional practice. Beware of the nonexec stack. Go go power reve... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter11
This level randomizes the executable base and stack -- can you beat the rando... |
This level randomizes the executable base and stack -- can you beat the randomisation to get code execution? | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter12
Remote Procedure Call style reverse engineering fun :-) |
Remote Procedure Call style reverse engineering fun :-) | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter13
Challenge your pre-conceptions of what's possible |
Challenge your pre-conceptions of what's possible | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter14
This level utilises code from several places. The main vulnerable code lies i... |
This level utilises code from several places. The main vulnerable code lies in a 3rd party library. The other code pr... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter15
Explosive decompression :-) |
Explosive decompression :-) | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter2
Simple stack overflow, but with a side effect that affects debugging, and exe... |
Simple stack overflow, but with a side effect that affects debugging, and executing problems. Keep in mind that a str... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter3
Level 3 is a remote heap corruption issue. Source code can be found in /drift... |
Level 3 is a remote heap corruption issue. Source code can be found in /drifter/drifter3src/. It is linked against an... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter4
Level 4 is a binary requiring some simple analysis / reverse engineering. |
Level 4 is a binary requiring some simple analysis / reverse engineering. | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter5
Level 5 is a series of relatively simple logic/math games. |
Level 5 is a series of relatively simple logic/math games. | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter6
Level 6 is a simple remote daemon with a particular vulnerability. In what I ... |
Level 6 is a simple remote daemon with a particular vulnerability. In what I intended for this level, it is running i... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter7
Gentleman, start your disassemblers |
Gentleman, start your disassemblers | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter8
Phrack Search Daemon is running on the server. Good luck finding bugs without... |
Phrack Search Daemon is running on the server. Good luck finding bugs without the GPLv2 source! Some custom shellcodi... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter9
Get ready to escalate those privileges. You'll have to work out a secret file... |
Get ready to escalate those privileges. You'll have to work out a secret file format and attack some security oversig... | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Drifter
Drifter is a wargame along the lines of Vortex. |
Drifter is a wargame along the lines of Vortex. | Apr 07, 2026 | wargames drifter | #security #wargames #linux +2 | |
| Docs |
Formulaone0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Formulaone6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
FormulaOne
FormulaOne is a wargame that has been rescued from the demise of intruded.net... |
FormulaOne is a wargame that has been rescued from the demise of intruded.net, previously hosted on formulaone.intrud... | Apr 07, 2026 | wargames formulaone | #security #wargames #linux +2 | |
| Docs |
Index
[RELEASED] HES2010 ================== |
[RELEASED] HES2010 ================== | Apr 07, 2026 | wargames hes2010 | #security #wargames #linux +2 | |
| Docs |
Wargames
The wargames offered by the OverTheWire community can help you to learn and p... |
The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of... | Apr 07, 2026 | wargames | #security #wargames #linux +2 | |
| Docs |
Index
[RELEASED] Kishi (HES2013 and NSC2013) ====================================== |
[RELEASED] Kishi (HES2013 and NSC2013) ====================================== | Apr 07, 2026 | wargames kishi | #security #wargames #linux +2 | |
| Docs |
Krypton — OverTheWire Wargame Index
Walkthrough hub for OverTheWire's Krypton wargame — classical and rotary ciph... |
Walkthrough hub for OverTheWire's Krypton wargame — classical and rotary ciphers cracked one level at a time on a har... | May 24, 2026 | wargames security +1 | #security #wargames #linux +3 | |
| Docs |
Krypton0
Level Info ---------- Welcome to Krypton! The first level is easy. The follow... |
Level Info ---------- Welcome to Krypton! The first level is easy. The following string encodes the password using Ba... | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton1
Level Info ---------- The password for level 2 is in the file 'krypton2'. It ... |
Level Info ---------- The password for level 2 is in the file 'krypton2'. It is 'encrypted' using a simple rotation. ... | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton2
Level Info ---------- ROT13 is a simple substitution cipher. |
Level Info ---------- ROT13 is a simple substitution cipher. | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton3
Level Info ---------- Well done. You've moved past an easy substitution cipher. |
Level Info ---------- Well done. You've moved past an easy substitution cipher. | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton4
Level Info ---------- Good job! |
Level Info ---------- Good job! | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton5
Level Info ---------- |
Level Info ---------- | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Krypton6
Level Info ---------- Hopefully by now its obvious that encryption using repe... |
Level Info ---------- Hopefully by now its obvious that encryption using repeating keys is a bad idea. Frequency anal... | Apr 07, 2026 | wargames krypton | #security #wargames #linux +2 | |
| Docs |
Leviathan
Leviathan is a wargame that has been rescued from the demise of intruded.net,... |
Leviathan is a wargame that has been rescued from the demise of intruded.net, previously hosted on leviathan.intruded... | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Leviathan7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames leviathan | #security #wargames #linux +2 | |
| Docs |
Manpage
Manpage is a wargame that has been rescued from the demise of intruded.net, p... |
Manpage is a wargame that has been rescued from the demise of intruded.net, previously hosted on manpage.intruded.net... | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Manpage7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames manpage | #security #wargames #linux +2 | |
| Docs |
Maze
Maze is a wargame that has been rescued from the demise of intruded.net, prev... |
Maze is a wargame that has been rescued from the demise of intruded.net, previously hosted on maze.intruded.net. Big ... | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze8
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Maze9
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames maze | #security #wargames #linux +2 | |
| Docs |
Index
[RELEASED] Monxla (HES2012) =========================== |
[RELEASED] Monxla (HES2012) =========================== | Apr 07, 2026 | wargames monxla | #security #wargames #linux +2 | |
| Docs |
Narnia
Narnia is a wargame that has been rescued from the demise of intruded.net, pr... |
Narnia is a wargame that has been rescued from the demise of intruded.net, previously hosted on narnia.intruded.net. ... | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia8
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Narnia9
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames narnia | #security #wargames #linux +2 | |
| Docs |
Natas
Natas teaches the basics of serverside web-security. |
Natas teaches the basics of serverside web-security. | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas0
Username: natas0 Password: natas0 URL: http://natas0.natas.labs.... |
Username: natas0 Password: natas0 URL: http://natas0.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas1
Username: natas1 URL: http://natas1.natas.labs.overthewire.org |
Username: natas1 URL: http://natas1.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas10
Username: natas10 URL: http://natas10.natas.labs.overthewire.org |
Username: natas10 URL: http://natas10.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas11
Username: natas11 URL: http://natas11.natas.labs.overthewire.org |
Username: natas11 URL: http://natas11.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas12
Username: natas12 URL: http://natas12.natas.labs.overthewire.org |
Username: natas12 URL: http://natas12.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas13
Username: natas13 URL: http://natas13.natas.labs.overthewire.org |
Username: natas13 URL: http://natas13.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas14
Username: natas14 URL: http://natas14.natas.labs.overthewire.org |
Username: natas14 URL: http://natas14.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas15
Username: natas15 URL: http://natas15.natas.labs.overthewire.org |
Username: natas15 URL: http://natas15.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas16
Username: natas16 URL: http://natas16.natas.labs.overthewire.org |
Username: natas16 URL: http://natas16.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas17
Username: natas17 URL: http://natas17.natas.labs.overthewire.org |
Username: natas17 URL: http://natas17.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas18
Username: natas18 URL: http://natas18.natas.labs.overthewire.org |
Username: natas18 URL: http://natas18.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas19
Username: natas19 URL: http://natas19.natas.labs.overthewire.org |
Username: natas19 URL: http://natas19.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas2
Username: natas2 URL: http://natas2.natas.labs.overthewire.org |
Username: natas2 URL: http://natas2.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas20
Username: natas20 URL: http://natas20.natas.labs.overthewire.org |
Username: natas20 URL: http://natas20.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas21
Username: natas21 URL: http://natas21.natas.labs.overthewire.org |
Username: natas21 URL: http://natas21.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas22
Username: natas22 URL: http://natas22.natas.labs.overthewire.org |
Username: natas22 URL: http://natas22.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas23
Username: natas23 URL: http://natas23.natas.labs.overthewire.org |
Username: natas23 URL: http://natas23.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas24
Username: natas24 URL: http://natas24.natas.labs.overthewire.org |
Username: natas24 URL: http://natas24.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas25
Username: natas25 URL: http://natas25.natas.labs.overthewire.org |
Username: natas25 URL: http://natas25.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas26
Username: natas26 URL: http://natas26.natas.labs.overthewire.org |
Username: natas26 URL: http://natas26.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas27
Username: natas27 URL: http://natas27.natas.labs.overthewire.org |
Username: natas27 URL: http://natas27.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas28
Username: natas28 URL: http://natas28.natas.labs.overthewire.org |
Username: natas28 URL: http://natas28.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas29
Username: natas29 URL: http://natas29.natas.labs.overthewire.org |
Username: natas29 URL: http://natas29.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas3
Username: natas3 URL: http://natas3.natas.labs.overthewire.org |
Username: natas3 URL: http://natas3.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas30
Username: natas30 URL: http://natas30.natas.labs.overthewire.org |
Username: natas30 URL: http://natas30.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas31
Username: natas31 URL: http://natas31.natas.labs.overthewire.org |
Username: natas31 URL: http://natas31.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas32
Username: natas32 URL: http://natas32.natas.labs.overthewire.org |
Username: natas32 URL: http://natas32.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas33
Username: natas33 URL: http://natas33.natas.labs.overthewire.org |
Username: natas33 URL: http://natas33.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas34
Username: natas34 URL: http://natas34.natas.labs.overthewire.org |
Username: natas34 URL: http://natas34.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas4
Username: natas4 URL: http://natas4.natas.labs.overthewire.org |
Username: natas4 URL: http://natas4.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas5
Username: natas5 URL: http://natas5.natas.labs.overthewire.org |
Username: natas5 URL: http://natas5.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas6
Username: natas6 URL: http://natas6.natas.labs.overthewire.org |
Username: natas6 URL: http://natas6.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas7
Username: natas7 URL: http://natas7.natas.labs.overthewire.org |
Username: natas7 URL: http://natas7.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas8
Username: natas8 URL: http://natas8.natas.labs.overthewire.org |
Username: natas8 URL: http://natas8.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Natas9
Username: natas9 URL: http://natas9.natas.labs.overthewire.org |
Username: natas9 URL: http://natas9.natas.labs.overthewire.org | Apr 07, 2026 | wargames natas | #security #wargames #linux +2 | |
| Docs |
Semtex
{% include beginNote.html title="2022-08-16 - semtex offline" %} Semtex is of... |
{% include beginNote.html title="2022-08-16 - semtex offline" %} Semtex is offline. {% include endNote.html %} | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex0
Get a shell ----------- semtex.labs.overthewire.org |
Get a shell ----------- semtex.labs.overthewire.org | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex1
Simple encryption ----------------- A password has been crypted using the /se... |
Simple encryption ----------------- A password has been crypted using the /semtex/semtex1 tool. The crypted password ... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex10
Hacking szene ------------- Thanks to zaphod and Mush for finding a bugs in t... |
Hacking szene ------------- Thanks to zaphod and Mush for finding a bugs in this level | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex11
Deja vue -------- /rdx/vl1b is vortex semtex1 with a slight modification to m... |
Deja vue -------- /rdx/vl1b is vortex semtex1 with a slight modification to make things a little bit harder. | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex12
Authentication Daemon --------------------- There is an authentication daemon... |
Authentication Daemon --------------------- There is an authentication daemon waiting on brebera port 24012. You conn... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex2
Dynamic tricks -------------- This program checks your user ID. Perhaps you... |
Dynamic tricks -------------- This program checks your user ID. Perhaps you can trick it, so that it thinks you hav... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex3
Number-Lock Action ------------------ You are almost on Semtex 3, there is ju... |
Number-Lock Action ------------------ You are almost on Semtex 3, there is just one big door before you. It is locked... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex4
Ptrace your way --------------- |
Ptrace your way --------------- | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex5
Random Networking ----------------- Make 10 connections to port 24027 from di... |
Random Networking ----------------- Make 10 connections to port 24027 from different IP's. On each connection you wil... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex6
ICMP forging ------------ Send a special ICMP packet to an unknown host. Add ... |
ICMP forging ------------ Send a special ICMP packet to an unknown host. Add the correct payload to it, to make sure ... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex7
Multi-vitamin ------------- Getting out of the restricted shell shouldn't tak... |
Multi-vitamin ------------- Getting out of the restricted shell shouldn't take you more than five minutes. Then have ... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex8
Non-sniffable data ------------------ This level is about some very simple co... |
Non-sniffable data ------------------ This level is about some very simple covert channel, about transferring informa... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Semtex9
Tunneling your firewall ----------------------- How do you get data through a... |
Tunneling your firewall ----------------------- How do you get data through a firewall that is blocking any tcp conne... | Apr 07, 2026 | wargames semtex | #security #wargames #linux +2 | |
| Docs |
Utumno
Utumno is a wargame that has been rescued from the demise of intruded.net, pr... |
Utumno is a wargame that has been rescued from the demise of intruded.net, previously hosted on utumno.intruded.net. ... | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno0
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno1
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno2
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno3
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno4
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno5
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno6
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno7
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Utumno8
There is no information for this level, intentionally. |
There is no information for this level, intentionally. | Apr 07, 2026 | wargames utumno | #security #wargames #linux +2 | |
| Docs |
Vortex
The Vortex wargame is currently composed of 27 levels. Most files you need ar... |
The Vortex wargame is currently composed of 27 levels. Most files you need are in /vortex/. Special thanks to the man... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex0
Level Goal ---------- Your goal is to connect to port 5842 on vortex.labs.ove... |
Level Goal ---------- Your goal is to connect to port 5842 on vortex.labs.overthewire.org and read in 4 unsigned inte... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex1
Canary Values ------------- We are looking for a specific value in ptr. You m... |
Canary Values ------------- We are looking for a specific value in ptr. You may need to consider how bash handles EOF.. | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex10
Random? ------- Read in 20 integers and write the seed used to generate those... |
Random? ------- Read in 20 integers and write the seed used to generate those numbers in unsigned little endian forma... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex11
Chunk Corruption ---------------- You must corrupt the heap in order to gain ... |
Chunk Corruption ---------------- You must corrupt the heap in order to gain arbitrary control of this program. Do re... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex12
We don't want no executable stack --------------------------------- Exploit t... |
We don't want no executable stack --------------------------------- Exploit this level knowing that the stack is not ... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex13
Inconveniences -------------- How big is your shellcode? This level has a non... |
Inconveniences -------------- How big is your shellcode? This level has a non-executable stack. You must login to [vo... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex14
Bad Encryption -------------- Based on something seen in the "real world", it... |
Bad Encryption -------------- Based on something seen in the "real world", it has weak encryption usage, used over a ... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex15
Weak Encryption --------------- You have found an encrypted file, decrypt it ... |
Weak Encryption --------------- You have found an encrypted file, decrypt it (some reversing, crypt and general analy... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex16
The BOFH -------- This level requires finding 100 bits out of a 128 bit rando... |
The BOFH -------- This level requires finding 100 bits out of a 128 bit randomly generated hashed key. You must login... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex17
Working Backwards ----------------- This level requires you to work backwards... |
Working Backwards ----------------- This level requires you to work backwards to find out what's happening then explo... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex18
urandom seeds ------------- Take advantage of the application's urandom depen... |
urandom seeds ------------- Take advantage of the application's urandom dependency. | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex19
Key Generation -------------- This level requires you to "keygen" the level, ... |
Key Generation -------------- This level requires you to "keygen" the level, with a minor obstacle of a weak form of ... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex2
Level Goal ---------- Create a special tar file |
Level Goal ---------- Create a special tar file | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex20
Remote Integer Fun ------------------ The source code for the exploitable app... |
Remote Integer Fun ------------------ The source code for the exploitable application can be found in "/home/vortex20... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex21
Reverse Me ---------- This level is a slightly more difficult reverse me (whi... |
Reverse Me ---------- This level is a slightly more difficult reverse me (which might require understanding the encry... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex22
Object Analysis --------------- This is another keygen level. You might want ... |
Object Analysis --------------- This is another keygen level. You might want to check "/vortex/vortex22\\.o" for some... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex23
The Properties of a Mirror -------------------------- It's time for some inde... |
The Properties of a Mirror -------------------------- It's time for some independent research, the title of this leve... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex24
Guess the seed -------------- You might want to analyze "random\r.c" from the... |
Guess the seed -------------- You might want to analyze "random\r.c" from the GLIBC source code. | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex25
Crackploit ---------- {% include beginNote.html title="Vortex 25 → 26 is... |
Crackploit ---------- {% include beginNote.html title="Vortex 25 → 26 is missing" %} This level seems to have be... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex26
Create your own challenges -------------------------- {% include beginNote.ht... |
Create your own challenges -------------------------- {% include beginNote.html title="Vortex is complete" %} This de... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex3
A Stack Overflow with a Difference ---------------------------------- This le... |
A Stack Overflow with a Difference ---------------------------------- This level is pretty straight forward. Just sit... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex4
To exec or not to exec ---------------------- This is the common format strin... |
To exec or not to exec ---------------------- This is the common format string bug, exploit it with care though as a ... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex5
MD5 Brute Force --------------- A password is required for the next level. vo... |
MD5 Brute Force --------------- A password is required for the next level. vortex5.c and md5.h. a-z,A-Z,0-9 is the se... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex6
Generic Binary Exploitation --------------------------- You must disassemble ... |
Generic Binary Exploitation --------------------------- You must disassemble this level's exploitable application in ... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex7
Checksum Fun ------------ This level requires CRC\32(argv[1], strlen(argv[1])... |
Checksum Fun ------------ This level requires CRC\32(argv[1], strlen(argv[1])) to be 0xe1ca95ee. You might need to ex... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex8
Some simple reverse engineering ------------------------------- Disassemble t... |
Some simple reverse engineering ------------------------------- Disassemble this dynamically linked executable. | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Vortex9
BlackBox -------- There is no information available for this level. Login to ... |
BlackBox -------- There is no information available for this level. Login to [vortex.labs.overthewire.org][] and chec... | Apr 07, 2026 | wargames vortex | #security #wargames #linux +2 | |
| Docs |
Obsidian Knowledge Graph and Wiki Links
Use Obsidian-style wiki links, backlinks, embeds, and interactive graph views... |
Use Obsidian-style wiki links, backlinks, embeds, and interactive graph views across all IT-Journey docs, quests, not... | Apr 25, 2026 | docs obsidian | #obsidian #wiki-links #knowledge-graph +1 | |
| Docs |
Terminal and Bash Learning Path
A complete guide to learning the terminal, Bash commands, Bash scripting, and... |
A complete guide to learning the terminal, Bash commands, Bash scripting, and Bashcrawl through IT-Journey quests, no... | Apr 25, 2026 | Documentation Terminal +1 | #terminal #bash #bashcrawl +3 | |
| Docs |
The Agentic Codex: GH-600 Study Hub
Comprehensive study guide and quest map for Microsoft Exam GH-600: Developing... |
Comprehensive study guide and quest map for Microsoft Exam GH-600: Developing in Agentic AI Systems. 20 quests, 7 chr... | May 17, 2026 | Docs Certifications +1 | #gh-600 #agentic-ai #github-copilot +3 | |
| Docs |
GH-600 Week-by-Week Learning Path
A structured 6-week study schedule for GH-600 with daily objectives, time est... |
A structured 6-week study schedule for GH-600 with daily objectives, time estimates, and prerequisites. | May 17, 2026 | Docs Certifications +1 | #gh-600 #agentic-ai #learning-path +1 | |
| Docs |
GH-600 Recommended Resources
Curated resources for GH-600 exam preparation: Microsoft Learn paths, GitHub ... |
Curated resources for GH-600 exam preparation: Microsoft Learn paths, GitHub documentation, MCP specification, and th... | May 17, 2026 | Docs Certifications +1 | #gh-600 #agentic-ai #resources +2 | |
| Docs |
GH-600 Skills Measured — Full Breakdown
Complete breakdown of all 6 domains and 19 sub-skills for GH-600, each linked... |
Complete breakdown of all 6 domains and 19 sub-skills for GH-600, each linked to its corresponding quest. | May 17, 2026 | Docs Certifications +1 | #gh-600 #agentic-ai #skills-measured +1 | |
| Docs |
Certifications
Study guides, quest lines, and reference materials for IT certifications mapp... |
Study guides, quest lines, and reference materials for IT certifications mapped to IT-Journey's learning system. | May 17, 2026 | Docs Certifications | #certifications #study-guide #github +1 | |
| Hobbies |
Hobbies
Landing page for off-the-clock IT-Journey notes — art, cooking, gaming, and m... |
Landing page for off-the-clock IT-Journey notes — art, cooking, gaming, and music side-quests that exist outside the ... | May 24, 2026 | hobbies | #hobbies #art #cooking +2 | |
| Notebooks |
HTML to markdown web scraping
A simple web scraping project to convert HTML to markdown using Python |
A simple web scraping project to convert HTML to markdown using Python | May 21, 2024 | #python #web scraping #html +1 | ||
| Notebooks |
Jupyter Notebook to Markdown Converter
Success! You have converted a Jupyter Notebook to Markdown. |
Success! You have converted a Jupyter Notebook to Markdown. | May 25, 2024 | #jupyter #markdown #converter +1 | ||
| Notebooks |
Jupyter
This is the Jupyter Notebook page |
This is the Jupyter Notebook page | Jul 03, 2025 | notebooks | ||
| Notebooks |
Markdown to Script Converter
Python utilities to convert markdown files to executable scripts |
Python utilities to convert markdown files to executable scripts | May 15, 2024 | notebooks utilities | #python #markdown #scripting +1 | |
| Notebooks |
Chat GPT Text Generation
This notebook demonstrates how to use the Chat GPT model for text generation. |
This notebook demonstrates how to use the Chat GPT model for text generation. | Jul 03, 2025 | notebooks | #NLP #GPT #Text Generation | |
| Notes |
Shell and the CLI
To create a clone of your fork, use the --clone flag. |
To create a clone of your fork, use the --clone flag. | May 17, 2024 | |||
| Notes |
Shell and the CLI
To create a clone of your fork, use the --clone flag. |
To create a clone of your fork, use the --clone flag. | Jan 05, 2022 | |||
| Notes |
Programming
Collection of programming languages notes |
Collection of programming languages notes | Jan 02, 2022 | |||
| Notes |
Notes Index
Working notes, code snippets, and quick references collected during developme... |
Working notes, code snippets, and quick references collected during development — PowerShell, Linux, macOS tips, and ... | Apr 02, 2026 | notes | #notes #snippets #reference +3 | |
| Notes |
Markdown Cheatsheet
Quick reference guide for Markdown syntax including basic formatting, Jekyll-... |
Quick reference guide for Markdown syntax including basic formatting, Jekyll-specific features, and Kramdown extensions | Dec 27, 2021 | notes cheatsheets | #markdown #syntax #reference +2 | |
| Notes |
Bash Cheatsheet: Essential Commands & Scripts
Essential bash commands and scripting techniques for system administration an... |
Essential bash commands and scripting techniques for system administration and automation, including variables, funct... | Apr 25, 2026 | notes cheatsheets +1 | #bash #linux #script +3 | |
| Notes |
AWS Practice Question Set
Which of the following are benefits of the AWS Cloud? (Select TWO.) |
Which of the following are benefits of the AWS Cloud? (Select TWO.) | Jan 10, 2022 | #notes | ||
| Notes |
AWS Practice Question Set
Which of the following are benefits of the AWS Cloud? (Select TWO.) |
Which of the following are benefits of the AWS Cloud? (Select TWO.) | Jan 12, 2022 | notes | #notes | |
| Notes |
Windows PowerShell Cheatsheet
PowerShell scripting reference for Windows system administration and automation |
PowerShell scripting reference for Windows system administration and automation | Jan 10, 2022 | notes cheatsheets +1 | #powershell #windows #scripting +3 | |
| Notes |
Windows Powershell Cheatsheet
Windows PowerShell is the successor of the windows cmd language, which itself... |
Windows PowerShell is the successor of the windows cmd language, which itself has its roots in the ms-dos Bat languag... | Dec 21, 2022 | #note #powershell | ||
| Notes |
GPT App Build
Journal entry on building an app entirely from GPT conversations — zero-to-he... |
Journal entry on building an app entirely from GPT conversations — zero-to-hero attempt with stack notes and VS Code ... | Feb 20, 2024 | #quest #tutorial | ||
| Notes |
Github's hidden gem
title: "github's hidden gem" description: GPT Promt: |
title: "github's hidden gem" description: GPT Promt: | Feb 20, 2024 | |||
| Notes |
What is my PiDentity?
What is my PiDentity? 3.14[id] userName: email: github: X: phone: |
What is my PiDentity? 3.14[id] userName: email: github: X: phone: | Feb 20, 2024 | |||
| Notes |
Curiculum
One-line working note on the IT-Journey curriculum philosophy: you cannot tea... |
One-line working note on the IT-Journey curriculum philosophy: you cannot teach what you do not know, so build to teach. | Feb 20, 2024 | |||
| Notes |
Take good notes
Working note on note-taking: thoughts are materialized when written down, and... |
Working note on note-taking: thoughts are materialized when written down, and centralizing them via Joplin, GitHub, a... | Feb 20, 2024 | |||
| Notes |
Master's Project
Working sketch for the IT-Journey Master's Project qualification framework — ... |
Working sketch for the IT-Journey Master's Project qualification framework — stack score, feature score, footprint, a... | Feb 20, 2024 | |||
| Notes |
People
Every project should be accessible to the world audiance and designed with se... |
Every project should be accessible to the world audiance and designed with self preservation in mind. | Feb 20, 2024 | |||
| Notes |
Production
Projects must be well documented and designged with self preservation in mind. |
Projects must be well documented and designged with self preservation in mind. | Feb 20, 2024 | |||
| Notes |
Project List
Running project backlog for IT-Journey side experiments — VS Code extension g... |
Running project backlog for IT-Journey side experiments — VS Code extension generator quests and Yeoman tooling explo... | Feb 20, 2024 | |||
| Notes |
Favicons
https://mailchimp.com/resources/favicon-size/ |
https://mailchimp.com/resources/favicon-size/ | Feb 20, 2024 | #notes | ||
| Notes |
Start
Initialization scratch sheet for the IT-Journey 'zero' character — identity, ... |
Initialization scratch sheet for the IT-Journey 'zero' character — identity, class, inventory checklist, and onboardi... | Feb 20, 2024 | #test | ||
| Notes |
Mac Keyboard Shortcuts
Comprehensive reference guide for Mac keyboard shortcuts to improve productiv... |
Comprehensive reference guide for Mac keyboard shortcuts to improve productivity and efficiency | Apr 29, 2024 | notes cheatsheets +1 | #mac #keyboard #shortcuts +2 | |
| Notes |
test
Empty placeholder note for testing code-snippet rendering — kept as a draft s... |
Empty placeholder note for testing code-snippet rendering — kept as a draft so it does not surface in published indexes. | May 14, 2024 | |||
| Notes |
Sidebar Folder Structure
Jekyll Liquid template code for generating dynamic sidebar navigation with fo... |
Jekyll Liquid template code for generating dynamic sidebar navigation with folder structures from collections | May 16, 2024 | notes dev +2 | #jekyll #liquid #sidebar +3 | |
| Notes |
HTML to Markdown Web Scraping
A simple web scraping project to convert HTML to markdown using Python with B... |
A simple web scraping project to convert HTML to markdown using Python with Beautiful Soup and markdownify | Jul 03, 2025 | notes python +1 | #python #web-scraping #html +3 | |
| Notes |
Jekyll LLM Integration Ideas
Exploring ideas and implementation strategies for integrating Large Language ... |
Exploring ideas and implementation strategies for integrating Large Language Models (LLMs) into Jekyll static sites f... | Jun 01, 2024 | notes jekyll +1 | #jekyll #llm #automation +2 | |
| Notes |
Mastering iTerm Shortcuts for Efficiency
Enhance your productivity with iTerm shortcuts for deleting and navigating wo... |
Enhance your productivity with iTerm shortcuts for deleting and navigating words efficiently on macOS. | Jan 17, 2025 | guides it-journey +3 | #iTerm #macOS #productivity +2 | |
| Notes |
iTerm Tips and Tricks
Unlock your productivity with essential iTerm2 tips for customizing keybindin... |
Unlock your productivity with essential iTerm2 tips for customizing keybindings and navigating text efficiently in th... | Jan 17, 2025 | guides iTerm2 +3 | #customization #iTerm2 #macOS +2 | |
| Notes |
Sass mixins
Learn how to use SASS mixins for modular CSS in Bootstrap 5, enhancing your f... |
Learn how to use SASS mixins for modular CSS in Bootstrap 5, enhancing your front-end development with reusable styles. | Jan 23, 2025 | bootstrap Development +3 | #Bootstrap #CSS #front-end development +2 | |
| Notes |
Set Up Azure for Jekyll Contact Us Form
Learn how to easily set up Azure for your Jekyll Contact Us form and enhance ... |
Learn how to easily set up Azure for your Jekyll Contact Us form and enhance user engagement on your website. | Jan 25, 2025 | Development Guides +3 | #Azure #Contact Form #GitHub Pages +2 | |
| Notes |
Using Jekyll, Lambda, and SES for Efficient Web...
Below is a detailed walkthrough on how to create a serverless “Contact Us” fo... |
Below is a detailed walkthrough on how to create a serverless “Contact Us” form using AWS Lambda, API Gateway, and Am... | Jan 25, 2025 | |||
| Notes |
Host Django on Raspberry Pi: A Complete Guide
Below is a detailed, step-by-step guide to hosting your Django project on a R... |
Below is a detailed, step-by-step guide to hosting your Django project on a Raspberry Pi behind Cloudflare Tunnel. Th... | Feb 05, 2025 | |||
| Notes |
Autonomy Levels Matrix
Quick reference for the five-level autonomy spectrum (L0–L4) — task classific... |
Quick reference for the five-level autonomy spectrum (L0–L4) — task classification criteria, appropriate use cases, a... | May 17, 2026 | Notes | #gh-600 #autonomy #responsible-ai +1 | |
| Notes |
GitHub Copilot Coding Agent Cheatsheet
Quick reference for activating, configuring, and constraining the GitHub Copi... |
Quick reference for activating, configuring, and constraining the GitHub Copilot coding agent — including AGENTS.md s... | May 17, 2026 | Notes | #gh-600 #copilot #coding-agent +1 | |
| Notes |
Evaluation Signals Table
Quick reference mapping GitHub-native signals to acceptance criteria types — ... |
Quick reference mapping GitHub-native signals to acceptance criteria types — for defining machine-verifiable success ... | May 17, 2026 | Notes | #gh-600 #evaluation #signals +1 | |
| Notes |
GH-600 Exam Overview
Quick reference for the GH-600 exam format, domain weights, passing score, an... |
Quick reference for the GH-600 exam format, domain weights, passing score, and what to expect on exam day. | May 17, 2026 | Notes | #gh-600 #exam #quick-reference | |
| Notes |
GH-600 Glossary
Definitions of key terms from all six domains of GH-600: Developing in Agenti... |
Definitions of key terms from all six domains of GH-600: Developing in Agentic AI Systems. | May 17, 2026 | Notes | #gh-600 #glossary #definitions +1 | |
| Notes |
GH-600 Agentic AI Quick-Reference Notes
Hub for all GH-600 quick-reference notes — domain weights, skills checklist, ... |
Hub for all GH-600 quick-reference notes — domain weights, skills checklist, cheatsheets, and glossary for the GitHub... | May 17, 2026 | Notes | #gh-600 #quick-reference #notes | |
| Notes |
MCP Quick Reference
Quick reference for setting up, configuring, and using Model Context Protocol... |
Quick reference for setting up, configuring, and using Model Context Protocol (MCP) servers with GitHub Copilot — set... | May 17, 2026 | Notes | #gh-600 #mcp #model-context-protocol +1 | |
| Notes |
GH-600 Skills Checklist
All 19 sub-skills from the GH-600 study guide, organised by domain, with link... |
All 19 sub-skills from the GH-600 study guide, organised by domain, with links to the corresponding quests. Check the... | May 17, 2026 | Notes | #gh-600 #skills #checklist +1 | |
| Posts |
Build, Destroy, Repeat: How Iteration Becomes M...
The case for deliberately rebuilding the same project until your hands rememb... |
The case for deliberately rebuilding the same project until your hands remember the steps and your brain trusts the d... | May 24, 2026 | Learning Technology | #learning-methodology #skill-development #programming-practice +2 | |
| Posts |
IT Purpose: Manifesto for Digital Knowledge Sha...
Explore the IT Manifesto for digital knowledge sharing, offering a roadmap to... |
Explore the IT Manifesto for digital knowledge sharing, offering a roadmap to navigate the tech landscape and empower... | Aug 27, 2025 | Community Documentation +3 | #it-manifesto #knowledge-sharing #open-source-education +3 | |
| Posts |
Music Resources: Free Sheet Music and Musical E...
Comprehensive guide to finding free sheet music, music libraries, and digital... |
Comprehensive guide to finding free sheet music, music libraries, and digital music collections for musicians, studen... | Jul 17, 2025 | Hobbies Music +1 | #sheet-music #classical-music #public-domain +3 | |
| Posts |
Jekyll and Travis
Jekyll compiles your website into a site available for FTP to your web server... |
Jekyll compiles your website into a site available for FTP to your web server. This can be automated if your source c... | Jan 13, 2022 | posts guides | #jekyll #travis #ci | |
| Posts |
Interactive JavaScript & Jekyll Layout Magic: A...
Dive deep into Jekyll's layout system combined with dynamic JavaScript functi... |
Dive deep into Jekyll's layout system combined with dynamic JavaScript functionality. | Sep 01, 2025 | Posts Web Development +2 | #javascript #jekyll #web-development +4 | |
| Posts |
Install Rainmeter Desktop Widgets on Windows: Q...
Step-by-step guide to install Rainmeter desktop widgets on Windows with winge... |
Step-by-step guide to install Rainmeter desktop widgets on Windows with winget package manager. | Dec 19, 2025 | posts tutorials +2 | #rainmeter #windows #desktop-widgets +5 | |
| Posts |
penrose triangle
Explore the fascinating world of impossible geometry through the iconic Penro... |
Explore the fascinating world of impossible geometry through the iconic Penrose Triangle, a symbol that challenges pe... | May 20, 2024 | Posts Design +1 | #penrose-triangle #optical-illusions #impossible-objects +5 | |
| Posts |
Chat GPT vs The Impossible Triangle: AI Limitat...
Practical and impractical uses of Chat GPT in programming and graphic design ... |
Practical and impractical uses of Chat GPT in programming and graphic design through demonstration of its limitation ... | Nov 01, 2025 | Posts AI-Analysis +1 | #chatgpt #ai-limitations #ai-evolution +9 | |
| Posts |
Windows Subsystem for Linux (WSL) Setup Guide
Step-by-step instructions for installing and configuring WSL on Windows systems |
Step-by-step instructions for installing and configuring WSL on Windows systems | Oct 19, 2025 | posts system-administration | #windows #linux #wsl +2 | |
| Posts |
LaTex your CV
Complete guide to creating professional CVs and resumes using LaTeX with Visu... |
Complete guide to creating professional CVs and resumes using LaTeX with Visual Studio Code integration and GitHub ve... | May 20, 2024 | Posts Professional-Development +1 | #latex #cv #resume +6 | |
| Posts |
robots dot txt
Learn how to properly configure robots.txt files for Jekyll websites to contr... |
Learn how to properly configure robots.txt files for Jekyll websites to control search engine crawlers and optimize SEO | May 16, 2024 | Posts Web-Development +1 | #robots-txt #seo #jekyll +3 | |
| Posts |
RetroPie Imaging
To write a RetroPie .img.gz image to a microSD card using the dd command in L... |
To write a RetroPie .img.gz image to a microSD card using the dd command in Linux, you need to follow a series of ste... | May 20, 2024 | posts | #posts | |
| Posts |
CMS App with Python and JavaScript
A step-by-step guide to building a CMS application in Python as the backend a... |
A step-by-step guide to building a CMS application in Python as the backend and JavaScript for the frontend. | Nov 22, 2025 | programming web-development +2 | #python #javascript #cms | |
| Posts |
Create Bootable macOS Installer: Complete Guide...
Step-by-step tutorial to create bootable macOS installers using Terminal. Inc... |
Step-by-step tutorial to create bootable macOS installers using Terminal. Includes commands for Sonoma, Ventura, Mont... | Dec 19, 2025 | tutorials macos +1 | #macos #bootable-usb #system-recovery +4 | |
| Posts |
Content Placeholders: Templates That Survive Co...
How Front Matter CMS placeholders cut frontmatter drift on a 600-file Jekyll ... |
How Front Matter CMS placeholders cut frontmatter drift on a 600-file Jekyll site, and the four template patterns I k... | May 24, 2026 | Data & Analytics Tools & Environment | #frontmatter #jekyll #templates +2 | |
| Posts |
Bootstrap your theme and character
Reflections on bootstrapping a personal brand, theme, and character — buildin... |
Reflections on bootstrapping a personal brand, theme, and character — building identity from first principles in tech... | May 16, 2024 | Trends & Ideas | #trends-ideas | |
| Posts |
Rise of the Matriarchs: Capitalism and Religion...
A short parody piece on women breaking into the C-suite and the pulpit, and t... |
A short parody piece on women breaking into the C-suite and the pulpit, and the men quietly Googling 'what is a baby ... | May 24, 2026 | Culture & Society parody | #parody #culture #gender +1 | |
| Posts |
Enchanted Baking: Unicorn Delights — Episode 1
A short generative-AI screenplay set in a magical unicorn kitchen, baking Rai... |
A short generative-AI screenplay set in a magical unicorn kitchen, baking Rainbow Cupcakes with help from Sparkle, Ra... | May 24, 2026 | Creative & Experimental gpt | #gpt #generative-ai #screenplay +1 | |
| Posts |
Unwavering Joy of Fetch
Fido was a lively and energetic dog who lived in a cozy little house on the o... |
Fido was a lively and energetic dog who lived in a cozy little house on the outskirts of the town. He was a handsome ... | Jun 18, 2024 | gpt | #gpt | |
| Posts |
AquaAid's Devastating Desert Mission
In a classic case of good intentions gone awry, the company "AquaAid" embarke... |
In a classic case of good intentions gone awry, the company "AquaAid" embarked on a mission to help impoverished dese... | Jun 18, 2024 | gpt | #gpt | |
| Posts |
doc scraper
Notes and exploration around document scraping techniques for extracting stru... |
Notes and exploration around document scraping techniques for extracting structured data from web sources. | Jul 27, 2024 | Data & Analytics | #data-analytics | |
| Posts |
Furry Monarchs Rule Night
I am a creature beloved by many, Some say I'm cute, some say I'm smelly. With... |
I am a creature beloved by many, Some say I'm cute, some say I'm smelly. With a wag of my tail and a purr of delight,... | Jun 24, 2024 | gpt | #gpt | |
| Posts |
Cats and Dogs: Pet Care Adventures
Exploring the wonderful world of pet ownership, care tips, and the joy that c... |
Exploring the wonderful world of pet ownership, care tips, and the joy that cats and dogs bring to our lives | Dec 31, 2024 | Lifestyle Pet-Care | #pets #cats #dogs +2 | |
| Posts |
Excel Guru's are the most valuable programmers
Discover how Excel mastery can unlock programming skills, empowering professi... |
Discover how Excel mastery can unlock programming skills, empowering professionals to transition into tech careers se... | Mar 13, 2025 | Data Analytics Development +3 | #career development #data analysis #Excel +2 | |
| Posts |
Excel to Python
Learn how to seamlessly transition from Excel to Python for data analysis and... |
Learn how to seamlessly transition from Excel to Python for data analysis and automation. Unlock powerful tools for y... | Mar 13, 2025 | Data Analytics Development +3 | #Excel #how-to #migration +2 | |
| Posts |
Excel: Circular Reference Error by Design
Explore how circular references in Excel reveal complex market dynamics and a... |
Explore how circular references in Excel reveal complex market dynamics and arbitrage opportunities in today's tech-d... | Mar 13, 2025 | Data Analytics Finance +3 | #arbitrage opportunities #artificial intelligence #circular reference +2 | |
| Posts |
AI's Infinite Loop: Unveiling Arbitrage in Comp...
Discover how Excel's quirks reveal hidden arbitrage opportunities in complex ... |
Discover how Excel's quirks reveal hidden arbitrage opportunities in complex financial models, reveling monopolies wi... | Mar 13, 2025 | Data Analytics Development +3 | #arbitrage #complexity #Excel +3 | |
| Posts |
Setting Up Django and Git: A Magical Beginner's...
Learn to set up a Django project with Git version control and push it to GitH... |
Learn to set up a Django project with Git version control and push it to GitHub from VS Code — a fun, wizard-themed w... | Mar 12, 2025 | Posts Web Development | #django #git #python +2 | |
| Posts |
AI to create AI
Configuration examples and prompts for building specialized AI assistants — i... |
Configuration examples and prompts for building specialized AI assistants — including a Diagram and Mind Map Assistan... | Mar 20, 2025 | AI & Machine Learning | #ai-machine-learning | |
| Posts |
Open AI Future Features with Github Action
Automate GitHub Issues with OpenAI and GitHub Actions for structured feature ... |
Automate GitHub Issues with OpenAI and GitHub Actions for structured feature requests and bug reports. Enhance your w... | Mar 20, 2026 | AI & Machine Learning | #ai-machine-learning | |
| Posts |
Exploring the Roots of Injustice
Explore the layers of injustice in corporate America through a case study of ... |
Explore the layers of injustice in corporate America through a case study of betrayal, racial marginalization, and th... | May 01, 2025 | Data Analytics Development +3 | #corporate betrayal #Injustice #post-colonialism. +2 | |
| Posts |
ERP Systems as the Engine of Modern Economic De...
Explore how ERP systems drive modern economic design, integrating AI and data... |
Explore how ERP systems drive modern economic design, integrating AI and data for strategic enterprise management and... | May 02, 2025 | Data Analytics Enterprise Systems +3 | #AI integration #digital transformation #economic design +2 | |
| Posts |
Planting Seeds: The DNA of Software Evolution
Exploring how AI-powered development mirrors natural growth patterns, where e... |
Exploring how AI-powered development mirrors natural growth patterns, where encoded wisdom in our 'software seeds' en... | Dec 01, 2025 | Development AI-Powered +1 | #AI #software-development #evolution +2 | |
| Posts |
AI-Powered Modular Shell Script Refactoring: Ev...
A comprehensive AI-assisted refactoring of shell scripts into a modular archi... |
A comprehensive AI-assisted refactoring of shell scripts into a modular architecture with integrated testing framewor... | Jul 22, 2025 | Development Learning-Journey | #ai-assisted-development #shell-scripting #modular-architecture +4 | |
| Posts |
Fixing GitHub Actions: Bash 3.2 Compatibility f...
Resolving command not found errors in GitHub Actions by implementing bash 3.2... |
Resolving command not found errors in GitHub Actions by implementing bash 3.2 compatibility in the AI Evolution Engin... | Dec 01, 2025 | Development Debugging | #ai-assisted-development #github-actions #bash-compatibility +3 | |
| Posts |
Advanced Version Management System: Complete Im...
Chronicles the development of a comprehensive, automated version management s... |
Chronicles the development of a comprehensive, automated version management system for the AI Evolution Engine, elimi... | Jul 05, 2025 | Development Infrastructure | #ai-assisted-development #version-management #automation +2 | |
| Posts |
Debugging GitHub Actions Workflows: AI-Assisted...
Chronicle of debugging failing GitHub Actions workflows using AI assistance, ... |
Chronicle of debugging failing GitHub Actions workflows using AI assistance, identifying character encoding issues an... | Mar 20, 2026 | Development Debugging | #ai-assisted-development #github-actions #debugging +2 | |
| Posts |
AI-Assisted Script Consolidation: Transforming ...
Complete refactoring of script directories across IT-Journey workspace using ... |
Complete refactoring of script directories across IT-Journey workspace using AI assistance to eliminate redundancies ... | Jul 08, 2025 | Development Process-Improvement | #ai-assisted-development #script-consolidation #development-workflows +3 | |
| Posts |
Fixing GitHub Actions Workflow: Adding Missing ...
Resolving workflow failure by implementing the missing prepare command in ver... |
Resolving workflow failure by implementing the missing prepare command in version-integration.sh | Jul 10, 2025 | Development Debugging | #ai-assisted-development #github-actions #version-management +2 | |
| Posts |
GitHub Actions Authentication Fix: Resolving CI...
Comprehensive fix for GitHub Actions authentication issues in AI Evolution En... |
Comprehensive fix for GitHub Actions authentication issues in AI Evolution Engine workflow | Jul 10, 2025 | Development DevOps | #github-actions #authentication #ci-cd +2 | |
| Posts |
VS Code for Neuroscience: Complete Setup Guide ...
Complete VS Code setup guide for neuroscience researchers with PsychoPy, Spyd... |
Complete VS Code setup guide for neuroscience researchers with PsychoPy, Spyder, and computational modeling tools on ... | Jul 22, 2025 | Tools Neuroscience +1 | #psychopy #neuroscience #vscode +5 | |
| Posts |
Enhancing Bashcrawl: Creating Terminal Educatio...
AI-assisted enhancement of Bashcrawl's cellar scroll to create comprehensive,... |
AI-assisted enhancement of Bashcrawl's cellar scroll to create comprehensive, accessible terminal education content f... | Apr 25, 2026 | Development Education | #ai-assisted-development #terminal-education #documentation-enhancement +3 | |
| Posts |
Mother Grokking Programmers
A satirical take on the evolution of programmers from being programmed to gro... |
A satirical take on the evolution of programmers from being programmed to grokking off all day. | Aug 19, 2025 | humor tech | #satire #programming #AI +1 | |
| Posts |
From Programmed to Grokking Off: The Dark Evolu...
A satirical look at the past, present, and future of programming - from fossi... |
A satirical look at the past, present, and future of programming - from fossilized coders to AI-assisted slackers | Aug 22, 2025 | Posts Satire +1 | #programming-evolution #ai-takeover #developer-satire +1 | |
| Posts |
100 Questions & Answers About Arab-Americans: A...
Comprehensive guide to understanding Arab-American culture, demographics, rel... |
Comprehensive guide to understanding Arab-American culture, demographics, religion, and addressing common stereotypes | Aug 16, 2025 | Research Cultural-Education +1 | #arab-americans #cultural-understanding #journalism-guide +6 | |
| Posts |
Refactory
In the digital age, the term "refactory" emerges as a powerful portmanteau, b... |
In the digital age, the term "refactory" emerges as a powerful portmanteau, blending "refactor"—the software engineer... | Aug 19, 2025 | Programming | #programming | |
| Posts |
Forking Around Github
Discover the ins and outs of forking on GitHub and enhance your collaborative... |
Discover the ins and outs of forking on GitHub and enhance your collaborative coding skills with our comprehensive gu... | Aug 25, 2025 | Development GitHub Actions +3 | #collaboration #github #open-source +2 | |
| Posts |
Millennials AI Takeover
Exploring how millennials are leading the charge in integrating AI into consu... |
Exploring how millennials are leading the charge in integrating AI into consulting, reshaping the industry, and outpa... | Aug 22, 2025 | Career Development Emerging Technologies +3 | #countdown #future trends #generational shift +1 | |
| Posts |
VSCode Front Matter: Complete Fork & Developmen...
Comprehensive guide to forking, setting up, and extending the VSCode Front Ma... |
Comprehensive guide to forking, setting up, and extending the VSCode Front Matter CMS extension for content managemen... | Sep 27, 2025 | Development Guides +3 | #vscode-extension #front-matter-cms #development-setup +5 | |
| Posts |
Integrating an AI Chatbot into Jekyll: Transfor...
A comprehensive guide to embedding AI-powered chatbots in Jekyll sites for en... |
A comprehensive guide to embedding AI-powered chatbots in Jekyll sites for enhanced user engagement and real-time ass... | Aug 29, 2025 | Development AI-Integration | #ai-integration #jekyll #chatbot +4 | |
| Posts |
404 Hunting: The Quest for Resources
Mystical Jekyll + GitHub Actions guide to banish 404s: stable permalinks, red... |
Mystical Jekyll + GitHub Actions guide to banish 404s: stable permalinks, redirects, CI link checks, and organic reso... | Aug 31, 2025 | Posts DevOps +1 | #jekyll #tutorial #intermediate +2 | |
| Posts |
Enchanted Overhaul: Wizard's Ethical Sorcery Di...
A comprehensive chronicle of Alaric Fairwind's revolutionary reforms that tra... |
A comprehensive chronicle of Alaric Fairwind's revolutionary reforms that transformed global capitalism through ethic... | Sep 01, 2025 | Creative & Experimental Economics +2 | #capitalism-reform #ethical-economics #wizard-magic +3 | |
| Posts |
Consolidating GitHub Actions: From Embedded Scr...
How we transformed two separate link checking workflows into a unified, maint... |
How we transformed two separate link checking workflows into a unified, maintainable system with standalone executabl... | Sep 30, 2025 | Development DevOps | #github-actions #devops #workflow-automation +4 | |
| Posts |
Fixing GitHub Actions Link Checker: KeyError 'd...
Debugging and resolving a Python KeyError in GitHub Actions workflow that ana... |
Debugging and resolving a Python KeyError in GitHub Actions workflow that analyzes link check results from Lychee lin... | Sep 30, 2025 | Development Debugging | #github-actions #debugging #python +3 | |
| Posts |
Creating El Capitan Bootable Installer on Apple...
Step-by-step guide to creating a bootable OS X El Capitan installer on modern... |
Step-by-step guide to creating a bootable OS X El Capitan installer on modern Apple Silicon Macs for restoring legacy... | Oct 13, 2025 | Posts System-Administration +1 | #macos #tutorial #intermediate +3 | |
| Posts |
Comprehensive Guide to Modern ERP Stack Archite...
Deep dive into enterprise resource planning system architecture, exploring fr... |
Deep dive into enterprise resource planning system architecture, exploring frontend, backend, data layers, and infras... | Oct 17, 2025 | Development Architecture | #erp #architecture #enterprise-software +2 | |
| Posts |
GitHub Pages: The Hidden Gem Revolutionizing We...
Learn how GitHub Pages transforms repositories into hosted websites with Jeky... |
Learn how GitHub Pages transforms repositories into hosted websites with Jekyll, offering free hosting and version co... | Nov 16, 2025 | Posts Web-Development +1 | #github-pages #jekyll #static-site-generation +7 | |
| Posts |
Working Directories: Backbone of Software Builds
How working directories shape tooling, builds, tests, deployments—and how dir... |
How working directories shape tooling, builds, tests, deployments—and how directory assumptions can break or harden p... | Nov 16, 2025 | Posts DevOps +1 | #devops #build-systems #filesystem +2 | |
| Posts |
Mastering React: A Beginner's Guide
Comprehensive beginner's guide to React fundamentals covering components, JSX... |
Comprehensive beginner's guide to React fundamentals covering components, JSX, props, state, and building interactive... | Nov 24, 2025 | Posts Web Development +1 | #react #javascript #web-development +7 | |
| Posts |
The work/ Directory: CI/CD Integration Best Pra...
Master the work/ directory pattern for fast, isolated, cacheable, and disposa... |
Master the work/ directory pattern for fast, isolated, cacheable, and disposable CI/CD workspaces that maximize build... | Nov 23, 2025 | Posts DevOps +1 | #ci-cd #devops #build-systems +3 | |
| Posts |
Deploying Jekyll Sites to Azure Cloud: Complete...
Comprehensive tutorial on deploying statically generated Jekyll sites to Azur... |
Comprehensive tutorial on deploying statically generated Jekyll sites to Azure Static Web Apps, including architectur... | Nov 19, 2025 | Posts Web-Development +1 | #azure #jekyll #static-web-apps +5 | |
| Posts |
Architecting the Glass Interface: Building Fron...
Explore the architecture behind creating interactive, user-friendly frontends... |
Explore the architecture behind creating interactive, user-friendly frontends for shell scripts using tools like Gum,... | Nov 20, 2025 | Posts Tools & Environment +1 | #shell-scripting #architecture #cli-design +3 | |
| Posts |
Streamlining Content Creation - Using Crush in ...
Discover how to leverage Crush AI in VSCode to write, edit, and publish artic... |
Discover how to leverage Crush AI in VSCode to write, edit, and publish articles to GitHub Pages with near-instant de... | Nov 20, 2025 | ai & machine learning devops +1 | #crush #vscode #github-pages +3 | |
| Posts |
Flow in DevOps: The Psychology of Optimal Engin...
Applying Mihaly Csikszentmihalyi's Flow theory to DevOps practices, CI/CD pip... |
Applying Mihaly Csikszentmihalyi's Flow theory to DevOps practices, CI/CD pipelines, and developer experience to achi... | Nov 22, 2025 | DevOps Culture | #devops #psychology #productivity +2 | |
| Posts |
Mastering Prompt Engineering: A Practical Guide...
Learn systematic prompt engineering techniques to maximize AI-assisted develo... |
Learn systematic prompt engineering techniques to maximize AI-assisted development with VS Code Copilot, from structu... | Nov 27, 2025 | Posts AI & Machine Learning +1 | #prompt-engineering #ai-assisted-development #vscode-copilot +2 | |
| Posts |
PRD Machine: Building a Self-Writing Product Re...
Learn how we built an autonomous CLI tool that writes, maintains, and evolves... |
Learn how we built an autonomous CLI tool that writes, maintains, and evolves perfect PRDs from repository signals, e... | Nov 28, 2025 | Posts DevOps +1 | #automation #cli-tools #documentation +4 | |
| Posts |
Docker for Beginners: Complete Tutorial to Get ...
Learn Docker from scratch with this beginner-friendly tutorial. Understand co... |
Learn Docker from scratch with this beginner-friendly tutorial. Understand containers, images, and basic commands wit... | Dec 20, 2025 | DevOps Tutorials +1 | #docker #containers #devops +3 | |
| Posts |
Essential VS Code Extensions for Developers: Th...
Curated list of must-have VS Code extensions for web developers, DevOps engin... |
Curated list of must-have VS Code extensions for web developers, DevOps engineers, and data scientists. | Dec 20, 2025 | Tools & Environment Productivity +1 | #vscode #extensions #productivity +3 | |
| Posts |
A Finance Professional's Guide to the Terminal
How finance and accounting professionals can leverage bash scripting to autom... |
How finance and accounting professionals can leverage bash scripting to automate tasks, process datasets, and level u... | Apr 25, 2026 | Posts Business +1 | #bash #terminal #finance +4 | |
| Posts |
Foundational CI/CD Pipelines with GitHub Action...
Learn how to build robust CI/CD pipelines using GitHub Actions for VS Code ex... |
Learn how to build robust CI/CD pipelines using GitHub Actions for VS Code extension development. | Mar 08, 2026 | DevOps Tutorials | #github-actions #ci-cd #vscode-extension +4 | |
| Posts |
AI-Assisted UI/UX Refactoring: Nanobar Modulari...
A chronicle of using AI-powered development to refactor a Jekyll theme's inli... |
A chronicle of using AI-powered development to refactor a Jekyll theme's inline progress bar into a config-driven com... | Apr 19, 2026 | Posts Web-Development +1 | #jekyll #tutorial #intermediate +5 | |
| Posts |
Agent Guardrails and Responsible Autonomy: The ...
Design responsible agents using autonomy levels, GitHub guardrails, and human... |
Design responsible agents using autonomy levels, GitHub guardrails, and human-in-the-loop checkpoints — GH-600 Domain... | May 17, 2026 | AI & Machine Learning Security | #gh-600 #agentic-ai #guardrails +2 | |
| Posts |
Embedding Agents in the SDLC: From Tool to Coll...
Design an SDLC where GitHub Copilot agents have bounded, observable roles at ... |
Design an SDLC where GitHub Copilot agents have bounded, observable roles at each stage — from planning through deploy. | May 17, 2026 | AI & Machine Learning DevOps | #gh-600 #agentic-ai #sdlc +2 | |
| Posts |
Evaluating and Tuning Agents with GitHub Signals
Define machine-verifiable success criteria, debug agent failures, and tune be... |
Define machine-verifiable success criteria, debug agent failures, and tune behaviour using GitHub-native signals — GH... | May 17, 2026 | AI & Machine Learning Engineering | #gh-600 #agentic-ai #evaluation +2 | |
| Posts |
Launching the Agentic Codex: A GH-600 Learning ...
The Agentic Codex — a 20-quest learning track covering all six domains of the... |
The Agentic Codex — a 20-quest learning track covering all six domains of the GH-600 GitHub Copilot certification, no... | May 17, 2026 | AI & Machine Learning Announcements | #gh-600 #agentic-ai #learning-track +2 | |
| Posts |
MCP Servers and Agent Tooling in Practice
A practical guide to the Model Context Protocol and GitHub-native agent tooli... |
A practical guide to the Model Context Protocol and GitHub-native agent tooling — what MCP servers do and how GH-600 ... | May 17, 2026 | AI & Machine Learning Developer Tools | #gh-600 #agentic-ai #mcp +2 | |
| Posts |
Orchestrating Multi-Agent Workflows on GitHub
Design and operate multi-agent systems on GitHub Actions — fan-out, correlati... |
Design and operate multi-agent systems on GitHub Actions — fan-out, correlation, failure recovery, and lifecycle. GH-... | May 17, 2026 | AI & Machine Learning Architecture | #gh-600 #agentic-ai #multi-agent +2 | |
| Posts |
Taming Agent Memory and Context Drift
The three tiers of agent memory, how to persist state in GitHub Actions, and ... |
The three tiers of agent memory, how to persist state in GitHub Actions, and how to detect and recover from context d... | May 17, 2026 | AI & Machine Learning Architecture | #gh-600 #agentic-ai #memory +2 | |
| Posts |
AI & Machine Learning
Agentic AI, GitHub Copilot workflows, model context protocol, prompt engineer... |
Agentic AI, GitHub Copilot workflows, model context protocol, prompt engineering, and ML pipelines for hands-on IT le... | May 24, 2026 | AI & Machine Learning | #ai #machine learning #copilot +1 | |
| Posts |
Business
Career strategy, startup notes, freelance economics, and the business side of... |
Career strategy, startup notes, freelance economics, and the business side of building a technical practice that pays... | May 24, 2026 | Business | #business #startup #freelance +1 | |
| Posts |
Creative & Experimental
Generative art, AI-assisted fiction, side-quest experiments, and the projects... |
Generative art, AI-assisted fiction, side-quest experiments, and the projects that exist because they sounded fun on ... | May 24, 2026 | Creative & Experimental | #creative #generative #experimental +1 | |
| Posts |
Culture & Society
Identity, community, ethics, and the second-order effects of shipping softwar... |
Identity, community, ethics, and the second-order effects of shipping software into a world that mostly does not read... | May 24, 2026 | Culture & Society | #culture #society #ethics +1 | |
| Posts |
Data & Analytics
Databases, APIs, ETL patterns, dashboards, and the unglamorous work of turnin... |
Databases, APIs, ETL patterns, dashboards, and the unglamorous work of turning columns of strings into something a le... | May 24, 2026 | Data & Analytics | #data #analytics #database +1 | |
| Posts |
DevOps
CI/CD pipelines, containerization, infrastructure as code, GitHub Actions, an... |
CI/CD pipelines, containerization, infrastructure as code, GitHub Actions, and the deployments that did not page anyo... | May 24, 2026 | DevOps | #devops #ci/cd #docker +1 | |
| Posts |
Learning
Learning paths, study strategies, certification prep, and the meta-skill of b... |
Learning paths, study strategies, certification prep, and the meta-skill of being slightly less confused tomorrow tha... | May 24, 2026 | Learning | #learning #education #study +1 | |
| Posts |
Programming
Language fundamentals, design patterns, code review notes, and what happens w... |
Language fundamentals, design patterns, code review notes, and what happens when refactors meet deadlines on the same... | May 24, 2026 | Programming | #programming #code #languages +1 | |
| Posts |
System Administration
Linux fundamentals, network configuration, hardening, and the operational hab... |
Linux fundamentals, network configuration, hardening, and the operational habits that keep machines doing what they w... | May 24, 2026 | System Administration | #sysadmin #linux #networking +1 | |
| Posts |
Technology
Hardware notes, emerging-tech reports, vendor analysis, and broader technolog... |
Hardware notes, emerging-tech reports, vendor analysis, and broader technology context for the systems we end up depe... | May 24, 2026 | Technology | #technology #hardware #emerging tech +1 | |
| Posts |
Tools & Environment
Editor configuration, terminal setups, dotfiles, and the small environment im... |
Editor configuration, terminal setups, dotfiles, and the small environment improvements that compound across a few th... | May 24, 2026 | Tools & Environment | #tools #environment #editor +1 | |
| Posts |
Trends & Ideas
Patterns spotted across the industry, predictions worth filing, and ideas tha... |
Patterns spotted across the industry, predictions worth filing, and ideas that may or may not survive contact with th... | May 24, 2026 | Trends & Ideas | #trends #ideas #industry +1 | |
| Posts |
Web Development
Static sites, frontend frameworks, GitHub Pages, Jekyll patterns, and the ong... |
Static sites, frontend frameworks, GitHub Pages, Jekyll patterns, and the ongoing project of making a browser show wh... | May 24, 2026 | Web Development | #web development #jekyll #frontend +1 | |
| Quests |
Hello Windows: Mastering the Windows Developmen...
Set up a complete Windows development environment with WSL, PowerShell master... |
Set up a complete Windows development environment with WSL, PowerShell mastery, and essential development tools for t... | Dec 03, 2023 | Quests Init-World +2 | #windows #powershell #wsl +4 | |
| Quests |
Quests (~) Index
Your comprehensive guide to IT mastery through gamified learning adventures. ... |
Your comprehensive guide to IT mastery through gamified learning adventures. Choose your path, level up your skills, ... | May 20, 2026 | quests | ||
| Quests |
Linux Fundamentals
Basic Linux concepts including navigation, scripting, security, and networking |
Basic Linux concepts including navigation, scripting, security, and networking | Nov 30, 2025 | quests linux | #linux #fundamentals #navigation +3 | |
| Quests |
🏰 Overworld - Master Quest Map
Your central command hub for tracking progress through the IT mastery quest s... |
Your central command hub for tracking progress through the IT mastery quest system. Navigate your learning journey an... | May 20, 2026 | home quest-map +1 | #overworld #navigation #progress +1 | |
| Quests |
AI Feature Pipeline Architect: DevSecOps Master...
Master the art of building AI-orchestrated feature pipelines from user reques... |
Master the art of building AI-orchestrated feature pipelines from user request to deployment, combining DevSecOps pra... | Sep 29, 2025 | Quests DevOps-Engineering +1 | #1011 #ai-orchestration #devops-mastery +3 | |
| Quests |
Hello n00b: Your First Steps into the IT Journey
The perfect starting quest for absolute beginners. Learn to create a GitHub a... |
The perfect starting quest for absolute beginners. Learn to create a GitHub account, fork repositories, and take your... | Nov 30, 2025 | Quests Init-World +1 | #0000 #github #git +3 | |
| Quests |
Begin your IT Journey
Take your first steps into the world of information technology |
Take your first steps into the world of information technology | Nov 29, 2025 | #getting-started #beginner #0000 | ||
| Quests |
Character Building: Forge Your IT Identity and ...
Shape your digital persona and choose the tools, technologies, and specializa... |
Shape your digital persona and choose the tools, technologies, and specializations that will define your IT journey f... | Nov 30, 2025 | Quests Init-World +1 | #character-building #career-planning #development-environment +4 | |
| Quests |
Character Selection
Choose your character class and begin your specialized IT journey |
Choose your character class and begin your specialized IT journey | Nov 29, 2025 | #character-selection #career-paths #0000 | ||
| Quests |
IT Fundamentals
Master the foundational concepts that power the digital world |
Master the foundational concepts that power the digital world | Nov 29, 2025 | #fundamentals #it-basics #0000 | ||
| Quests |
OS Selection
Choose your operating system and understand the unique strengths of Windows, ... |
Choose your operating system and understand the unique strengths of Windows, macOS, and Linux for your IT journey | Nov 30, 2025 | Quests Init-World | #0000 #operating-systems #beginner | |
| Quests |
Glossary
Reference: Glossary . |
Reference: Glossary . | Nov 25, 2023 | notes | #notes | |
| Quests |
Personal Site
Services and tools used for building personal site with GitHub Pages |
Services and tools used for building personal site with GitHub Pages | Nov 30, 2025 | Quests GitHub-Pages | #Personal Site #0001 #github-pages | |
| Quests |
Frontend Forests: Building a Jekyll Site with B...
Embark on a quest to build a Jekyll site using Bootstrap for CSS and JavaScri... |
Embark on a quest to build a Jekyll site using Bootstrap for CSS and JavaScript in the Frontend Forests. This guide w... | May 28, 2024 | |||
| Quests |
Frontend Docker - level 000
Verify Docker installation on macOS for building Jekyll sites with Bootstrap ... |
Verify Docker installation on macOS for building Jekyll sites with Bootstrap 5 in the Frontend Forests. | May 28, 2024 | Quests Devops +1 | #0 #frontend #docker +3 | |
| Quests |
Frontend Docker Level 001: Create Jekyll Site w...
Set up a Docker-containerized Jekyll development environment. Learn to create... |
Set up a Docker-containerized Jekyll development environment. Learn to create Dockerfiles, configure docker-compose, ... | May 28, 2024 | Quests DevOps | #0100 #docker #jekyll +1 | |
| Quests |
Frontend Docker Level 010: Adding Bootstrap 5 t...
Integrate Bootstrap 5 CSS framework into your Docker-containerized Jekyll sit... |
Integrate Bootstrap 5 CSS framework into your Docker-containerized Jekyll site. Learn to include CDN resources, confi... | May 28, 2024 | Quests Frontend | #0100 #docker #jekyll +2 | |
| Quests |
Dockering Jekyll with Bootstrap 5
Embark on a quest to build a Jekyll site using Bootstrap 5 for CSS and JavaSc... |
Embark on a quest to build a Jekyll site using Bootstrap 5 for CSS and JavaScript in the Frontend Forests. This guide... | May 28, 2024 | Quests Fullstack +1 | ||
| Quests |
Frontend Forests Levels
This guide will navigate you through the enchanted woods, ensuring you levera... |
This guide will navigate you through the enchanted woods, ensuring you leverage the magical powers of Jekyll and Boot... | May 28, 2024 | |||
| Quests |
🗺️ World Map: Navigation Guide to the IT-Journe...
Your comprehensive guide to navigating the IT-Journey platform - quests, docu... |
Your comprehensive guide to navigating the IT-Journey platform - quests, documentation, tutorials, and learning paths. | Jul 23, 2025 | Codex Navigation | #navigation #site-map #world-map +2 | |
| Quests |
bashcrawl and Beyond: Extending a Terminal Dung...
Starting with bashcrawl as a base and building upon it is a great way to lear... |
Starting with bashcrawl as a base and building upon it is a great way to learn advanced shell scripting. bashcrawl us... | Apr 25, 2026 | Quests Terminal +1 | #bash #terminal #game-development +2 | |
| Quests |
planting seeds
Quest covering planting seeds. |
Quest covering planting seeds. | Feb 05, 2025 | |||
| Quests |
Setting up Django and Git
Learn how to efficiently set up Django with Git for seamless version control ... |
Learn how to efficiently set up Django with Git for seamless version control and project management in your web devel... | Mar 12, 2025 | Development Git +3 | #Django #Git #how-to +2 | |
| Quests |
Understanding Action Triggers in Depth
Unlock the power of automation with GitHub Actions! Streamline your workflows... |
Unlock the power of automation with GitHub Actions! Streamline your workflows and enhance your CI/CD processes effort... | Mar 20, 2026 | Automation CI/CD +3 | #automation #CI/CD #GitHub Actions +2 | |
| Quests |
Mastering Branches and Pull Requests for Develo...
Learn how branches and pull requests streamline collaboration and enhance cod... |
Learn how branches and pull requests streamline collaboration and enhance code quality in software development. | Apr 18, 2025 | Development Git +3 | #Collaboration #Git #GitHub +2 | |
| Quests |
Change Logs
Quest covering Change Logs. |
Quest covering Change Logs. | Apr 18, 2025 | |||
| Quests |
Commitments to clean commits
Learn how to maintain clean commits in your projects for better collaboration... |
Learn how to maintain clean commits in your projects for better collaboration and version control efficiency. | Apr 18, 2025 | Development Git Best Practices +3 | #clean commits #Git #GitHub +2 | |
| Quests |
Revolutionizing Work with AI Automation
Discover how AI automation can transform your workflow, enhancing code review... |
Discover how AI automation can transform your workflow, enhancing code reviews, documentation, and PR summaries for a... | Apr 18, 2025 | AI Automation Development +3 | #AI Automation #Best Practices #Code Review +2 | |
| Quests |
Bashcrawl Quest: Terminal Adventure RPG
Explore nine Bashcrawl chambers to master navigation, permissions, environmen... |
Explore nine Bashcrawl chambers to master navigation, permissions, environment variables, symlinks, and pipes in a ga... | May 23, 2026 | Quests Terminal +2 | #bashcrawl #terminal #command-line +3 | |
| Quests |
Azure Ascension: Deploying Jekyll to the Cloud ...
Deploy the IT-Journey Jekyll site to Azure Static Web Apps with a clean CI/CD... |
Deploy the IT-Journey Jekyll site to Azure Static Web Apps with a clean CI/CD pipeline and safe secrets handling. | Jan 14, 2026 | Quests Cloud +2 | #azure #jekyll #static-web-apps +1 | |
| Quests |
VS Code Mastery Quest: Forge Your Ultimate Deve...
Master Visual Studio Code setup and configuration to create the ultimate deve... |
Master Visual Studio Code setup and configuration to create the ultimate development environment for any programming ... | May 20, 2026 | Quests Tools +2 | #vscode #ide-setup #development-environment +4 | |
| Quests |
Terminal Mastery: Conquering the Command-Line R...
Master terminal navigation and command-line tools to unlock developer product... |
Master terminal navigation and command-line tools to unlock developer productivity and system control powers in this ... | Sep 27, 2025 | Quests Development - Foundation | #0001 #terminal #command-line +6 | |
| Quests |
Mastering the Bash Incantations: Binary Level 0...
Master the ancient art of bash scripting and unlock the power of automation t... |
Master the ancient art of bash scripting and unlock the power of automation through command-line incantations and she... | Apr 25, 2026 | Quests Foundation +1 | #0010 #bash #shell-scripting +4 | |
| Quests |
Quest: Mastering the Ancient Arts of Source Con...
Master the mystical powers of Git and GitHub workflows to become a legendary ... |
Master the mystical powers of Git and GitHub workflows to become a legendary code guardian and collaboration wizard i... | Jul 29, 2025 | Quests Development-Fundamentals +1 | #0100 #git #github +3 | |
| Quests |
Link to the Future: Automated Hyperlink Guardia...
Master the computational arts of automated link testing and AI-powered analys... |
Master the computational arts of automated link testing and AI-powered analysis to protect your digital realm from br... | Aug 16, 2025 | Quests DevOps-Automation +1 | #1010 #github-actions #automated-testing +3 | |
| Quests |
Forging the La(zy)TeX CV: Binary Level 0101 (5)...
Build an epic, ATS-friendly Curriculum Vitae in VS Code using LaTeX, aligned ... |
Build an epic, ATS-friendly Curriculum Vitae in VS Code using LaTeX, aligned to the provided cv.tex template—install ... | Aug 17, 2025 | Quests Development +1 | #0101 #latex #vscode +3 | |
| Quests |
Quest to Conquer King EDGAR: The Epic Siege of ...
Breach the SEC’s EDGAR fortress using public APIs, wrangle XBRL facts, respec... |
Breach the SEC’s EDGAR fortress using public APIs, wrangle XBRL facts, respect rate limits, and turn raw filings into... | Aug 20, 2025 | Quests Development +1 | #1100 #python #api +5 | |
| Quests |
The Siege of King EDGAR: Storming the SEC Data ...
Embark on a satirical, mystical quest to liberate financial knowledge from Ki... |
Embark on a satirical, mystical quest to liberate financial knowledge from King EDGAR's vaults. Assemble AI companion... | Aug 20, 2025 | Quests Data-Engineering +1 | #1100 #sec-edgar #api +4 | |
| Quests |
The Temple of Templates: Binary Abstractions an...
Embark on a fantasy-themed quest to master software templates and reusable ar... |
Embark on a fantasy-themed quest to master software templates and reusable architectures across C++, HTML/Jinja, and ... | Aug 25, 2025 | Quests Development +1 | #1100 #templates #design-patterns +3 | |
| Quests |
Epic Quest: Zer0-to-Her0 CMStyle
Discover how one nerd transformed from zero to hero by building an AI-powered... |
Discover how one nerd transformed from zero to hero by building an AI-powered open source CMS using VS Code and Jekyl... | Aug 25, 2025 | AI/ML CMS +3 | #ai-integration #cms #gamified-learning +2 | |
| Quests |
404 Hunting: Binary Wards for Unbreakable Links
Banish 404s in Jekyll with permalink magic, redirect runes, CI link guardians... |
Banish 404s in Jekyll with permalink magic, redirect runes, CI link guardians, and living resource endpoints powered ... | Aug 31, 2025 | Quests Web-Development +1 | #1110 #jekyll #github-actions +2 | |
| Quests |
Nerd Font Enchantment: Terminal Icon Mastery
Complete step-by-step guide to install Nerd Fonts on macOS, Linux & Windows. ... |
Complete step-by-step guide to install Nerd Fonts on macOS, Linux & Windows. Transform your terminal with icons, symb... | Dec 19, 2025 | Quests Side-Quests +2 | #binary-level-indicator #terminal-mastery #nerd-fonts +8 | |
| Quests |
Terminal Enchantment: Oh-My-Zsh Mastery
Transform your terminal into a powerful development weapon by mastering Oh-My... |
Transform your terminal into a powerful development weapon by mastering Oh-My-Zsh framework, themes, plugins, and VSC... | Feb 13, 2026 | Quests Development +2 | #0010 #zsh #terminal-mastery +7 | |
| Quests |
Docker Containerization Mastery: Level 0101 (5)...
Master Docker containerization to build, deploy, and manage applications in i... |
Master Docker containerization to build, deploy, and manage applications in isolated, portable environments with prac... | Sep 28, 2025 | Quests Devops +1 | #0101 #docker #tool-mastery +3 | |
| Quests |
The Diagrammatic Enchantment: Jekyll-Mermaid In...
Master the ancient art of diagrammatic magic by integrating Mermaid.js into a... |
Master the ancient art of diagrammatic magic by integrating Mermaid.js into any Jekyll static site, creating beautifu... | Jan 27, 2025 | Quests Jekyll +1 | #jekyll #mermaid #diagrams +5 | |
| Quests |
The Digital Portfolio Fortress: Full-Stack Epic...
Build a complete portfolio website from design to deployment, integrating fro... |
Build a complete portfolio website from design to deployment, integrating frontend, backend, database, and DevOps pra... | Oct 03, 2025 | Quests Epic-Quests +2 | #1111 #full-stack-development #portfolio-project +4 | |
| Quests |
Oh-My-Zsh Terminal Enchantment: Shell Enhanceme...
Transform your terminal into a powerful, visually enhanced development enviro... |
Transform your terminal into a powerful, visually enhanced development environment with Oh-My-Zsh themes and plugins | Oct 03, 2025 | Quests Side-Quests +1 | #0010 #terminal-enhancement #oh-my-zsh +4 | |
| Quests |
Quest Network Mapping: Comprehensive Learning P...
Demonstration of the enhanced quest hierarchy system with complete mapping ex... |
Demonstration of the enhanced quest hierarchy system with complete mapping examples and mermaid diagrams | Oct 04, 2025 | Documentation Quest-System +1 | #quest-mapping #learning-paths #hierarchy-system +1 | |
| Quests |
Terminal Navigation Mastery: Command-Line Funda...
Master terminal navigation and essential command-line operations to unlock de... |
Master terminal navigation and essential command-line operations to unlock developer productivity and system control ... | Oct 03, 2025 | Quests Foundation +1 | #0001 #terminal #command-line +3 | |
| Quests |
The Knowledge Vault: Building an Automated Docu...
Build a centralized documentation system that aggregates and organizes knowle... |
Build a centralized documentation system that aggregates and organizes knowledge from multiple GitHub repositories us... | Oct 03, 2025 | Automation DevOps +1 | #github-actions #bash-scripting #python-automation +4 | |
| Quests |
Recursive Realms: Testing Infinite Loops with AI
Master recursion, unit testing, and AI integration by navigating self-replica... |
Master recursion, unit testing, and AI integration by navigating self-replicating code towers | Oct 09, 2025 | Quests Development +1 | #0010 #python #language-learning +3 | |
| Quests |
Forging the Stats Portal: Data Analytics Quest
Build a comprehensive statistics page that reveals the hidden metrics of your... |
Build a comprehensive statistics page that reveals the hidden metrics of your Jekyll site, displaying real-time conte... | Oct 08, 2025 | Quests Development +1 | #0001 #jekyll #data-analytics +5 | |
| Quests |
Stack Attack Analysis: IT-Journey
Comprehensive technology stack analysis and documentation for the IT-Journey ... |
Comprehensive technology stack analysis and documentation for the IT-Journey educational platform | Nov 02, 2025 | Stack Analysis | #stack-analysis #technology-stack #ruby +7 | |
| Quests |
Stack Attack: Building an Enterprise Django + R...
Use AI agents to research, design, and build a production-grade open-source E... |
Use AI agents to research, design, and build a production-grade open-source ERP stack with Django REST Framework on t... | Apr 13, 2026 | Quests Development +3 | #0001 #ai-assisted-development #django +8 | |
| Quests |
Technology Stack Analysis: Barodybroject
Comprehensive analysis of the Barodybroject Django-based parody news generato... |
Comprehensive analysis of the Barodybroject Django-based parody news generator with OpenAI integration and Azure Cont... | Nov 02, 2025 | Stack Analysis Django Applications | #stack-analysis #python #django +5 | |
| Quests |
Kaizen Quest: The Path of Continuous Improvemen...
Master the ancient art of Kaizen - continuous improvement - and transform you... |
Master the ancient art of Kaizen - continuous improvement - and transform your software development practices through... | Nov 02, 2025 | Quests Process-Improvement +1 | #0001 #kaizen #continuous-improvement +3 | |
| Quests |
Forging the Prompt Crystal: Master AI Communica...
Master prompt engineering to craft optimal AI instructions. Learn systematic ... |
Master prompt engineering to craft optimal AI instructions. Learn systematic design, iterative refinement, and struct... | Nov 03, 2025 | Quests AI-Development +1 | #0010 #ai-development #prompt-engineering +3 | |
| Quests |
Building & Testing the Git Init Script: Headles...
Hands-on quest to build, extend, and test `git_init.sh` — an interactive and ... |
Hands-on quest to build, extend, and test `git_init.sh` — an interactive and headless repo initializer with programma... | Nov 13, 2025 | Quests Development | #shell-scripting #testing #automation +1 | |
| Quests |
Level 001 - Journeyman Challenges
Web technologies and advanced scripting quests for intermediate learners |
Web technologies and advanced scripting quests for intermediate learners | Nov 15, 2025 | quests | ||
| Quests |
The GitHub Pages Portal: Forging Your Digital R...
Master the art of deploying static websites using GitHub Pages, transforming ... |
Master the art of deploying static websites using GitHub Pages, transforming your code into live web experiences with... | Nov 15, 2025 | Quests Web Deployment +1 | #1 #github-pages #main +3 | |
| Quests |
The Epic Quest for the Hidden Gem: Unleashing G...
Embark on an epic journey to master GitHub Pages, the hidden gem of web publi... |
Embark on an epic journey to master GitHub Pages, the hidden gem of web publishing, and learn to capture and immortal... | Nov 15, 2025 | Quests Development +1 | #github-pages #jekyll #ai-capture +5 | |
| Quests |
Terminal Artificer: Forging the Glass Interface
Master the art of crafting beautiful, interactive frontends for your shell sc... |
Master the art of crafting beautiful, interactive frontends for your shell scripts using Gum, transforming raw comman... | Nov 29, 2025 | Quests Development +1 | #0010 #gum #shell-scripting +4 | |
| Quests |
Forging the Prompt Crystal: VS Code Copilot Mas...
Master the ancient art of prompt engineering to unlock the full power of VS C... |
Master the ancient art of prompt engineering to unlock the full power of VS Code Copilot. Learn systematic prompt des... | Nov 27, 2025 | Quests AI-Development +2 | #0011 #prompt-engineering #vscode-copilot +4 | |
| Quests |
The PRD Codex: Mastering the Art of Product Rea...
Master the ancient art of transforming scattered signals into living Product ... |
Master the ancient art of transforming scattered signals into living Product Requirements Documents using automated t... | Nov 29, 2025 | Quests Product Management +1 | #0011 #documentation-automation #main_quest +6 | |
| Quests |
Level 0000 - Foundation & Init World
Your starting point in the IT-Journey. Character creation, OS selection, term... |
Your starting point in the IT-Journey. Character creation, OS selection, terminal basics, and first steps into the di... | May 20, 2026 | quests | ||
| Quests |
Level 0010 - Terminal Enhancement & Shell Mastery
Enhance your terminal experience with Oh My Zsh, Nerd Fonts, and advanced she... |
Enhance your terminal experience with Oh My Zsh, Nerd Fonts, and advanced shell customization | Apr 25, 2026 | quests | ||
| Quests |
Level 0011 - Development Tools & AI Integration
Master AI-powered development tools, code search, and intelligent workflow in... |
Master AI-powered development tools, code search, and intelligent workflow integration | Nov 29, 2025 | quests | ||
| Quests |
Level 0100 - Frontend Development & Docker
Master frontend development workflows with Docker containerization and modern... |
Master frontend development workflows with Docker containerization and modern tooling | Nov 29, 2025 | quests | ||
| Quests |
Level 0101 - Advanced Docker & DevOps
Advanced containerization patterns, document automation, and professional por... |
Advanced containerization patterns, document automation, and professional portfolio building | Dec 02, 2025 | quests | ||
| Quests |
Level 1010 - Automation & Testing
Build automated testing pipelines, link validation systems, and CI/CD workflows |
Build automated testing pipelines, link validation systems, and CI/CD workflows | Nov 29, 2025 | quests | ||
| Quests |
Level 1011 - Feature Development
Advanced feature development patterns and project management workflows |
Advanced feature development patterns and project management workflows | Nov 29, 2025 | quests | ||
| Quests |
Level 1100 - Data & Templates
Master data integration, financial APIs, and template systems for advanced ap... |
Master data integration, financial APIs, and template systems for advanced applications | Dec 02, 2025 | quests | ||
| Quests |
Level 1110 - Quality Assurance
Advanced testing patterns, error handling, and robust application development |
Advanced testing patterns, error handling, and robust application development | Nov 29, 2025 | quests | ||
| Quests |
🎒 Inventory & Progress Vault
Personal dashboard for tracking quest completion, XP, badges, and earned achi... |
Personal dashboard for tracking quest completion, XP, badges, and earned achievements across the IT-Journey realms. | May 23, 2026 | |||
| Quests |
Tools Collection - Development Tools & Workflows
Quests focused on development tools, version control, CI/CD, and professional... |
Quests focused on development tools, version control, CI/CD, and professional workflows | Nov 29, 2025 | |||
| Quests |
Git Basics: Version Control Introduction
Learn Git fundamentals including repositories, commits, branches, and basic w... |
Learn Git fundamentals including repositories, commits, branches, and basic workflow for tracking code changes and co... | Feb 14, 2026 | Quests DevOps +1 | #0000 #git #main_quest +3 | |
| Quests |
Markdown Mastery: Content Formatting Fundamentals
Master Markdown syntax for creating rich documentation, blog posts, and techn... |
Master Markdown syntax for creating rich documentation, blog posts, and technical content with proper formatting, lin... | Dec 20, 2025 | Quests Documentation +1 | #0000 #markdown #main_quest +3 | |
| Quests |
Terminal Fundamentals: Command Line Navigation ...
Master essential command line skills including navigation, file management, a... |
Master essential command line skills including navigation, file management, and basic shell commands across macOS, Li... | Apr 25, 2026 | Quests DevOps +1 | #0000 #bash #main_quest +3 | |
| Quests |
Git Workflow Mastery: Branches, Merging & Team ...
Learn Git branching, merging, and collaboration workflows. Master feature bra... |
Learn Git branching, merging, and collaboration workflows. Master feature branches, pull requests, and conflict resol... | Dec 19, 2025 | Quests DevOps +2 | #0001 #git #git-branching +6 | |
| Quests |
GitHub Pages Basics: Deploy Free Websites in Mi...
Learn to deploy static websites for free with GitHub Pages. Step-by-step tuto... |
Learn to deploy static websites for free with GitHub Pages. Step-by-step tutorial covering repository setup, custom d... | Dec 19, 2025 | Quests DevOps +2 | #0001 #github-pages #web-hosting +6 | |
| Quests |
Jekyll Fundamentals: Build Static Sites with Ruby
Master Jekyll static site generation from scratch. Learn installation, config... |
Master Jekyll static site generation from scratch. Learn installation, configuration, layouts, includes, and deployme... | Dec 19, 2025 | Quests Frontend +2 | #0001 #jekyll #static-site-generator +6 | |
| Quests |
Liquid Templating: Dynamic Content for Jekyll S...
Learn Liquid templating language for Jekyll. Master variables, filters, loops... |
Learn Liquid templating language for Jekyll. Master variables, filters, loops, and conditionals to create dynamic con... | Dec 19, 2025 | Quests Frontend +2 | #0001 #liquid #templating +6 | |
| Quests |
YAML Configuration: Site Settings Mastery
Master YAML syntax and Jekyll configuration to customize site settings, manag... |
Master YAML syntax and Jekyll configuration to customize site settings, manage collections, and configure build optio... | Dec 20, 2025 | Quests Frontend +1 | #0001 #yaml #main_quest +3 | |
| Quests |
Advanced Markdown: Tables, Footnotes & Extended...
Master advanced Markdown features beyond basics. Learn tables, footnotes, tas... |
Master advanced Markdown features beyond basics. Learn tables, footnotes, task lists, and GitHub-flavored extensions.... | Dec 19, 2025 | Quests Documentation +2 | #0010 #markdown #github-markdown +5 | |
| Quests |
Bootstrap Framework: Build Responsive Sites Fast
Learn Bootstrap 5 for rapid web development. Master the grid system, componen... |
Learn Bootstrap 5 for rapid web development. Master the grid system, components, and utilities. Build mobile-first re... | Dec 19, 2025 | Quests Frontend +2 | #0010 #bootstrap #bootstrap-5 +6 | |
| Quests |
CSS Styling Basics: Selectors, Layout & Respons...
Master CSS fundamentals for beautiful web pages. Learn selectors, flexbox, gr... |
Master CSS fundamentals for beautiful web pages. Learn selectors, flexbox, grid, and responsive design. Hands-on tuto... | Dec 19, 2025 | Quests Frontend +2 | #0010 #css #flexbox +6 | |
| Quests |
JavaScript Fundamentals: DOM Manipulation & Events
Learn JavaScript essentials for web interactivity. Master DOM manipulation, e... |
Learn JavaScript essentials for web interactivity. Master DOM manipulation, event handling, and dynamic content creat... | Dec 19, 2025 | Quests Frontend +2 | #0010 #javascript #dom-manipulation +5 | |
| Quests |
Advanced Git Workflows: Master Rebase, Cherry-p...
Level up your Git skills with advanced techniques. Learn interactive rebase, ... |
Level up your Git skills with advanced techniques. Learn interactive rebase, cherry-picking commits, stash management... | Nov 30, 2025 | Quests DevOps +1 | #0011 #git #version-control +4 | |
| Quests |
Google Analytics for Jekyll: Complete User Trac...
Add Google Analytics 4 to your Jekyll site. Learn event tracking, custom dime... |
Add Google Analytics 4 to your Jekyll site. Learn event tracking, custom dimensions, privacy-compliant implementation... | Nov 30, 2025 | Quests Data +1 | #0011 #google-analytics #jekyll +4 | |
| Quests |
Custom Domains for GitHub Pages: Professional W...
Configure custom domains for GitHub Pages sites. Learn DNS setup, CNAME confi... |
Configure custom domains for GitHub Pages sites. Learn DNS setup, CNAME configuration, SSL certificates, and subdomai... | Nov 30, 2025 | Quests DevOps +1 | #0011 #github-pages #dns +4 | |
| Quests |
Jekyll Plugins: Essential Extensions for Powerf...
Master Jekyll plugins to extend your site's functionality. Learn to install, ... |
Master Jekyll plugins to extend your site's functionality. Learn to install, configure, and create custom plugins inc... | Nov 30, 2025 | Quests Backend +1 | #0011 #jekyll #ruby +4 | |
| Quests |
SEO Optimization: Boost Search Engine Visibilit...
Master technical SEO for Jekyll static sites. Learn meta tags, structured dat... |
Master technical SEO for Jekyll static sites. Learn meta tags, structured data, sitemap generation, robots.txt config... | Nov 30, 2025 | Quests Frontend +1 | #0011 #jekyll #seo +4 | |
| Quests |
Docker Container Fundamentals: Master Isolation...
Learn Docker container fundamentals including images, containers, volumes, an... |
Learn Docker container fundamentals including images, containers, volumes, and networking. Understand container isola... | Nov 30, 2025 | Quests DevOps +1 | #0100 #docker #containers +4 | |
| Quests |
Docker Compose Orchestration: Build Multi-Conta...
Master Docker Compose for orchestrating multi-container applications. Learn Y... |
Master Docker Compose for orchestrating multi-container applications. Learn YAML configuration, service networking, v... | Nov 30, 2025 | Quests DevOps +1 | #0100 #docker-compose #docker +4 | |
| Quests |
Artifact Management: Build Output Storage and D...
Master artifact management in CI/CD pipelines. Learn to store build outputs, ... |
Master artifact management in CI/CD pipelines. Learn to store build outputs, manage dependencies, implement caching s... | Nov 30, 2025 | Quests DevOps +1 | #0101 #artifacts #main_quest +3 | |
| Quests |
CI/CD Fundamentals: Continuous Integration and ...
Master the fundamentals of CI/CD pipelines including automated builds, testin... |
Master the fundamentals of CI/CD pipelines including automated builds, testing, and deployment. Learn to implement co... | Nov 30, 2025 | Quests DevOps +1 | #0101 #cicd #main_quest +3 | |
| Quests |
Deployment Pipelines: Production Release Automa...
Build robust deployment pipelines for production releases. Learn blue-green d... |
Build robust deployment pipelines for production releases. Learn blue-green deployments, rolling updates, canary rele... | Nov 30, 2025 | Quests DevOps +1 | #0101 #deployment #main_quest +3 | |
| Quests |
Environment Management: Dev, Staging, and Produ...
Learn to manage multiple deployment environments effectively. Configure dev, ... |
Learn to manage multiple deployment environments effectively. Configure dev, staging, and production environments wit... | Nov 30, 2025 | Quests DevOps +1 | #0101 #environments #main_quest +3 | |
| Quests |
GitHub Actions Basics: Workflow Automation for ...
Learn to create and manage GitHub Actions workflows for CI/CD automation. Bui... |
Learn to create and manage GitHub Actions workflows for CI/CD automation. Build automated testing, deployment, and co... | Nov 30, 2025 | Quests DevOps +1 | #0101 #github-actions #main_quest +3 | |
| Quests |
Secrets Management: Secure Configuration and Cr...
Learn secure secrets management for CI/CD pipelines. Handle API keys, passwor... |
Learn secure secrets management for CI/CD pipelines. Handle API keys, passwords, tokens, and sensitive configuration ... | Nov 30, 2025 | Quests DevOps +1 | #0101 #security #main_quest +3 | |
| Quests |
Testing Integration: Automated Quality Assuranc...
Integrate automated testing into your CI/CD pipeline. Learn unit testing, int... |
Integrate automated testing into your CI/CD pipeline. Learn unit testing, integration testing, E2E testing, and code ... | Nov 30, 2025 | Quests DevOps +1 | #0101 #testing #main_quest +3 | |
| Quests |
Workflow Optimization: Caching Strategies and P...
Optimize CI/CD workflows for speed and efficiency. Implement dependency cachi... |
Optimize CI/CD workflows for speed and efficiency. Implement dependency caching, parallel job execution, matrix build... | Nov 30, 2025 | Quests DevOps +1 | #0101 #optimization #main_quest +3 | |
| Quests |
Backup and Recovery: Data Protection Strategies...
Implement comprehensive backup and recovery strategies for databases. Learn b... |
Implement comprehensive backup and recovery strategies for databases. Learn backup types, recovery procedures, point-... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Connection Pooling: Efficient Database Resource...
Learn database connection pooling for optimal resource management. Configure ... |
Learn database connection pooling for optimal resource management. Configure connection pools, optimize pool sizes, a... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Data Modeling: Schema Design and Database Relat...
Learn data modeling techniques for designing efficient database schemas. Mast... |
Learn data modeling techniques for designing efficient database schemas. Master ER diagrams, normalization, relations... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Database Fundamentals: Data Storage and Retrieval
Master the fundamentals of databases, including data storage, retrieval, and ... |
Master the fundamentals of databases, including data storage, retrieval, and management using SQL and relational data... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Database Migrations: Schema Evolution and Versi...
Master database migration strategies for evolving schemas safely. Learn migra... |
Master database migration strategies for evolving schemas safely. Learn migration tools, versioning, rollback strateg... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Database Security: Access Control and Data Encr...
Implement robust database security with access control, encryption, audit log... |
Implement robust database security with access control, encryption, audit logging, and SQL injection prevention. Lear... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
Query Optimization: Performance Tuning for Fast...
Learn to optimize SQL queries for maximum performance. Master query execution... |
Learn to optimize SQL queries for maximum performance. Master query execution plans, indexing strategies, query rewri... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
SQL Mastery: Query Language Proficiency for Dat...
Become proficient in SQL query language with advanced SELECT statements, JOIN... |
Become proficient in SQL query language with advanced SELECT statements, JOINs, subqueries, window functions, and com... | Nov 30, 2025 | Quests Data-Engineering +1 | #0110 #sql #main_quest +3 | |
| Quests |
API Authentication: OAuth, JWT, and API Keys Im...
Implement secure API authentication with OAuth 2.0, JWT tokens, and API keys.... |
Implement secure API authentication with OAuth 2.0, JWT tokens, and API keys. Learn token-based auth, refresh tokens,... | Nov 30, 2025 | Quests Backend +1 | #0111 #authentication #main_quest +3 | |
| Quests |
API Documentation: OpenAPI Specification and De...
Create excellent API documentation with OpenAPI/Swagger. Learn specification ... |
Create excellent API documentation with OpenAPI/Swagger. Learn specification writing, interactive docs, SDK generatio... | Nov 30, 2025 | Quests Backend +1 | #0111 #openapi #main_quest +3 | |
| Quests |
API Fundamentals: Building Web Services and HTT...
Master the fundamentals of API development including HTTP methods, request/re... |
Master the fundamentals of API development including HTTP methods, request/response patterns, headers, and building s... | Nov 30, 2025 | Quests Backend +1 | #0111 #api #main_quest +3 | |
| Quests |
API Versioning: Managing API Evolution and Back...
Learn API versioning strategies for managing breaking changes. Implement URL ... |
Learn API versioning strategies for managing breaking changes. Implement URL versioning, header versioning, deprecati... | Nov 30, 2025 | Quests Backend +1 | #0111 #api #main_quest +3 | |
| Quests |
Error Handling: API Response Patterns and HTTP ...
Implement robust API error handling with proper HTTP status codes, error resp... |
Implement robust API error handling with proper HTTP status codes, error response formats, error logging, and client-... | Nov 30, 2025 | Quests Backend +1 | #0111 #api #main_quest +3 | |
| Quests |
Rate Limiting: API Traffic Control and Throttli...
Implement API rate limiting for traffic control and protection. Learn throttl... |
Implement API rate limiting for traffic control and protection. Learn throttling algorithms, quota management, rate l... | Nov 30, 2025 | Quests Backend +1 | #0111 #api #main_quest +3 | |
| Quests |
REST Principles: RESTful API Design Best Practices
Learn REST architectural principles for designing clean, scalable APIs. Maste... |
Learn REST architectural principles for designing clean, scalable APIs. Master resource naming, HTTP verbs, stateless... | Nov 30, 2025 | Quests Backend +1 | #0111 #rest #main_quest +3 | |
| Quests |
AWS Essentials: Core Services and Cloud Archite...
Learn essential AWS services including EC2, S3, RDS, Lambda, and VPC. Build s... |
Learn essential AWS services including EC2, S3, RDS, Lambda, and VPC. Build scalable cloud architectures using AWS be... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1000 #aws #main_quest +3 | |
| Quests |
Cloud Computing Fundamentals: IaaS, PaaS, and S...
Master cloud computing fundamentals including service models (IaaS, PaaS, Saa... |
Master cloud computing fundamentals including service models (IaaS, PaaS, SaaS), deployment models, cloud architectur... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1000 #cloud #main_quest +3 | |
| Quests |
Infrastructure as Code: Terraform and CloudForm...
Learn Infrastructure as Code with Terraform and CloudFormation. Automate clou... |
Learn Infrastructure as Code with Terraform and CloudFormation. Automate cloud provisioning, manage state, implement ... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1000 #terraform #main_quest +3 | |
| Quests |
Kubernetes ConfigMaps and Secrets: Configuratio...
Master Kubernetes configuration with ConfigMaps and Secrets. Learn secure sec... |
Master Kubernetes configuration with ConfigMaps and Secrets. Learn secure secrets management, environment variables, ... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1001 #kubernetes #main_quest +3 | |
| Quests |
Kubernetes Pods and Workloads: Deployments and ...
Master Kubernetes workloads including Pods, Deployments, StatefulSets, Daemon... |
Master Kubernetes workloads including Pods, Deployments, StatefulSets, DaemonSets, and Jobs. Learn scaling, rolling u... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1001 #kubernetes #main_quest +3 | |
| Quests |
Kubernetes Services and Networking: Ingress and...
Master Kubernetes networking with Services, Ingress controllers, DNS, Network... |
Master Kubernetes networking with Services, Ingress controllers, DNS, NetworkPolicies, and load balancing. Configure ... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1001 #kubernetes #main_quest +3 | |
| Quests |
Kubernetes Fundamentals: Container Orchestratio...
Master Kubernetes fundamentals including cluster architecture, kubectl comman... |
Master Kubernetes fundamentals including cluster architecture, kubectl commands, pods, services, and core concepts fo... | Nov 30, 2025 | Quests Cloud-Engineering +1 | #1001 #kubernetes #main_quest +3 | |
| Quests |
Alerting Systems: PagerDuty Integration & Incid...
Build production-ready alerting systems with PagerDuty and incident managemen... |
Build production-ready alerting systems with PagerDuty and incident management workflows. Learn alert routing, escala... | Nov 30, 2025 | Quests DevOps +1 | #1010 #pagerduty #alerting +4 | |
| Quests |
Distributed Tracing: Jaeger & OpenTelemetry Imp...
Implement distributed tracing with Jaeger and OpenTelemetry. Learn span conte... |
Implement distributed tracing with Jaeger and OpenTelemetry. Learn span contexts, trace propagation, service graphs, ... | Nov 30, 2025 | Quests DevOps +1 | #1010 #jaeger #opentelemetry +4 | |
| Quests |
ELK Stack Tutorial: Elasticsearch, Logstash & K...
Deploy the complete ELK stack for centralized logging. Learn Elasticsearch in... |
Deploy the complete ELK stack for centralized logging. Learn Elasticsearch indexing, Logstash pipelines, Kibana dashb... | Nov 30, 2025 | Quests DevOps +1 | #1010 #elasticsearch #logstash +5 | |
| Quests |
Monitoring Fundamentals: Master Metrics, Logs &...
Learn the three pillars of observability: metrics, logs, and traces. Understa... |
Learn the three pillars of observability: metrics, logs, and traces. Understand monitoring architecture, instrumentat... | Nov 30, 2025 | Quests DevOps +1 | #1010 #monitoring #observability +4 | |
| Quests |
Prometheus & Grafana: Complete Metrics Collecti...
Deploy Prometheus for metrics collection and Grafana for visualization. Learn... |
Deploy Prometheus for metrics collection and Grafana for visualization. Learn PromQL queries, custom dashboards, aler... | Nov 30, 2025 | Quests DevOps +1 | #1010 #prometheus #grafana +4 | |
| Quests |
Compliance Standards: SOC 2, GDPR, and HIPAA Re...
Navigate security compliance frameworks including SOC 2, GDPR, HIPAA, and PCI... |
Navigate security compliance frameworks including SOC 2, GDPR, HIPAA, and PCI-DSS. Learn audit preparation, control i... | Nov 30, 2025 | Quests Security +1 | #1011 #compliance #main_quest +3 | |
| Quests |
Penetration Testing: Tools and Ethical Hacking ...
Learn penetration testing tools and methodologies for ethical hacking. Master... |
Learn penetration testing tools and methodologies for ethical hacking. Master reconnaissance, vulnerability scanning,... | Nov 30, 2025 | Quests Security +1 | #1011 #security #main_quest +3 | |
| Quests |
Secure Coding Practices: OWASP Top 10 Vulnerabi...
Learn secure coding practices to prevent OWASP Top 10 vulnerabilities. Master... |
Learn secure coding practices to prevent OWASP Top 10 vulnerabilities. Master input validation, output encoding, auth... | Nov 30, 2025 | Quests Security +1 | #1011 #security #main_quest +3 | |
| Quests |
Security Fundamentals: CIA Triad and Defense in...
Master information security fundamentals including the CIA triad, defense in ... |
Master information security fundamentals including the CIA triad, defense in depth, security controls, risk managemen... | Nov 30, 2025 | Quests Security +1 | #1011 #security #main_quest +3 | |
| Quests |
Threat Modeling: STRIDE Framework and Attack Tr...
Master threat modeling with STRIDE methodology, attack trees, data flow diagr... |
Master threat modeling with STRIDE methodology, attack trees, data flow diagrams, and systematic security analysis te... | Nov 30, 2025 | Quests Security +1 | #1011 #security #main_quest +3 | |
| Quests |
Apache Spark Mastery: Big Data Processing with ...
Master Apache Spark for distributed data processing. Learn RDDs, DataFrames, ... |
Master Apache Spark for distributed data processing. Learn RDDs, DataFrames, Spark SQL, MLlib machine learning, and c... | Nov 30, 2025 | Quests Data-Engineering +1 | #1100 #spark #pyspark +5 | |
| Quests |
Data Quality Engineering: Testing, Validation &...
Implement data quality frameworks with Great Expectations and dbt tests. Lear... |
Implement data quality frameworks with Great Expectations and dbt tests. Learn data profiling, validation rules, anom... | Nov 30, 2025 | Quests Data-Engineering +1 | #1100 #python #data-quality +4 | |
| Quests |
Data Warehousing: Design Star Schema & Build Mo...
Master data warehouse design with dimensional modeling. Learn star and snowfl... |
Master data warehouse design with dimensional modeling. Learn star and snowflake schemas, fact and dimension tables, ... | Nov 30, 2025 | Quests Data-Engineering +1 | #1100 #sql #data-warehouse +4 | |
| Quests |
ETL Pipeline Design: Build Scalable Data Pipeli...
Design and implement production ETL pipelines. Learn data extraction patterns... |
Design and implement production ETL pipelines. Learn data extraction patterns, transformation logic, loading strategi... | Nov 30, 2025 | Quests Data-Engineering +1 | #1100 #python #etl +4 | |
| Quests |
Stream Processing: Real-Time Data with Apache K...
Build real-time data streaming pipelines with Kafka and Flink. Learn event-dr... |
Build real-time data streaming pipelines with Kafka and Flink. Learn event-driven architecture, stream processing pat... | Nov 30, 2025 | Quests Data-Engineering +1 | #1100 #kafka #flink +5 | |
| Quests |
AI Ethics and Responsible AI: Bias Detection, F...
Learn responsible AI practices and ethics frameworks. Understand bias detecti... |
Learn responsible AI practices and ethics frameworks. Understand bias detection, fairness metrics, explainability wit... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #python #ai-ethics +5 | |
| Quests |
Computer Vision Mastery: Image Classification, ...
Build computer vision applications with Python and OpenCV. Learn image classi... |
Build computer vision applications with Python and OpenCV. Learn image classification, object detection with YOLO, se... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #python #opencv +5 | |
| Quests |
Deep Learning Frameworks: PyTorch vs TensorFlow...
Compare and master PyTorch and TensorFlow frameworks. Learn tensor operations... |
Compare and master PyTorch and TensorFlow frameworks. Learn tensor operations, automatic differentiation, model build... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #pytorch #tensorflow +5 | |
| Quests |
Machine Learning Fundamentals: Supervised & Uns...
Master machine learning fundamentals with Python. Learn supervised and unsupe... |
Master machine learning fundamentals with Python. Learn supervised and unsupervised learning, model evaluation, cross... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #python #machine-learning +5 | |
| Quests |
MLOps Engineering: CI/CD Pipelines for Machine ...
Implement MLOps workflows for production ML systems. Learn model versioning w... |
Implement MLOps workflows for production ML systems. Learn model versioning with MLflow, CI/CD pipelines, model servi... | Nov 30, 2025 | Quests DevOps +1 | #1101 #mlops #docker +5 | |
| Quests |
Natural Language Processing: Text Analysis, Tra...
Build NLP applications with Python using transformers and Hugging Face. Learn... |
Build NLP applications with Python using transformers and Hugging Face. Learn text preprocessing, sentiment analysis,... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #python #nlp +5 | |
| Quests |
Neural Networks Deep Dive: Build CNNs, RNNs & T...
Master neural network architectures with TensorFlow. Learn convolutional netw... |
Master neural network architectures with TensorFlow. Learn convolutional networks, recurrent networks, attention mech... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #tensorflow #neural-networks +5 | |
| Quests |
Python for Data Science: NumPy, Pandas & Matplo...
Master Python data science libraries. Learn NumPy for numerical computing, Pa... |
Master Python data science libraries. Learn NumPy for numerical computing, Pandas for data manipulation, Matplotlib a... | Nov 30, 2025 | Quests Data-Science +1 | #1101 #python #numpy +6 | |
| Quests |
API Gateway Patterns: Routing, Load Balancing a...
Implement API gateway patterns for microservices. Master request routing, loa... |
Implement API gateway patterns for microservices. Master request routing, load balancing, rate limiting, authenticati... | Nov 30, 2025 | Quests Architecture +1 | #1110 #docker #main_quest +3 | |
| Quests |
Software Design Patterns: Gang of Four and Mode...
Master essential software design patterns including creational, structural, a... |
Master essential software design patterns including creational, structural, and behavioral patterns. Learn when and h... | Nov 30, 2025 | Quests Architecture +1 | #1110 #python #main_quest +3 | |
| Quests |
Domain-Driven Design: Strategic and Tactical Pa...
Master Domain-Driven Design for complex software systems. Learn bounded conte... |
Master Domain-Driven Design for complex software systems. Learn bounded contexts, aggregates, entities, value objects... | Nov 30, 2025 | Quests Architecture +1 | #1110 #python #main_quest +3 | |
| Quests |
Event-Driven Architecture: Message Queues and E...
Build event-driven systems with message queues and event sourcing. Master Kaf... |
Build event-driven systems with message queues and event sourcing. Master Kafka, RabbitMQ, CQRS patterns, and asynchr... | Nov 30, 2025 | Quests Architecture +1 | #1110 #kafka #main_quest +3 | |
| Quests |
Microservices Architecture: Building Scalable D...
Master microservices architecture patterns for building scalable, maintainabl... |
Master microservices architecture patterns for building scalable, maintainable systems. Learn service decomposition, ... | Nov 30, 2025 | Quests Architecture +1 | #1110 #docker #main_quest +3 | |
| Quests |
Scaling Strategies: Horizontal and Vertical Sca...
Master scaling strategies for high-availability systems. Learn horizontal sca... |
Master scaling strategies for high-availability systems. Learn horizontal scaling, load balancing, caching, database ... | Nov 30, 2025 | Quests DevOps +1 | #1110 #kubernetes #main_quest +3 | |
| Quests |
System Design Interview Mastery: Ace Technical ...
Prepare for system design interviews with frameworks for designing scalable s... |
Prepare for system design interviews with frameworks for designing scalable systems. Practice URL shorteners, social ... | Nov 30, 2025 | Quests Architecture +1 | #1110 #python #main_quest +3 | |
| Quests |
Architecture Reviews: Leading Technical Design ...
Lead effective architecture reviews and design discussions. Master RFC proces... |
Lead effective architecture reviews and design discussions. Master RFC processes, technical debt assessment, system e... | Nov 30, 2025 | Quests Architecture +1 | #1111 #architecture #main_quest +3 | |
| Quests |
Building Technical Communities: Growing Develop...
Build and grow technical communities around your projects. Learn community ma... |
Build and grow technical communities around your projects. Learn community management, developer relations, event org... | Nov 30, 2025 | Quests Community +1 | #1111 #community #main_quest +3 | |
| Quests |
Career Advancement Strategies: Growing from Eng...
Navigate career advancement in tech from IC to leadership. Learn promotion st... |
Navigate career advancement in tech from IC to leadership. Learn promotion strategies, personal branding, networking,... | Nov 30, 2025 | Quests Leadership +1 | #1111 #career #main_quest +3 | |
| Quests |
Innovation and R&D: Driving Technical Innovation
Lead innovation and R&D initiatives in engineering organizations. Learn innov... |
Lead innovation and R&D initiatives in engineering organizations. Learn innovation frameworks, prototyping, research ... | Nov 30, 2025 | Quests Innovation +1 | #1111 #innovation #main_quest +3 | |
| Quests |
Mentorship Programs: Developing and Growing Eng...
Create effective mentorship programs for engineering teams. Learn mentoring t... |
Create effective mentorship programs for engineering teams. Learn mentoring techniques, career development guidance, ... | Nov 30, 2025 | Quests Leadership +1 | #1111 #mentorship #main_quest +3 | |
| Quests |
Open Source Contribution: Leading and Maintaini...
Lead and maintain open source projects effectively. Learn project governance,... |
Lead and maintain open source projects effectively. Learn project governance, contributor management, release process... | Nov 30, 2025 | Quests Community +1 | #1111 #git #main_quest +3 | |
| Quests |
Tech Speaking and Writing: Building Your Techni...
Master technical communication through speaking and writing. Learn conference... |
Master technical communication through speaking and writing. Learn conference speaking, technical blogging, documenta... | Nov 30, 2025 | Quests Communication +1 | #1111 #communication #main_quest +3 | |
| Quests |
Technical Leadership: Building High-Performance...
Develop technical leadership skills for engineering managers. Learn team buil... |
Develop technical leadership skills for engineering managers. Learn team building, technical decision-making, stakeho... | Nov 30, 2025 | Quests Leadership +1 | #1111 #leadership #main_quest +3 | |
| Quests |
Quest Build Plan - Complete Placeholder Quest S...
Comprehensive plan for building all placeholder quests across all levels with... |
Comprehensive plan for building all placeholder quests across all levels with complete linking and mapping | Jan 27, 2025 | planning quest-development | #roadmap #quest-system #planning +1 | |
| Quests |
Phase 1 Complete
Reference - Phase 1 completion notes. |
Reference - Phase 1 completion notes. | Nov 29, 2025 | Quests Documentation | ||
| Quests |
Phase 2 Complete
Reference - Phase 2 completion notes. |
Reference - Phase 2 completion notes. | Nov 29, 2025 | Quests Documentation | ||
| Quests |
Phase 3 Complete
Reference - Phase 3 completion notes. |
Reference - Phase 3 completion notes. | Nov 29, 2025 | Quests Documentation | ||
| Quests |
Phase 4 Complete: Expert Tier Quests Generated
Reference: Phase 4 Complete: Expert Tier Quests Generated. |
Reference: Phase 4 Complete: Expert Tier Quests Generated. | Nov 30, 2025 | Quests Documentation | ||
| Quests |
Level [BINARY] ([DECIMAL]) - [Level Name]
Reference: Level [BINARY] ([DECIMAL]) - [Level Name]. |
Reference: Level [BINARY] ([DECIMAL]) - [Level Name]. | Nov 30, 2025 | Quests Level-[LEVEL] +3 | #BINARY #theme-tag #skill-area +1 | |
| Quests |
[Quest Title]: [Descriptive Subtitle]
Complete description of what the quest teaches and accomplishes (150-300 char... |
Complete description of what the quest teaches and accomplishes (150-300 characters for SEO) | Dec 01, 2025 | Quests Skill-Category +5 | #XXXX #primary-technology #main_quest +3 | |
| Quests |
Level 1101: Machine Learning & AI
Master the fundamentals of machine learning, neural networks, and artificial ... |
Master the fundamentals of machine learning, neural networks, and artificial intelligence to build intelligent systems | Dec 01, 2025 | quests 1101 +3 | #machine-learning #ai #neural-networks +4 | |
| Quests |
Level 1111: Leadership & Innovation
Achieve mastery in technical leadership, community building, and driving inno... |
Achieve mastery in technical leadership, community building, and driving innovation to shape the future of technology | Dec 01, 2025 | quests 1111 +3 | #leadership #innovation #mentorship +4 | |
| Quests |
Phase 5 Complete: Master & Legend Tier Quest Ge...
Summary of Phase 5 quest generation for Master Tier (Levels 1100-1111) |
Summary of Phase 5 quest generation for Master Tier (Levels 1100-1111) | Dec 01, 2025 | documentation quest-development | #phase-5 #master-tier #legend-tier +1 | |
| Quests |
Jekyll Quest Tracking: Building Dynamic Collect...
Master Jekyll's collection system by building a quest tracking interface with... |
Master Jekyll's collection system by building a quest tracking interface with dynamic filtering, statistics, and leve... | Mar 08, 2026 | Quests Frontend +1 | #0101 #jekyll #liquid +9 | |
| Quests |
Level 0110 (6) - Database Mastery
Master the arts of data storage, retrieval, and management through SQL sorcer... |
Master the arts of data storage, retrieval, and management through SQL sorcery and NoSQL adventures | Dec 20, 2025 | Quests Level-0110 +1 | #0110 #databases #sql +3 | |
| Quests |
Level 0111 (7) - API Development
Master the craft of building robust, secure, and well-documented APIs that po... |
Master the craft of building robust, secure, and well-documented APIs that power modern applications | Dec 20, 2025 | Quests Level-0111 +1 | #0111 #api #rest +3 | |
| Quests |
Level 1000 (8) - Cloud Computing Fundamentals
Ascend to the clouds and master the infrastructure that powers global-scale a... |
Ascend to the clouds and master the infrastructure that powers global-scale applications | Dec 20, 2025 | Quests Level-1000 +1 | #1000 #cloud #aws +4 | |
| Quests |
Level 1001 (9) - Kubernetes Orchestration
Command the container orchestration platform that powers enterprise-scale dep... |
Command the container orchestration platform that powers enterprise-scale deployments | Dec 20, 2025 | Quests Level-1001 +1 | #1001 #kubernetes #k8s +4 | |
| Quests |
Phase 6: Polish & Integration
Final phase of quest development - content filling, network linking, and vali... |
Final phase of quest development - content filling, network linking, and validation | Dec 20, 2025 | documentation quest-development | #phase-6 #polish #integration +2 | |
| Quests |
Hello Cloud: First Steps into the Sky Realm
Create your first cloud account, install a cloud CLI, and deploy a simple res... |
Create your first cloud account, install a cloud CLI, and deploy a simple resource safely. | Jan 14, 2026 | Quests Init-World +2 | #cloud #aws #azure +3 | |
| Quests |
Hello macOS: Setting Up the Apple Kingdom
Set up a macOS development environment with Homebrew, Xcode Command Line Tool... |
Set up a macOS development environment with Homebrew, Xcode Command Line Tools, and a modern terminal workflow. | Jan 14, 2026 | Quests Init-World +2 | #macos #homebrew #iterm2 +2 | |
| Quests |
Forge Your Character: Crafting Your Contributor...
Create your contributor character profile with RPG-style stats, badges, and c... |
Create your contributor character profile with RPG-style stats, badges, and class identity — powered by your git history | Mar 21, 2026 | Quests Community +1 | #0001 #contributor #profile +6 | |
| Quests |
Avatar Forge: Crafting Your Digital Portrait
Design and integrate a custom avatar for your contributor character profile |
Design and integrate a custom avatar for your contributor character profile | Mar 21, 2026 | Quests Community +1 | #0001 #contributor #avatar +4 | |
| Quests |
Badge Collector: Showcasing Your Achievements
Learn how badges are earned and pin your proudest achievements to your charac... |
Learn how badges are earned and pin your proudest achievements to your character profile | Mar 21, 2026 | Quests Community +1 | #0001 #contributor #badges +4 | |
| Quests |
Contribution Calendar: Mapping Your Journey Thr...
Build a GitHub-style contribution heatmap for your character profile using th... |
Build a GitHub-style contribution heatmap for your character profile using the 52-week calendar data | Mar 21, 2026 | Quests Community +1 | #0010 #contributor #calendar +5 | |
| Quests |
Stats Dashboard: Enhancing Your Data Visualization
Extend the contributor stats panel with charts, graphs, and enhanced data vis... |
Extend the contributor stats panel with charts, graphs, and enhanced data visualizations | Mar 21, 2026 | Quests Community +1 | #0010 #contributor #stats +5 | |
| Quests |
Profile Themes: Unleashing the Style Sorcerer
Create custom CSS theme variants for the contributor character profile system |
Create custom CSS theme variants for the contributor character profile system | Mar 21, 2026 | Quests Community +2 | #0100 #contributor #css +5 | |
| Quests |
Mastering Version Control Workflows: The Grand ...
Master advanced Git workflows including semantic versioning, branch strategie... |
Master advanced Git workflows including semantic versioning, branch strategies, CI/CD automation, and pull request or... | Mar 21, 2026 | DevOps Git +3 | #1100 #git #semantic-versioning +5 | |
| Quests |
The Artisan's Forge: Refactoring Jekyll Theme C...
Learn to refactor inline Jekyll theme elements into modular, config-driven co... |
Learn to refactor inline Jekyll theme elements into modular, config-driven components — using a real-world nanobar an... | Apr 19, 2026 | Quests Frontend +1 | #0100 #jekyll #side_quest +5 | |
| Quests |
The Three Sigils: Plan, Reason, Act
Master the boundary between agent planning and agent execution. Configure Cop... |
Master the boundary between agent planning and agent execution. Configure Copilot agents to output structured plans, ... | May 17, 2026 | Quests Agentic-AI +1 | #0111 #agentic-ai #github-copilot +4 | |
| Quests |
Initiation Rites: Embedding Agents in the SDLC
Learn to integrate AI agents into the software development lifecycle — define... |
Learn to integrate AI agents into the software development lifecycle — define agent inputs, outputs, and success crit... | May 17, 2026 | Quests Agentic-AI +1 | #0111 #agentic-ai #github-copilot +5 | |
| Quests |
The MCP Conclave: Mastering Model Context Proto...
Configure and operate Model Context Protocol (MCP) servers for GitHub Copilot... |
Configure and operate Model Context Protocol (MCP) servers for GitHub Copilot agents — connect agents to external too... | May 17, 2026 | Quests Agentic-AI +1 | #1000 #agentic-ai #mcp +4 | |
| Quests |
The All-Seeing Eye: Observability & Control for...
Configure observability for GitHub Copilot coding agents — producing inspecta... |
Configure observability for GitHub Copilot coding agents — producing inspectable artifacts, configuring audit trails,... | May 17, 2026 | Quests Agentic-AI +1 | #1000 #agentic-ai #github-copilot +4 | |
| Quests |
Forging the Agent's Arsenal: Tool Selection & P...
Select and configure the right tools for GitHub Copilot agents — identify req... |
Select and configure the right tools for GitHub Copilot agents — identify required capabilities, configure tool acces... | May 17, 2026 | Quests Agentic-AI +1 | #1000 #agentic-ai #github-copilot +4 | |
| Quests |
Bind the Agent to the Realm: Dev Environment In...
Integrate GitHub Copilot agents with the development environment — configure ... |
Integrate GitHub Copilot agents with the development environment — configure Codespaces, repositories, AGENTS.md, and... | May 17, 2026 | Quests Agentic-AI +1 | #1001 #agentic-ai #github-codespaces +4 | |
| Quests |
Vaults of Recollection: Agent Memory Strategies
Implement memory for GitHub Copilot agents — design ephemeral, session, and p... |
Implement memory for GitHub Copilot agents — design ephemeral, session, and persistent memory using GitHub-native art... | May 17, 2026 | Quests Agentic-AI +1 | #1001 #agentic-ai #agent-memory +4 | |
| Quests |
The Shield of Retries: Safe Execution and Error...
Design agent workflows that survive tool failures, API errors, and unexpected... |
Design agent workflows that survive tool failures, API errors, and unexpected outputs — implement retry logic, timeou... | May 17, 2026 | Quests Agentic-AI +1 | #1001 #agentic-ai #error-handling +4 | |
| Quests |
The Necromancer's Inquest: Agent Failure Root C...
Use GitHub execution traces, Actions logs, artifact forensics, and structured... |
Use GitHub execution traces, Actions logs, artifact forensics, and structured RCA frameworks to diagnose why an agent... | May 17, 2026 | Quests Agentic-AI +1 | #1010 #agentic-ai #root-cause-analysis +4 | |
| Quests |
Crossing the Tool Planes: State Continuity Acro...
Maintain agent state and context continuity when tasks span multiple tools, s... |
Maintain agent state and context continuity when tasks span multiple tools, sessions, and GitHub surfaces — issues, P... | May 17, 2026 | Quests Agentic-AI +1 | #1010 #agentic-ai #state-continuity +4 | |
| Quests |
Anchoring the Drifting Agent: State Persistence...
Detect, measure, and prevent context drift in long-running GitHub Copilot age... |
Detect, measure, and prevent context drift in long-running GitHub Copilot agent sessions — implement state checkpoint... | May 17, 2026 | Quests Agentic-AI +1 | #1010 #agentic-ai #context-drift +4 | |
| Quests |
The Oracle's Rubric: Defining Agent Success Cri...
Define what 'done' looks like for agent-executed tasks — craft measurable acc... |
Define what 'done' looks like for agent-executed tasks — craft measurable acceptance criteria, configure GitHub signa... | May 17, 2026 | Quests Agentic-AI +1 | #1010 #agentic-ai #success-criteria +4 | |
| Quests |
Reforging the Agent's Mind: Behavior Tuning Thr...
Systematically improve GitHub Copilot agent performance by analysing failure ... |
Systematically improve GitHub Copilot agent performance by analysing failure patterns, iterating on copilot-instructi... | May 17, 2026 | Quests Agentic-AI +1 | #1011 #agentic-ai #behavior-tuning +4 | |
| Quests |
When Familiars Fall: Multi-Agent Failure Recovery
Design resilient multi-agent systems on GitHub — detect sub-agent failures, a... |
Design resilient multi-agent systems on GitHub — detect sub-agent failures, apply compensation strategies, re-delegat... | May 17, 2026 | Quests Agentic-AI +1 | #1011 #agentic-ai #multi-agent +4 | |
| Quests |
The Scribe's Codex: Observability in Multi-Agen...
Build observability into multi-agent GitHub workflows — correlate traces acro... |
Build observability into multi-agent GitHub workflows — correlate traces across agents, aggregate sub-agent outputs, ... | May 17, 2026 | Quests Agentic-AI +1 | #1011 #agentic-ai #multi-agent +4 | |
| Quests |
The Council of Many: Multi-Agent Orchestration ...
Design and implement multi-agent systems using GitHub — orchestrator agents, ... |
Design and implement multi-agent systems using GitHub — orchestrator agents, sub-agent fan-out, sequential chains, an... | May 17, 2026 | Quests Agentic-AI +1 | #1011 #agentic-ai #multi-agent +4 | |
| Quests |
The Autonomy Scales: Mapping Agent Autonomy Levels
Master the autonomy level spectrum for GitHub Copilot agents — from fully sup... |
Master the autonomy level spectrum for GitHub Copilot agents — from fully supervised to fully autonomous — and learn ... | May 17, 2026 | Quests Agentic-AI +1 | #1100 #agentic-ai #autonomy +4 | |
| Quests |
Trial of the Agentic Codex: The Grand Capstone
The ultimate challenge — a six-domain scenario that tests every GH-600 skill.... |
The ultimate challenge — a six-domain scenario that tests every GH-600 skill. Deploy a complete agentic AI system on ... | May 17, 2026 | Quests Agentic-AI +1 | #1100 #agentic-ai #capstone +6 | |
| Quests |
The Warden's Pact: Guardrails and Human-in-the-...
Design and implement responsible agentic AI guardrails using GitHub-native to... |
Design and implement responsible agentic AI guardrails using GitHub-native tools — boundary enforcement, human approv... | May 17, 2026 | Quests Agentic-AI +1 | #1100 #agentic-ai #guardrails +5 | |
| Quests |
The Agent Pantheon: Multi-Agent Lifecycle Manag...
Manage the full lifecycle of agents in a GitHub-native multi-agent system — p... |
Manage the full lifecycle of agents in a GitHub-native multi-agent system — provisioning, monitoring, scaling, decomm... | May 17, 2026 | Quests Agentic-AI +1 | #1100 #agentic-ai #multi-agent +4 | |
| Quests |
Bashcrawl Agent Mode: AI Automation and Contrib...
Explore Bashcrawl's Agent Mode for AI playtesting, screenshot capture, batch ... |
Explore Bashcrawl's Agent Mode for AI playtesting, screenshot capture, batch automation, and upstream contribution. T... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +4 | |
| Quests |
Bashcrawl Armoury: File Permissions and Script ...
Learn chmod, file permissions, and script execution in Bashcrawl's Armoury. B... |
Learn chmod, file permissions, and script execution in Bashcrawl's Armoury. Brew a health potion and wield a sword fo... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Cellar: File Types, Aliases, and Emer...
Master file types with ls -F, create alias shortcuts, and discover the emeral... |
Master file types with ls -F, create alias shortcuts, and discover the emerald amulet in Bashcrawl's Cellar. Completi... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Chamber: Bash Arithmetic and the Stat...
Defeat Bashcrawl's Statue Boss by solving arithmetic with let, expr, and $(( ... |
Defeat Bashcrawl's Statue Boss by solving arithmetic with let, expr, and $(( )). Mastering Bash math is the only weap... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Entrance: Your First Terminal Commands
Learn pwd, ls, cd, and cat by exploring the Bashcrawl entrance — read the fir... |
Learn pwd, ls, cd, and cat by exploring the Bashcrawl entrance — read the first scroll, get a hint from Merlin, and c... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +2 | |
| Quests |
Bashcrawl Hidden Chapel: Hidden Files and Man P...
Uncover the Hidden Chapel with ls -a, explore the courtyard, aviary, hall, an... |
Uncover the Hidden Chapel with ls -a, explore the courtyard, aviary, hall, and graveyard. Use man pages and --help to... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Rift: Pipes, Redirection, and the Fin...
Conquer Bashcrawl's final gauntlet — the Rift — by mastering pipes, &&, ||, a... |
Conquer Bashcrawl's final gauntlet — the Rift — by mastering pipes, &&, ||, and output redirection. Defeat the pit bo... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Scrap Heap: Symbolic Links and Portal...
Learn symbolic links in Bashcrawl's Scrap Heap using ln -s, readlink, and ls ... |
Learn symbolic links in Bashcrawl's Scrap Heap using ln -s, readlink, and ls -l. Create portal symlinks that warp you... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Vault: Environment Variables and the ...
Master environment variables in Bashcrawl's Vault using export, echo $VAR, an... |
Master environment variables in Bashcrawl's Vault using export, echo $VAR, and env. Solve the goblet puzzle in the st... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +3 | |
| Quests |
Bashcrawl Workshop: File Management Fundamentals
Practice file management in the Workshop: mkdir, touch, rm, cp, mv, and I/O r... |
Practice file management in the Workshop: mkdir, touch, rm, cp, mv, and I/O redirection. Build rooms, write scrolls, ... | May 23, 2026 | Quests Terminal +1 | #bashcrawl #terminal #bash +2 | |
| Quickstart |
Jekyll & zer0-mistakes Theme Installation
Install Jekyll with the zer0-mistakes theme — via Gemfile or Docker — then ve... |
Install Jekyll with the zer0-mistakes theme — via Gemfile or Docker — then verify your site builds and serves correctly. | Apr 02, 2026 | quickstart | #jekyll #ruby #theme +1 | |
| Quickstart |
Quick Start: Build a Jekyll Site from Scratch
End-to-end guide to setting up a development environment, implementing the ze... |
End-to-end guide to setting up a development environment, implementing the zer0-mistakes theme, and building a Jekyll... | Apr 25, 2026 | quickstart | #quickstart #jekyll #getting-started +2 | |
| Quickstart |
Complete Machine Setup Guide: Jekyll Developmen...
Step-by-step guide to setting up Jekyll development environment across Window... |
Step-by-step guide to setting up Jekyll development environment across Windows, macOS, and Linux with automation scri... | Apr 02, 2026 | Development Guides +3 | #development #Jekyll #machine-setup +4 | |
| Quickstart |
Repository & GitHub Configuration Setup
Create your Git repository, configure GitHub CLI, and set up the IT-Journey p... |
Create your Git repository, configure GitHub CLI, and set up the IT-Journey project structure for local Jekyll develo... | Apr 02, 2026 | quickstart | #git #github #repository +1 | |
| Quickstart |
Setting Up Charm & Building a Terminal Interface
Quickstart guide for installing Charm tools (Gum, Glow) and building a custom... |
Quickstart guide for installing Charm tools (Gum, Glow) and building a custom terminal dashboard for the IT-Journey r... | Apr 02, 2026 | quickstart | #charm #gum #glow +3 | |
| Quickstart |
CI/CD & Automation with GitHub Actions
Set up GitHub Actions workflows for automated building, testing, link checkin... |
Set up GitHub Actions workflows for automated building, testing, link checking, frontmatter validation, and deploymen... | Apr 25, 2026 | quickstart | #cicd #github-actions #automation +1 | |
| Quickstart |
Content Creation & Frontmatter Standards
Create blog posts, quests, documentation, and other content types with proper... |
Create blog posts, quests, documentation, and other content types with proper frontmatter, naming conventions, and fi... | Apr 02, 2026 | quickstart | #content #frontmatter #posts +2 | |
| Quickstart |
Deployment to GitHub Pages and Azure
Deploy your Jekyll site to GitHub Pages, Azure Static Web Apps, or any static... |
Deploy your Jekyll site to GitHub Pages, Azure Static Web Apps, or any static hosting provider — with custom domain c... | Apr 02, 2026 | quickstart | #deployment #github-pages #azure +1 | |
| Quickstart |
Local Development with Docker and Ruby
Run your Jekyll site locally with Docker, native Ruby, or VS Code tasks — wit... |
Run your Jekyll site locally with Docker, native Ruby, or VS Code tasks — with live reload, development config overri... | Apr 02, 2026 | quickstart | #docker #development #local +1 | |
| Quickstart |
Site Optimization & Ongoing Maintenance
Optimize your Jekyll site for SEO, performance, and accessibility — then main... |
Optimize your Jekyll site for SEO, performance, and accessibility — then maintain it with dependency updates, content... | Apr 02, 2026 | quickstart | #seo #performance #accessibility +1 | |
| Quickstart |
Configuring Your Site with _config.yml
Complete walkthrough of _config.yml — site identity, theme skins, collections... |
Complete walkthrough of _config.yml — site identity, theme skins, collections, default frontmatter, plugins, comments... | Apr 02, 2026 | quickstart | #configuration #yaml #jekyll +1 | |
| Quickstart |
Styling, Navigation & Comment Systems
Customize your site's look with theme skins, colors, and CSS — then configure... |
Customize your site's look with theme skins, colors, and CSS — then configure navigation menus, sidebars, search, and... | Apr 02, 2026 | quickstart | #styling #navigation #css +2 | |
| Quickstart |
Theme Architecture & Liquid Templating
Understand how the zer0-mistakes theme builds pages — layouts, includes, Liqu... |
Understand how the zer0-mistakes theme builds pages — layouts, includes, Liquid templating, data files, and the Jekyl... | Apr 02, 2026 | quickstart | #jekyll #liquid #layouts +2 | |
| Quickstart |
VS Code & CMS Setup
Set up Visual Studio Code with recommended extensions, Front Matter CMS, pre-... |
Set up Visual Studio Code with recommended extensions, Front Matter CMS, pre-configured tasks, and debug configuratio... | Apr 02, 2026 | quickstart | #vscode #front-matter-cms #extensions +1 | |
| Quickstart |
Quickstart Collection Index
Index of all quickstart guides for building and deploying a Jekyll site with ... |
Index of all quickstart guides for building and deploying a Jekyll site with the zer0-mistakes theme — from machine s... | Apr 02, 2026 | quickstart | #quickstart #index #readme +2 |