Toolbox
A short list of tools I am using at the moment or have used in the past, and therefore highly recommended by me !
Backend
- Minimalist Web framework : Falcon
- Database ORM : SQLAlchemy
- Serializer / deserializer / validator : Marshmallow
- Formerly :
- "Batteries-included" framework Django
Frontend
- Framework VueJS
- "Store" handling : Vuex
- HTTP client : axios
- Routing : Vue Router
- Bootstrap integration : Bootstrap Vue
Blog
- Static website generation : Pelican
- Theme : Flex
- Add an image by article in the article's list : representative_image
- Lightweight comment server : Isso
IDE
- For Python : Pycharm Community Edition
- For JavaScript / VueJS : VisualStudio Code
- For markdown files : Atom
Utils
- Python shell : IPython
- HTTP command-line client : HTTPie
- Magical fake API server : JSON Server