How to set / change the timezone in Django ?

If you have followed to create your first django project “Starting webserver using your first simple Django … Read more

Using conditional statements, if and if-else in Python

When you are writing python program, sometimes you need to make certain checks on variables and based … Read more

Solved : java.lang.OutOfMemoryError: Java heap space

When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more

Using Decision Making Statements, if and if-else in C program

When you are writing C program, sometimes you need to make certain checks on variables and based … Read more

Assembly program to Add two numbers

In this post, we will show a simple program which adds two numbers from two registers and … Read more

How to define different urlpatterns in view.py for Django

As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more

What is routers in Django REST Framework ?

As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more

Android Studio

How to develop first android Application/App in Android Studio ?

If you are the beginner for learning how to write Android application using Android Studio, you are … Read more