
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
Jaisshree has Published 120 Articles

Jaisshree
739 Views
Like in many other sectors, predictive analysis is quite helpful in the finance and insurance sector as well. Using this machine learning technique, we can find out useful information about any insurance policy and therefore save huge sums of money. Here, we will be using this approach of predictive analysis ... Read More

Jaisshree
281 Views
Machine learning is a subset of artificial intelligence (AI) that enables machines to learn from data without being explicitly programmed. From predicting customer behavior to recognizing images and speech, it is a rapidly growing field. Adding machine learning to your toolkit can help you excel in many sectors such ... Read More

Jaisshree
670 Views
The form attribute of the HTML tag allows us to create buttons of this type that are applicable to multiple forms. The button's id can be specified using this attribute, which is helpful for initiating form submission or carrying out other form-related operations. Using a single button that is ... Read More

Jaisshree
1K+ Views
A browser window is the graphical user interface (GUI) element of a web browser that displays web pages and web applications. It usually consists of a title bar, menu bar, address bar, navigation buttons, and content area. Algorithm Make a container div with rounded corners, a border, and concealed ... Read More

Jaisshree
940 Views
Breadcrumbs is a useful navigation tool that displays the user's current location within a website. They provide a clear path for users to easily navigate back to previously visited pages, and they also help search engines understand the structure of your website. Approach - 1 We will create horizontal breadcrumb ... Read More

Jaisshree
281 Views
Bottom-positioned icon selects is a user interface element that allows users to select options from a dropdown menu. It is a variation of a standard select element with added functionality provided by jQuery Mobile. The icons are added to each option of the select menu to provide a visual cue ... Read More

Jaisshree
4K+ Views
CSS is used to create beautiful and engaging border animations, which add movement and interest to a web page. To create border animation, we will first need to define a border for the element we want to animate, then we’ll use CSS transitions and animations to add movement to the ... Read More

Jaisshree
334 Views
JQuery Jquery is a fast and simple Javascript library which is used to make a client-side through HTML, It simplifies some of the Javascript functions like, DOM Manipulation, traversal, Event Handling and AJAX calls. This also has Cross-Browser compatibility. Jquery Mobile JQuery mobile is another framework which is designed ... Read More

Jaisshree
2K+ Views
Emotion identification or recognition is the ability of a person or an object to sense a particular emotion exhibited in the environment and place it into one of the many categories of emotions. Emotion Classification in python is a feasible alternative to the traditional sentiment analysis technique which labels words ... Read More

Jaisshree
423 Views
Email and social logins are common techniques for websites and apps to allow users to establish accounts or check in. Users must provide their email address and password for email login, however, social login allows users to sign in using their social networks accounts, such as Facebook or Google. In ... Read More