Mirror — primary at git.dannydannydanny.me
Find a file
2022-03-08 21:31:44 +01:00
projects/copr 📝 add project portfolio for CoPr 2021-07-20 14:10:09 +02:00
.bashrc_gitbash 🐛 fix wrong name on gitbash bashrc 2021-04-09 11:18:36 +02:00
.vimrc 🔥 remove the calendar 2022-02-05 22:20:04 +01:00
.vimrc_gitbash add .vimrc_gitbash 2021-04-09 11:53:38 +02:00
_config.yml 💄 add github pages markdown rendering 2020-12-16 10:21:50 +01:00
Brewfile ♻️ update vim, profanity, pgadmin, macsvg 2022-01-29 14:23:26 +01:00
data_storage.md 👽 🎉 📝 add data storage page 2022-02-02 13:56:36 +01: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
growth.md add growth page 2021-12-09 10:20:04 +01:00
LICENSE Initial commit 2020-12-10 10:52:44 +01:00
methodology-development.md 🚚 move out unix-as-ide 2022-03-08 21:31:44 +01:00
project_planning.md 📝 add stuck state to jira info 2022-02-22 16:07:51 +01:00
python_snippets.md ♻️ rename and update python snippets 2022-02-01 12:10:09 +01:00
README.md 📝 add design process 2022-03-04 12:10:42 +01:00
setup-dev-machine.md 📝 🔥 🎨 clean up dev machine area 2022-03-08 21:26:14 +01:00
tools.md Update tools.md 2022-03-08 21:21:07 +01:00
vim.md 📝 add vimdiff guide 2022-01-27 15:30:29 +01: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

  • 2021Q3: Decide on sections
  • 2021Q4: Split files (Development, Delivery)
  • 2022Q1: Delivery Methodology + git commit template
  • 2022Q2: Move dotfiles to own repo
  • 2022Q3: Consultancy 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
💄 :lipstick: improve UI / UX, CLI or visualizations
🧠 :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? Get inspiration. Submit an issue (or Pull Request).