Didn't get the job, code review please

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cars-api

  • pre-commit

    A framework for managing and maintaining multi-language pre-commit hooks.

  • Code linting/formatters + good practices: flake8, black , isort,... BONUS do this on pre-commit BONUS BONUS set black to run when you save a file 🤩

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

  • Finally the code review part: there's a lot to improve, there always is and that's fine. If you would take only one advice take this one: read this book Two Scoops of Django, it's not for beginners (you are not a beginner, you are ready for it ) and it explains how and why you should structure your django apps/projects, good practices, design patterns, etc all the good stuff. It will turn you into a pro. Or even better skip the book and use this cookiecutter which implements every concept for jumpstarting your projects: https://github.com/cookiecutter/cookiecutter-django (jk you should really understand why certain decisions were made that way which the book explains)

  • black

    The uncompromising Python code formatter

  • Code linting/formatters + good practices: flake8, black , isort,... BONUS do this on pre-commit BONUS BONUS set black to run when you save a file 🤩

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts