Skip to content

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

License

Notifications You must be signed in to change notification settings

nitiwari-dev/software-engineering-lessons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test | Build | Deploy

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published