
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
Sharon Christine has Published 419 Articles

Sharon Christine
277 Views
Removing an element from an array in Javascript can be achieved using various approaches. Removal of an element can be done from the begining, end or from any specific position. We will be understanding various approaches for removing element from an array in Javascript based on our need. In this ... Read More

Sharon Christine
236K+ Views
To align text in HTML, use the style attribute to define the CSS text-align property. Just keep in mind, that the usage of style attribute overrides any style set globally. It will override any style set in the HTML tag or external style sheet. HTML style attribute specifies ... Read More

Sharon Christine
252 Views
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. This article explains about how to install apache maven on Ubuntu.To install apache maven, it ... Read More

Sharon Christine
25K+ Views
In an undirected graph, the Hamiltonian path is a path, that visits each vertex exactly once, and the Hamiltonian cycle or circuit is a Hamiltonian path, that there is an edge from the last vertex to the first vertex. In this problem, we will try to determine whether a graph ... Read More

Sharon Christine
43K+ Views
The WebSocket is a protocol which provides a way of creating web applications that supports real-time bi-directional communication between both clients and servers. WebSocket makes it much easier to develop these types of applications. Most modern browsers support WebSocket including Firefox, Internet Explorer, Chrome, Safari, and Opera, and more and ... Read More

Sharon Christine
63K+ Views
The ERROR 1064 (42000) mainly occurs when the syntax isn’t set correctly i.e. error in applying the backtick symbol or while creating a database without them can also create an error, if you will use hyphen in the name, for example, Demo-Table will result in ERROR 1064 (42000).To remove the ... Read More

Sharon Christine
28K+ Views
Actually, there is no single function in MySQL to capitalize only first letter of the string. We need to use nesting of functions and for this case, we can use UPPER() and LOWER() with SUBSTRING() functions. To understand it, we are using data, given as below, from ‘emp_tbl’.mysql> Select * ... Read More

Sharon Christine
176 Views
With the fast transition in the trends of IT industry, there comes out the new and innovated designations to comply with. These new job profiles are emerging and capturing the market to help the industry sustain in the fast-paced technology market. Here we are going to discuss few prominent and ... Read More

Sharon Christine
187 Views
It’s amazing really. All the effort one puts in during a four-year Engineering course, finally depends on those 20 minutes one spends in an interview room. After all, that little time one spends before a panel decides, whether you will land that plum job or whether your classmate will. Hence, ... Read More

Sharon Christine
117 Views
Do you want to expand your business beyond your home country by creating a global market for your awesome products? Of course, who doesn’t want to grow? Reaching to a wider customer base can increase the chances of getting more sales which in turns generates more profit for you, isn’t ... Read More