Home Blog Page 2

How to host web applications on Microsoft azure virtual machine?- Eclipse, MySQL, Apache, Azure...

This article elaborates on how to host a web application on Microsoft Azure and we will be using Eclipse IDE, MySQL, Apache...
pepcoding-logo

Pepcoding : A platform to learn coding [it’s FREE!!]

Pepcoding has made various courses available online and are working on them simultaneously . This not only includes data structures and algorithms but development related courses , guided projects and a leetcode solution series
types-of-networks-in-computer-networks

Types of Networks in Computer Networks | LAN, WAN, MAN

Following are the types of networks that we will be talking about - Local Area Network Metropolitan Area Network  Wide Area Network Man and Internet Applications
computer-network-topologies

Everything about Computer Network Topologies

Physical topology of a network refers to the configuration of cables, computers, and other peripherals Here is a list of few topologies Star Ring Bus Hybrid Tree Complete Irregular
introduction-to-computer-networks

Introduction to Computer Networks

Do you know, earlier computer systems were highly centralized within a single large room like glass rooms? Even a medium based company used to have not more than 2 or 3 computers.
compiler-design-detect-tokens-in-a-c-program

Detect different tokens in a C program | Compiler Design

Each C program consists of various tokens. A token can be either a keyword, an identifier, a constant, a string literal, or a symbol. We use Lexical Analysis to convert the input program into a sequence of tokens and for detection of different tokens.
introduction to object oriented software engineering

Introduction to Object Oriented Software Engineering

Object oriented software engineering can be referred to as a software design concept that is used in object oriented programming for the purpose of designing software models.
types-of-software-process-models

Types of Software Process Models in Object Oriented Software Engineering

Software process models can be described as an abstract representation of any software process.
introduction to software processes in object oriented software enginnering

Introduction to Software Processes in Object Oriented Software Engineering

Software processes, also known as software methodology, can be described as a set of activities or tasks performed as a part of procedure of development of a software leading to production. 
boids algorithm implementation

Boids’ Algorithm Implementation with QuadTree

A flock of birds, of a school of fish moves in a very characteristic manner and the intricacies of their motion as a whole is not easy to define and each bird’s path would have to be scripted individually. The Boids’ algorithm was given by Craig Reynolds in 1987 as an alternative to the tedious task of defining the motion of all the objects of the system.