How to create an executable by linking multiple object files / c source ?
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
Have you ever seen a crash or error logs like below, when accessing location data in Android. … Read more
Recently we needed to make sure, the visitor to our website is shown a message asking “Login” … Read more
I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more
This post lists the different Audio and Video samples as found in internet with different codec’s required … Read more
By default when you login to admin dashboard, http://127.0.0.1:8000/admin/ you will only see “Authentication and Authorisation ” … Read more
This post is in continuation with our previous post “Developing first REST API using Django Rest Framework … Read more
The post briefs above how you can convert byte Array to Hex values and print those on … Read more
This post describes how you can create a user who can login to the django admin site. … Read more
This post is in continuation of “Developing first REST API using Django Rest Framework ( DRF )” … Read more
This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more