
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Samual Sam has Published 2310 Articles

Samual Sam
213 Views
As everyone is aware, intellectual property is not a physical asset, hence most of the time, it is overlooked. Safeguarding a company’s intellectual property is crucial, both to develop and maintain a successful business.Intellectual property is not just restricted to technology companies, it is valuable to all businesses, which indulge ... Read More

Samual Sam
569 Views
WhatsApp, or to say “WhatsApp: the wonderful messaging app”, remember there was a time people were going crazy for BBM, and then we had this WhatsApp which made BBM look so boring and limited text messages. Although there were many other messaging apps like WeChat or Line, but WhatsApp never ... Read More

Samual Sam
15K+ Views
Instant communication with near and dear has come a long way indeed. The world is currently trending towards short messaging apps like WhatsApp which has become the most popular instant messaging service for smartphone users worldwide, thanks to its remarkable ease of use!History of Stealth SettingsThe age old MSN messenger, ... Read More

Samual Sam
708 Views
The HTML5 tag is used to draw graphics, animations, etc. using scripting. It is a new tag introduced in HTML5. Use the lineTo() method to draw lines using HTML5 canvas.You can try to run the following code to learn how to draw lines using HTML5 Canvas Example ... Read More

Samual Sam
15K+ Views
Java supports two types of right shift operators. The >> operator is a signed right shift operator and >>> is an unsigned right shift operator. The left operands value is moved right by the number of bits specified by the right operand.Signed right shift operatorThe signed right shift operator '>>' ... Read More

Samual Sam
3K+ Views
In this article we will see how to make a server and client chat room system using Socket Programming with Python.The sockets are the endpoints of any communication channel. These are used to connect the server and client. Sockets are Bi-Directional. In this area, we will setup sockets for each ... Read More

Samual Sam
739 Views
Do you see your devices connected to your Wifi-network, but presently are you are facing problem recollecting your Wifi password, which you have previously used and connected all your devices with your Wifi network.The reason as to why you may have forgotten your Wifi password is, you would have clicked ... Read More

Samual Sam
869 Views
Your smartphone is your personal device which stores many of your personal files and data. There may be several reasons you would want to hide your data which includes private photos, videos and messages. If you want to hide a file from prying eyes on your smartphone, then it’s incredibly ... Read More

Samual Sam
189 Views
We live in an era in which we can do a lot more than just calling with our phones, hence the name ‘smartphones’. Calling, messaging, clock, calculator, these were just the mere facilities of the older generation. Now these gadgets can do so much more! Loads of apps, games, e-books, ... Read More

Samual Sam
481 Views
In this article, we will learn how to install and configure to secure the SSH connection using Fail2ban on CentOS 7, as we all get connected to the servers using the SSH which is secured and SSH will get exposed to the internet to work properly, there may be a ... Read More