Sharon Christine has Published 419 Articles

Removing an element from an Array in Javascript

Sharon Christine

Sharon Christine

Updated on 18-Nov-2024 15:29:37

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

How to set text alignment in HTML?

Sharon Christine

Sharon Christine

Updated on 22-Aug-2024 12:52:36

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

How To Install Apache Maven on Ubuntu

Sharon Christine

Sharon Christine

Updated on 01-Mar-2024 13:56:26

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

Hamiltonian Cycle

Sharon Christine

Sharon Christine

Updated on 07-Nov-2023 20:21:18

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

How to Configure Nginx as Reverse Proxy for WebSocket

Sharon Christine

Sharon Christine

Updated on 02-Nov-2023 00:49:03

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

Fix ERROR 1064 (42000) while creating a database in MySQL?

Sharon Christine

Sharon Christine

Updated on 31-Oct-2023 21:06:09

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

How can we capitalize only first letter of a string with the help of MySQL function/s?

Sharon Christine

Sharon Christine

Updated on 14-Sep-2023 21:21:45

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

2017 Hot Job Profiles in Information Technology

Sharon Christine

Sharon Christine

Updated on 13-May-2022 13:47:53

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

Cracking the Interview Process

Sharon Christine

Sharon Christine

Updated on 13-May-2022 10:27:44

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

Expanding Your Business Enterprise Internationally

Sharon Christine

Sharon Christine

Updated on 13-May-2022 08:53:38

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

1 2 3 4 5 ... 42 Next
Advertisements