Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

Types of Operating System

An operating system is the basic mechanism behind the working of the computer systems and mobile devices and so, understanding the operating system becomes very important from a user’s perspective. The various types of Operating systems are as follows: Types of Operating System 1. Batch Operating System As, is very clear from the name itself, …

Types of Operating System Read More »

Android Deep Linking Example

In this tutorial you will learn about android deep linking with an example. In deep linking first we have to understand what does an URI means. Let us consider an example of URI, https://www.example.com/demo?userid=100&client=android Here, https is a scheme www.example.com is a host /demo is a path, directing the specific resource ?userid=100&client=android is a query …

Android Deep Linking Example Read More »

Django – Getting Data from PostgreSQL and Showing it to Template

In this Django tutorial, we’ll see how we can get the data stored in the database and display it to the template. Prerequisites Have a look on the previous article, in which we’ve seen how to create an app, model and create a super user to work with admin interface. http://thecrazyprogrammer.com/2019/01/django-models.html So let’s start. Getting …

Django – Getting Data from PostgreSQL and Showing it to Template Read More »