Biking Endorphines - User Model and TDD.

Recently I've created User model that wasn't tdd-friendly. All about the time - ironic isn't it? To save time of figuring out how to make proper tdd-approach to django-models, I've created model without them. What a shame! Today I'm going to fix that :) Also the bmi-specific name will be done :) Check it out :)

more ...



Biking Endorphines - How to secure our REST-API?

Security - why should I care?

Let's say that you will want to make your REST-API available for others to use it. Let's face it - you will need to restrict use of API based on users. If you don't do that, you may face the reality of having issues with your …

more ...