Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python
Python Tutorial
Python Programs
Python Quiz
Python Projects
Python Interview Questions
Python Data Structures
Java
Java Tutorial
Java Collections
Java 8 Tutorial
Java Programs
Java Quiz
Java Projects
Java Interview Questions
Advanced Java
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
Interview Corner
System Design Tutorial
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps and Linux
DevOps Tutorial
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux Tutorial
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
DSA Tutorial
Practice
Practice Coding Problems
Problem of the Day
GfG SDE Sheet
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django Tutorial
Flask Tutorial
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
Sign In
▲
Similar Topics
Web Technologies
40.9k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Node.js
3.5k+ articles
Linux-Unix
2.7k+ articles
How To
1.9k+ articles
AngularJS
1.8k+ articles
Bootstrap
1.1k+ articles
Angular-PrimeNG
810+ articles
Bootstrap-5
460+ articles
Technical Scripter 2022
4k+ posts
Popular Articles
Recent Articles
Python Match Case Statement
Last Updated: 18 December 2024
Introduced in Python 3.10, the match case statement offers a powerful mechanism for pattern matching in Python. It allows us to perform more
...read more
Technical Scripter
Python
Technical Scripter 2022
Spring Boot - Transaction Management Using @Transactional Annotation
Last Updated: 12 March 2025
The @Transactional annotation is the metadata used for managing transactions in the Spring Boot application. To configure Spring Transaction
...read more
Technical Scripter
Java-Spring-Boot
Technical Scripter 2022
Advance Java
How to Run a Flask Application
Last Updated: 19 March 2025
After successfully creating a Flask app, we can run it on the development server using the Flask CLI or by running the Python script. Simply
...read more
Technical Scripter
Python
Picked
python
Technical Scripter 2022
Similar Topics
Web Technologies
40.9k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Node.js
3.5k+ articles
Linux-Unix
2.7k+ articles
How To
1.9k+ articles
AngularJS
1.8k+ articles
Bootstrap
1.1k+ articles
Angular-PrimeNG
810+ articles
Bootstrap-5
460+ articles
AVL Tree Data Structure
Last Updated: 24 February 2025
An AVL tree defined as a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees for any nod
...read more
Tree
Technical Scripter
AVL-Tree
Picked
Technical Scripter 2022
DSA
How to Find all Files Containing Specific Text (string) on Linux
Last Updated: 31 July 2023
Suppose you are looking for a file in Linux, but you have forgotten its name. You only remember the contents of the file. How will you find
...read more
Technical Scripter
Linux-Unix
Picked
How To
Technical Scripter 2022
Function Pointer in C++
Last Updated: 27 January 2023
Prerequisites:Pointers in C++Function in C++Pointers are symbolic representations of addresses. They enable programs to simulate call-by-ref
...read more
Technical Scripter
cpp-pointer
C++
Picked
Technical Scripter 2022
Balanced Binary Tree
Last Updated: 14 August 2024
A binary tree is balanced if the height of the tree is O(Log n) where n is the number of nodes. For Example, the AVL tree maintains O(Log n)
...read more
Tree
Technical Scripter
Picked
Technical Scripter 2022
DSA
Parse Nested User-Defined Functions using Spring Expression Language (SpEL)
Last Updated: 25 January 2025
In dynamic programming, evaluating complex expressions that uses nested user-defined functions can be very challenging. In Java, we can use
...read more
Technical Scripter
Java-Spring
Technical Scripter 2022
Advance Java
Spring Boot - Start/Stop a Kafka Listener Dynamically
Last Updated: 23 January 2025
In a Spring Boot application, Kafka Listeners start automatically once the application launches and they listen for messages from Kafka topi
...read more
Technical Scripter
Java-Spring-Boot
Apache Kafka Java
Technical Scripter 2022
Advance Java
Static Member Function in C++
Last Updated: 20 December 2022
The static keyword is used with a variable to make the memory of the variable static once a static variable is declared its memory can't be
...read more
Technical Scripter
C++
C++-Static Keyword
Picked
Technical Scripter 2022
Create a Responsive Admin Dashboard using HTML CSS and JavaScript
Last Updated: 22 July 2024
In this article, we will see how to create the Responsive Admin Dashboard using HTML, CSS JavaScript, along with understanding its implemen
...read more
Technical Scripter
Web Technologies
JavaScript
Picked
Technical Scripter 2022
JavaScript-Projects
RJ45 Color Code
Last Updated: 30 November 2022
Pre-requisites: RJ Full FormRJ45 is a well-known ethernet connectivity connector that allows users to connect through wired internet. there
...read more
Technical Scripter
Computer Networks
Technical Scripter 2022
Introduction to Monotonic Stack - Data Structure and Algorithm Tutorials
Last Updated: 27 February 2025
A monotonic stack is a special data structure used in algorithmic problem-solving. Monotonic Stack maintaining elements in either increasing
...read more
Stack
Technical Scripter
Technical Scripter 2022
DSA
Tutorials
History of Operating System
Last Updated: 28 December 2024
An operating system is a type of software that acts as an interface between the user and the hardware. It is responsible for handling variou
...read more
Technical Scripter
Computer Subject
Operating Systems
School Programming
Picked
Technical Scripter 2022
Batch Processing Operating System
Last Updated: 09 July 2024
In the beginning, computers were very large types of machinery that ran from a console table. In all-purpose, card readers or tape drivers
...read more
Technical Scripter
Computer Subject
Operating Systems
Picked
Technical Scripter 2022
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !