Home
Services
Academy
Contact
hacking truth blog
We Will Update soon
SEO Tips
Web Dev - SEO Tips
Author: Hacking Truth
SEO is all about helping search engines understand and present content and optimization is the process of imporoving the quality and quantity of website traffic from search engines.
Software Engineering
Evolving Role of S/W
Software is a collection of executable program, associated libraries and documentation.
Requirement Negotiation
A software process model is simplified representation of a software process.
UML Diagram
Use to create structure or blueprint of s/w
All About SDLC
The software development life cycle (SDLC) is a framework defining tasks performed at each step in the software development process.
Functional And Non-Functional
Describe the behaviors (functions or services) of the system.
CASE Tool
CASE Tool is stand for computer-aided software engineering. CASE tools can be applied to support database development.
White Box Testing
In this White Box Testing we have a focus on internal login of the system.
Black Box Testing
Black Box Testing is process on all functional requirements of the system.
Cohesion And Coupling
In software engineering, coupling is the degree of interdependence between software modules
SRS in S/W
SRS document contains all the functional requirement of the software.
Optimization Techniques SEM 2
Optimization Techniques Question
Data Structure
Array in Datastructure
An array is a data structure which can store multiple homogenous data elements under one name
The logical or mathematical model of a particular organization of data is called data structure.
Stack DS
Stack Data Structure
Stack is a linear DS which follows a particular order in which the operations are performed.
Application of Stack
Infix To Postfix
To convert infix expression to postfix expression, we will use the stack datra structure.
Postfix Expression
Infix to Prefix
Infix To Prefix
Prefix Expression
Recursion
A Procedure that call itself or that eventually invokes the first function again is called recursion function.
Linear in Datastructure
Algorithm involves checking all the elements of the array (or any other structure) one by one and in sequence until the desired result is found.
Sorting in Datastructure
Sorting is a method to arraunge N elements array in a particular format either asscending or descending order.
Linked List in Datastructure
A Linked List is a linear data structure in which the elements are not sorted at contiguous memory.
Binary Search Tree
Binary tree is a finite set of data items or elements which is either empty of consists of a single item called root.
Layered Technology
Software engineering is a fully layered technology to develop software.
Software Process Model
Penetration Testing
Black Hat Pentesting
All about Penetration Testing
HTML
Web Dev - HTML Intro
HTML acts as a structure like our body. The way in which we make a structure before making a website.
OS
Scheduling In OS
It is a system software which works as an interface between users and hardware.
Web Dev - HTML Card Box
A Flexible Layout must have a parent element with the display property set to flex.
Web Dev - HTML SideNav Bar
Jquery
Web Dev - Jquery Hover Event
Jquery Hover Event is a...
Web Dev - Jquery Hide Event
Jquery Hide Event is a...
Web Dev - Jquery Click Event
Jquery Click Event is a...
DBMS
Primary Key
Primary key is what we provide to our client, users, customers, student. So, it will be called completely unique.
Web Dev - Jquery Basic
Jquery is a...
Foreign Key in DBMS
It is an attribute or set of attributes that reference to primary key of some table or another table (relation)..
Entities in DBMS
An entity is an object that exist in the real world.
Web Dev - Jquery EventList
Jquery EventList is a...
Redundant Arrays of Independent
If we think point of view for company or organisation we need two things more important..
Web Dev - Jquery Syntax
Jquery Syntax is a...
Relational Algebra
Database Management Systems are now an indispensable tool for managing information, and a course on the principales and practice of DB is now integral part of computer science curricula.
Web Dev - HTML Basic
An HTML document itself is a text file that contains text and markups called tags. .
Web Dev - Jquery Blur
Jquery Blur is a...
Java
CGI In JAVA
CGI technology enables the web server to call an HTTP request...
GenericServlets and HTTPServlet
The generic servlets class define a generic football independence servlets in the sense that it can be...
Hello Servlets
Our first Servlet is a simple servlet designed to handle the HTTP GET method.
Life Cycle of a Servlets
The web container web server maintenance the cycle of a servlets instance.
Servlets In JAVA
Servlets is a java technology is used to create....