Solutions Touch

Insights & Tutorials

Our Blog

Technical articles, tutorials, and updates from the Solutions Touch team.

Python QR Code generator

Jun 9, 2020

Python QR Code generator

By Uttkarsh Kabde

Here we are going to learn how qr code generates,types of qrcode, how qr code is created and how to use qr code. We are going to learn all this things while ...

Read More →
SQL Tutorial ROLLUP and CUBE

May 9, 2020

SQL Tutorial ROLLUP and CUBE

By Rahul Swami

rollup( ), cube( ) clause are used to calculate subtotal, grand total. it will generate subtotals for all combinations of the dimensions specified.

Read More →
SQL   Having Clause

May 6, 2020

SQL Having Clause

By Rahul Swami

The HAVING clause used because we are not allowed to use WHERE clause after GROUP BY clause. If we want to restrict something in a table then we are using HA...

Read More →
Django Model

Apr 21, 2020

Django Model

By Uttkarsh Kabde

Here In this we are going to create two different models and also with the help of few examples we are going to adding data into the Database by using Datab...

Read More →
Django Database

Apr 17, 2020

Django Database

By Uttkarsh Kabde

Here we have successfully installed and configured database in django and also inserted data into database using python.

Read More →
SQL GROUP BY clause

Apr 11, 2020

SQL GROUP BY clause

By Rahul Swami

Group by clause is used to arrange similar data items into set of logical groups. If a column having same values in multiple rows then it will arrange those ...

Read More →
Django Installation

Apr 5, 2020

Django Installation

By Uttkarsh Kabde

Here we are going to learn another python web development framework i.e. Django. Django is more popular than Flask in many ways.Today we are going to learn i...

Read More →
Python File Organizer

Mar 29, 2020

Python File Organizer

By Uttkarsh Kabde

Here we are going to build a simple file organizer which will help us to sort multiple files into their basic file type. It will sort our messy folders into ...

Read More →
Starting OOP with CPP

Mar 14, 2020

Starting OOP with CPP

By Akshay Bondar

C++ Programming,Source code is written by the user forwarded to the compiler after that compiler does the processing on source code and generates Object Code.

Read More →
Introduction to CPP

Mar 14, 2020

Introduction to CPP

By Akshay Bondar

C++ is a general purpose programming language. Developed by " Bjarne Stroustrup " first appeared in 1985 as an extension of the C programming language. It is...

Read More →
Plot histogram in python

Feb 7, 2020

Plot histogram in python

By Rupesh Sonkamble

Histogram plotting using matplotlib is one piece of cake. All you need to do is use matplotlib's plt.hist() function and pass in the data together with the ...

Read More →
Ultrasonic Security System

Aug 19, 2019

Ultrasonic Security System

By Rupesh Sonkamble

This project is a simple Iot application for home security and simple security systems. In which ultrasonic sensor is used to detect the objects in the path....

Read More →
Jquery Form Validation Plugins

Aug 19, 2019

Jquery Form Validation Plugins

By shrikrushna kalbande

jQuery plugin that can be used for forms validation.When form validation work without having to reload the page.This Jquery plugins make simple User side for...

Read More →
Snake Game In C

Aug 19, 2019

Snake Game In C

By shrikrushna kalbande

This is a simple Snake Game in C language. In this Mini Project Snake Game is simple console application with graphics . In this project ,you can play the ...

Read More →
PHP Crud Operation

Aug 19, 2019

PHP Crud Operation

By shrikrushna kalbande

In every programming we need create, read, update, and delete are the four basic functions for database storage.

Read More →