Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.4K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Mathematics
5.6K+ articles
Elite-Batch-2022
34 posts
Recent Articles
Popular Articles
ACID Model vs BASE Model For Database
Last Updated: 23 July 2025
The difference between ACID and BASE database models is the way they deal with this limitation.The ACID model provides a consistent system.The BASE model provides high ava...
read more
Computer Subject
DBMS
Difference Between
Picked
Elite-Batch-2022
What is Stateful Inspection?
Last Updated: 23 July 2025
The stateful inspection is also referred to as dynamic packet filtering. It is the type of firewall technology that monitors the state of active connections and uses the i...
read more
Computer Subject
Computer Networks
Picked
Elite-Batch-2022
Access Types in DBMS
Last Updated: 17 February 2022
Access is a database management system that is a part of the Microsoft 365 suite and a database in Access is comprised of four objects: table, query, form, and report. In ...
read more
Computer Subject
DBMS
Picked
Elite-Batch-2022
Describe the MVC structure used by CodeIgniter
Last Updated: 07 February 2022
Models, Views, and Controllers (MVC) patterns are used by CodeIgniter to organized the files. This helps us to maintain the data, the presentation, and flow through the ap...
read more
Picked
PHP
PHP-Questions
Elite-Batch-2022
Morris traversal for Postorder
Last Updated: 08 October 2025
Given the root of a binary tree, Find its postorder traversal using Morris Traversal, i.e., without using recursion or a stack.Examples:Input: Output: [4, 5, 2, 3, 1]...
read more
Tree
DSA
PostOrder Traversal
morris-traversal
Elite-Batch-2022
Introduction to Oracle Apex
Last Updated: 23 July 2025
Oracle Application Express (Oracle Apex) formerly called HTML DB. It is a rapid web application development tool for Oracle databases available by default in all oracle d...
read more
HTML
Oracle
Elite-Batch-2022
LISP - Comparison Operators on Characters & Strings
Last Updated: 25 February 2022
The contents of a field are compared to the contents of another field or a constant using Comparison operators. In Simple words, comparator operators are used to compare w...
read more
Picked
LISP
LISP-Basics
Elite-Batch-2022
What is dbt?
Last Updated: 23 July 2025
The dbt is an open-source conversion tool that aims to simplify the work of the analytical engineer in the flow of data pipeline work. Specifically uses only T in the ETL ...
read more
Elite-Batch-2022
Data Engineering
What is Postman Automation?
Last Updated: 23 July 2025
Postman is a cutting-edge Automation tool, which can be used for API testing, Automated Unit testing, and Integrated testing. The automation uses inherent functions provid...
read more
Software Testing
Postman
Elite-Batch-2022
What is a Directory Traversal Attack?
Last Updated: 23 July 2025
Directory Traversal Attack is a kind of Brute-force attack which will give potential access to restricted files and directories. This attack can also tell the attacker abo...
read more
Computer Subject
Computer Networks
Picked
Elite-Batch-2022
How to Install Apache with PHP-FPM on Ubuntu?
Last Updated: 23 July 2025
The Apache HTTP Server is a free, open-source, cross-platform web server software. It is developed and maintained by Apache Software Foundation. Apache is the most widely ...
read more
Picked
PHP
how-to-install
Elite-Batch-2022
Hibernate - Query Language
Last Updated: 25 March 2026
Hibernate Query Language (HQL) is an object-oriented query language used to interact with databases through Hibernate . Unlike SQL, it works with entity classes and thei...
read more
Java
Picked
Java-Hibernate
Elite-Batch-2022
Servlet - Write Data into PDF
Last Updated: 23 July 2025
A Servlet is an object that accepts a request and responds to it with a response. The basic Servlet package contains Java objects that represent servlet requests and respo...
read more
Java
Picked
java-servlet
Elite-Batch-2022
Java Servlet Filter
Last Updated: 03 October 2025
A Servlet Filter is a Java object that performs filtering tasks on either the request to a resource, the response from a resource, or both. Filters are part of the servlet...
read more
Java
Picked
java-servlet
Elite-Batch-2022
Difference between responsive design and adaptive design
Last Updated: 21 June 2022
In this article, we will discuss the difference between responsive design and adaptive design. Both are the designing part of a website but how both of them are different ...
read more
Web Technologies
Picked
CSS
CSS-Questions
Elite-Batch-2022
Design
1
2
3