Explore >> Select a destination


You are here

brntn.me
| | mherman.org
6.6 parsecs away

Travel
| | Know a little Ruby? Ready to start web development? Before jumping to Rails, get your hands dirty with Sinatra. It's the perfect learning tool. My recommendation: Start with a basic dynamic website, backed with SQLite. Create and manage your database tables with raw SQL. Practice deploying on Heroku. Practice.
| | www.valentinog.com
8.4 parsecs away

Travel
| | How to create a Django REST API? How to structure a Django project with React? Here's a practical introduction to Django REST with React. (Django 3)
| | www.rasulkireev.com
8.7 parsecs away

Travel
| | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.
| | j11g.com
15.9 parsecs away

Travel
| Setup a Django MySQL CRUD program in 10 minutes with virtualenv, pip and Python.