Mirror — primary at git.dannydannydanny.me
Find a file
2022-09-20 13:58:18 +02:00
projects/copr 📝 add project portfolio for CoPr 2021-07-20 14:10:09 +02:00
scripts vimwiki: dth @ dth-MacBookAir 2022-08-30 12:59:48 +02:00
.editorconfig 📝 add .editorconfig 2022-05-17 12:32:57 +02:00
.gitignore vimwiki: dth @ dth-MacBookAir 2022-08-30 12:59:48 +02:00
_config.yml 💄 add github pages markdown rendering 2020-12-16 10:21:50 +01:00
data_storage.md dth @ dth-ThinkPad-Edge-E540 2022-06-09 23:03:47 +02:00
deliverables.md 💥 📝 add first version of deliverables 2022-01-19 11:47:19 +01:00
diagrams.drawio Update diagrams.drawio 2021-08-18 15:23:20 +02:00
documentation.md vimwiki: dth @ DK023900WSL 2022-09-14 09:48:50 +02:00
emojis.md vimwiki: dth @ dth-MacBookAir 2022-08-30 12:59:48 +02:00
index.md dth @ dth-ThinkPad-Edge-E540 2022-05-15 13:52:20 +02:00
index.wiki dth @ dth-ThinkPad-Edge-E540 2022-05-15 13:46:55 +02:00
LICENSE Initial commit 2020-12-10 10:52:44 +01:00
methodology-development.md dth @ dth-ThinkPad-Edge-E540 2022-06-10 16:17:19 +02:00
philosophy.md vimwiki: dth @ dth-MacBookAir 2022-08-27 12:58:31 +02:00
project_planning_contracting.md dth @ dths-MacBook-Pro.local 2022-05-25 18:06:24 +02:00
python_snippets.md ♻️ rename and update python snippets 2022-02-01 12:10:09 +01:00
README.md vimwiki: dth @ DK023900WSL 2022-09-20 13:58:18 +02:00
setup-dev-machine.md 📝 🎨 mutt sucks 2022-03-16 11:35:31 +01:00
tools.md vimwiki: dth @ DK023900WSL 2022-09-20 13:58:15 +02:00

## DannyDannyDanny/Methodology

This guide focuses on designing, developing and delivering Data-Processing Sytems, written primarily in python, deploying to Linux servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; bookmark 🔖 it, leave a Star or Watch 👁️ the repo.

Repo Roadmap

  • 2022Q3: Consultancy & Delivery Methodology
    • Planning
    • Contract clauses
    • Project phases
    • Deliverables
    • taiga.ai learning lessons
  • 2023Q1: Data Management Methodology

Gitmoji reference

Use the format :gitmoji: <commit message> in your commit messages. Only proper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. Use several gitmojis if it makes sense.

emoji code description
:sparkles: add new feature / function
🎨 :art: refactor code / add type hinting / improve readibility / structure and lint flake8
🥅 :goal_net: try/raise/handle errors or warnings
:zap: improve performance / coverage / profiling
🐛 :bug: bug fixing
🚚 :truck: moving / renaming
♻️ :recycle: work related to CI/CD, pre-commit hooks, automated tests and environments
💥 :boom: work in progress / breaking changes
📝 :memo: doc / logging / verbosity / code comments
🔥 :fire: remove (dead) code / file
👽 :alien: changes related to APIs, Databases, Network etc.
🎉 :tada: clean / transform / validate data
👀 :eyes: improve UI / UX, CLI or visualizations (previously 💄)
🧠 :brain: statistical modelling, training and prediction
📌 :pushpin: dependency and environment versioning
🐳 :whale: virtualization, containerization and architecture changes
🙈 :see_no_evil: changes to .*ignore or local files
🔍 :mag: PR-review change-requests

Missing a gitmoji? Take a look at word emojis with short shortcodes made by this script this script Submit an issue (or Pull Request).