Explore >> Select a destination


You are here

brntn.me
| | mherman.org
2.0 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.
| | quakkels.com
2.0 parsecs away

Travel
| | Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now.
| | www.mattlayman.com
1.7 parsecs away

Travel
| | Django has a new authorization option with django-denied. This new package makes authorization checks required for all of your views in your Django app.
| | stribny.name
31.3 parsecs away

Travel
| How to combine request and response serializers into one for use in ModelViewSets.