Skip to content

Instantly share code, notes, and snippets.

@leogodin217
leogodin217 / gist:5fb398cf51c2081eae33682f01ebcaea
Created June 7, 2025 12:49
Claude.md for a specific project
# LearnDoLearn Project Guide
## Project Overview
LearnDoLearn is a platform for creating and following structured learning journeys with a focus on hands-on learning and practical application. The platform uses a trail map/adventure theme to make learning feel like an epic quest while maintaining professional aesthetics.
### Target Users
- Job seekers wanting to acquire technical data skills
- Professionals looking to upskill in technical areas
- People trying to enter the tech industry
test_case run_at_date expected_date
run_at_day 2023-12-05 2023-12-05
run_at_week_start 2023-12-17 2023-12-17
run_at_week_middle 2023-12-21 2023-12-17
run_at_week_end 2023-12-23 2023-12-17
run_at_month_start 2023-12-01 2023-12-01
run_at_month_middle 2023-12-15 2023-12-01
run_at_month_end 2023-12-31 2023-12-01
@leogodin217
leogodin217 / gist:2b62c2679ebb18ce879012b9f6bad514
Created March 26, 2019 11:37
My cVim settings for Chrome
let blacklists = ["https://theoldreader.com/*"]
let hintcharacters = "asdfgpwertzxcvb"
set nativelinkorder
site 'http*://theoldreader.com/*' {
unmap o
}