How to upload JSON using curl http PUT request ?

For uploading JSON using curl http PUT request, we have written a simple script as below. You … Read more

Writing first Django Application

This post is in continuation with our previous post “Starting webserver using your first simple Django project” … Read more

Understanding Django application “models”

A model is the single, definitive source of information about your data. It contains the essential fields … Read more

Solved: Django makemigrations “No changes detected”

When we are adding new model or modifying previous one, we have to inform the project about … Read more

Top Cloud service providing platforms

aws

Amazon Web Services (AWS) AWS is a cloud computing platform. It is a subsidiary of Amazon. It … Read more

How to install phpmyadmin in Amazon EC2 Linux Instance ?

phpmyadmin

This post details, how you can install phpmyadmin which will help you with GUI to create mysql … Read more

How to compile TR-069 Java client Modus-TR-069 on Ubuntu Linux ?

Modus is a Java/OSGi implementation of a generic client for CWMP protocol, i.e. TR-069 standard from Broadband … Read more