OUR SPONSOR

MassiveGRID Banner

Recent Posts

Inserting Data Into Tables – MySQL Series Part 4

Inserting Data Into Tables – MySQL Series Part 4

BySohailFeb 17, 20192 min read

Data insertion is very important in understanding MySQL databases. If the right data is not inserted in the right columns, we may get a lot of errors. Let us quickly create a small employee table by running the following command. create table employee(name varchar(20), city varchar(10), salary int); Once we are done with creating the table we can start inserting some data into it. Follow the complete MySQL Series here.…

libreoffice tab layout

New Tabbed Layout Coming On LibreOffice v6.2

BySohailFeb 13, 20191 min read

LibreOffice, the most popular open-source office suite program is set to feature a new look and feel in the coming v6.2 release, called the tabbed layout. As of now, the…

contribute to linux community

Ways To Contribute Back To Linux Community

BySohailFeb 13, 20195 min read

So you’ve been a part of the huge collaborative Linux community and have learned or benefited a lot from them. And now you hear about contributing back some love to…

3 Most Popular NoSQL Databases To Start In Cloud

3 Most Popular NoSQL Databases To Start In Cloud

BySohailJan 29, 20191 min read

​The path of the Cloud generally starts in migrations to infrastructure platforms as a Service (IaaS); where we make a virtual mirror of our physical structure on which we deploy our…