
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
Adeeba Khan has Published 32 Articles

Adeeba Khan
9K+ Views
SVG, or Scalable Vector Graphics, is a markup language built on XML which is employed to produce vector graphics. SVG pictures can be scaled to any size without losing quality because they are independent of resolution. They are the best option for designing visuals that must be viewed on many ... Read More

Adeeba Khan
515 Views
IntelliJ is simple and very convenient to use in building reliable as well as scalable systems with Spring Boot, and it has become tremendously famous among Java developers. It also offers a convention-over-configuration approach by obviating the demand for bulky boilerplate code and enabling designers to concentrate on business logic. ... Read More

Adeeba Khan
1K+ Views
Spring boot facilitate the simple way to create robust, scalable, as well as production-ready applications, by doing this they have revolutionized the development of Java applications. The "convention over configuration" philosophy, which is embraced by Spring Boot as a component of the larger Spring ecosystem, lessens the effort of manual setup and enables developers ... Read More

Adeeba Khan
283 Views
Programming's basic concept of pattern creation entails producing ordered sequences or patterns. Python as a powerful programming language, provides a great range of tools as well as modules that make it simple to manage patterns. The time() is one kind of module that gets tools for managing time-related tasks. The ... Read More

Adeeba Khan
693 Views
The Number Theoretic Transformation (NTT) is a key component in many computational applications in the field of number theory. It is essential in areas like encryption, signal processing, error-correcting codes, and more because it makes large-number multiplication and convolution processes efficient. The NTT is a fast method for computing polynomial ... Read More

Adeeba Khan
254 Views
In this article, the user will learn the percentage occurrence at the index in the list. Determining the percentage recurrence of a particular value at a given index in a list or array is a common task in data analysis or processing. This kind of computation can offer insightful information ... Read More

Adeeba Khan
4K+ Views
Peak Signal-to-Noise Ratio (PSNR) is a generally utilized statistic to compute the quality of digital signals, for images as well as video. It computes the difference between the original as well as distorted versions of the signal and gauges the amount of noise appended via compression, transmission, as well as ... Read More

Adeeba Khan
1K+ Views
Measuring the similarity of two lists in Python is a frequent operation performed in a variety of applications. Determining the degree of similarity across lists is essential for making wise judgments and gaining insightful knowledge, whether you are working with data analysis, text processing, recommendation systems, or even social network ... Read More

Adeeba Khan
419 Views
A powerful technique for extracting data from websites, web scraping enables automated data extraction and analysis. Python offers several tools to make web scraping chores easier thanks to its robust ecosystem of modules. The libraries urllib and re (regular expressions) are two that are commonly utilized for online scraping. A ... Read More

Adeeba Khan
295 Views
Python dictionaries constitute a flexible data structure that enables us to employ key-value pairs to store as well as manipulate data. Employing special keys, they offer a practical way to arrange and access information. Dictionaries in Python can be passed as keyword arguments to functions, which is an intriguing feature. ... Read More