
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
1K+ Views
Spark DataFrame Spark DataFrame is a distributed data collection established into named columns. it's a key statistics structure in Apache Spark, a quick and distributed computing device optimised for huge data processing. In a distributed computing context, Spark DataFrames provide a better-stage API for operating with established and semi-structured information. ... Read More

Jaisshree
926 Views
A class is a blueprint or template that defines objects' attributes (data) and behaviours (methods). It's by far a fundamental concept of object-orientated programming (OOP) that allows you to create items based totally on the class definition. Shallow copy Shallow copy creates a new object that stores the ... Read More

Jaisshree
621 Views
The size of the NumPy arrays can be changed with the help of two functions in python namely reshape and resize. There's only one thing that differentiates them, the original array remains unchanged while using resize() while reshape() returns only the changed array and the original array remains intact. ... Read More

Jaisshree
206 Views
A queue is a data structure which follows a FIFO (First In First Out) delivery method that is, the order of a set of messages is strictly preserved. It processes all messages exactly once, hence, there's no duplication of messages. The advantage of a FIFO system over a standard ... Read More

Jaisshree
3K+ Views
JSON (JavaScript Object Notation) has become popular and offers a lightweight and clean−to−read layout for replacing information between a server and a web application. With the assistance of jQuery, an effective JavaScript library, you could easily fetch statistics from a JSON document and display it on an HTML desk. To ... Read More

Jaisshree
548 Views
Animated websites give users an enjoyable experience. An animated element, such as a link or button, may change colour, expand or shrink, rotate, or any combination of those actions when a website visitor hovers over it. This serves as visual confirmation that their interactions are effective in addition to being ... Read More

Jaisshree
1K+ Views
Bootstrap is a popular open−source framework for building responsive and mobile−first websites. By offering a selection of pre−made design elements and layout components, this framework makes it simple for developers to produce standardised and expert−looking web pages. Forms, buttons, navigation, and typography are a few of these. To achieve ... Read More

Jaisshree
4K+ Views
The process of creating web pages involves incorporating various special characters into HTML structures that have distinctive meanings. Nevertheless, some instances require designers to display symbols with speciality without browsers interpreting them as such; this is where escape characters come in handy. By using these codes correctly in an HTML ... Read More

Jaisshree
371 Views
HTML is a fundamental language utilized in web development for creating web pages. The readability of HTML is of great importance, not only for developers but also for users who aim to navigate and understand a web page easily. Proper Indentation How code is structured and presented is known as ... Read More

Jaisshree
496 Views
Jquery is a fast and simple Javascript library which is used to make client−side HTML. It simplifies some of the Javascript functions like, DOM Manipulation, traversal, Event Handling and AJAX calls. This also has Cross−Browser compatibility. What is Autocomplete? Autocomplete is a very essential feature of User Experience, ... Read More