How to create an easy Restful API for a simple model
How to create an easy Restful API for a simple modelIn this first blog I would like to show how you can create a simple project with a restful api for a single model. The tools will be django and...
View ArticleHow to create an easy Restful API for a simple model(Part II)
How to create an easy Restful API for a simple model(Part II)In the previous post (http://www.restapibuilder.com/blog/how-to-create-an-easy-restful-api-for-a-simple-model/) I explained a little bit how...
View ArticleHow to create an easy Restful API for a simple model in Django(Part III)
How to create an easy Restful API for a simple model in Django(Part III)Following with previous post we can go now to authentication and permissions.Everything is well documented in Django Rest...
View ArticleSwagger: How to create an easy Restful API for a simple model in Django(Part IV)
How to create an easy Restful API for a simple model in Django(Part IV)If you have been following the previous 3 posts you have now your API 'running'(not deployed yet in production) but you may need...
View ArticleHow to start a Django Rest Framework Project in github
How to start a Django Rest Framework Project in githubLet's assume that your project will be call citiesprj, and your project folder ~/projects, your first app will be called cities and your env will...
View ArticleHow to create an easy Restful API for a simple model in Django(Part V)
How to create an easy Restful API for a simple model in Django(Part V)How to deploy using Nginx, Gunicorn and SupervisordIn previous posts we created a model in Django, created a way to...
View ArticleDjango Migrations to the Rescue
Django Migrations to the RescueI have been programming professionally for 19 years now and it was always a pain to maintain the changes you do in your database prepared to be replicated in all the...
View ArticleDeploying your Django API in one Docker Container in AWS
Docker is a wonderful technology revolutionazing how to run microservices. You may have some experience with it or may not. I will show in this short post how to run a Docker container in Amazon Web...
View ArticleSex Comments. How to delete them from Mezzanine
Sex Comments: How to delete them from MezzanineHey, I was receiving a lot of comments in this blog(created in Mezzanine, Django) from people that wants to get higher page rank. Most of the comments...
View ArticleConcurrency competition: Python, NodeJS and Golang
Concurrency competition: Python, NodeJS and GolangI was watching last night a PyCon 2015 talk by David Beazley(Python Concurrency From the Ground Up:Live) and I watched carefully how the GIL affects...
View Article