Last active
September 19, 2022 04:54
-
-
Save av1m/99a2fdbab0b53cda00fb187bdd0dcf37 to your computer and use it in GitHub Desktop.
General tricks and tips
- brianegan/flutter_architecture_samples: TodoMVC for Flutter
- Flutter - Reactive Programming - Streams - BLoC
- filiph/state_experiments
- boeledi/Streams-Block-Reactive-Programming-in-Flutter: Sample application to illustrate the notions of Streams, BLoC and Reactive Programming in Flutter
- A Production-Quality Flutter Starter App - Flutter Community - Medium
- Jenv : Manage your Java environment
- jmdoudoux
- openclassroom
- Jenkov
- GPG or SSH (sign commit)
- Worktree
- Github
- Pre commit
- Get started
- Documentation link
- Emoji
- Author
- (Contributing)
- License
- Code of conduct
- RunME
- Guide open source (archived project)
- Documentation (Wiki/Github Pages)
- Licence, see https://choosealicense.com/
- Project (Github Projects/Trello)
- All contributors, see https://github.com/all-contributors/all-contributors
- Code of conduct, see create from template
- Tools that allow to format the code
- Github actions
- Test
- Deploy
- Cron
- Manual
- Github Pages
- Github super linter
- Automate translation
- Create a directory in the root directory (it will be the package)
- Use
.venv
for the name of directory - Add import in
__init__.py
- Add a
__main__.py
if necessary
Use :
- Makefile
- Pydantic and MyPy
- Pre-commit
- Flake8
- Pylint
- Isort
- Bandit
- Black
- MyPy
- Unit testing
- ...
- Create setup.py
- Install zsh
- Install ohmyzsh
- Install powerlevel10k
- Install zsh-autosuggestions
- Install mcfly
- Install thefuck
On MacOS, use iTerm2. On Windows, use Windows Terminal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment