Software Alternatives & Reviews

The Django Beginner Learning Plan I Wish I Had

Real Python Indie Hackers Firebase
  1. Real Python is a Python tutorials and training videos website that provides an interactive platform for users to learn Python.
    Pricing:
    • Open Source

    #Development #Education & Reference #Online Learning 50 social mentions

  2. Connect with fellow entrepreneurs, developers, and bootstrappers who are sharing the strategies and revenue numbers behind their companies.
    A forum, similar to indiehackers.com, where users can create an account and post links and have conversations. You’ll need a few requests in your backend and be able to handle the auth flow. You’ll also need to test your app! Make a few user accounts by yourself and test the flow before inviting your friends to have conversations with you on the app. Write a few tests, mostly integration tests. You’ll have to learn how to sanitize data input and make product decisions on how to render text in your forum. How will you handle links, swear words, limit character count, etc.

    #Startup Community #Startups #Social Networks 75 social mentions

  3. Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
    Django has an amazing library called django-allauth. Great security, strong opinions on convention, and has built-in features like social login, etc. I recommend using an auth provider like firebase to skip the learning on this if your job doesn’t require it because auth itself is fairly complex and you might sink weeks into learning something that you can abstract away using a service.

    #Developer Tools #App Development #Backend As A Service 246 social mentions

Discuss: The Django Beginner Learning Plan I Wish I Had

Log in or Post with