software-engineering-lessons

Teach budding software engineer about concepts in programming, computer science with engineering practices to excel and move forward in there career.

MIT License

Stars
0
Committers
2

Engineering Lessons

  • Mono repo to help software engineer grow in there career in length and breath

  • agile

    • tdd
  • code

    • fun-with-golang
    • fun-with-kotlin
    • fun-with-typescript
  • design

  • devops

    • linux
  • dsa-kotlin

    • easy
    • medium
    • hard
  • hooks

    • git hooks are utility to execute before we commit any change
  • scripts - all the script used in the mono repo

    • install-hooks.sh
    • run-branch-name-check.sh
    • run-tests.sh

Install pre-commit hook to run all the test case before any commit

sh scripts/install-hooks.sh

Branch name should start with

  • HEAD|feature|hotfix|conflict|bumpversion|revert|bug|fix|release|doc
  • ex: feature-go