Pretty Hurts...

Beauty is important I concur but it isn’t everything. It is sad how the first thing we notice about a person is their looks. Well I’d say beauty with brains is the ideal blend. But now there is a debate;between beauty and brains; which is best?

Read More

Loops

A loop statement allows us to execute a statement or group of statements multiple times and following is the general form of a loop statement in most of the programming languages.

Read More

Getters and Setters

Mutator method is a method used to control changes to a variable. They are also widely known as setter methods. Often a setter is accompanied by a getter (also known as an accessor), which returns the value of the private member variable.

Read More

Object Oriented Programming

Object-oriented programming (OOP) is a programming language model organized around objects rather than “actions” and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.

Read More

Web design

Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design; interface design; authoring, including standardized code and proprietary software; user experience design; and search engine optimization.

Read More

fiber tech

Fiber-optic communication is a method of transmitting information from one place to another by sending pulses of light through an optical fiber .The light forms an electromagnetic carrier wave that is modulated to carry information. Because of its advantages over electrical transmission, optical fibers have largely replaced copper wire communications in core networks in the developed world. The process of communicating using fiber-optics involves the following basic steps:

Read More

Databases

A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Any modern database is created and managed by a Database Management System (DBMS).

Read More

Something about me

Hi, this is my blogpost, so I have to say something about myself. Sometimes it is hard to introduce yourself because you know yourself so well that you do not know where to start with. Let me give a try to see what kind of image you have about me through my self-description. I hope that my impression about myself and your impression about me are not so different. Here it goes.

Read More

Principles of OOP

The Objects Oriented Programming (OOP) is constructed over four major principles: Encapsulation, Data Abstraction, Polymorphism and Inheritance.

Read More

Chrome Developer Tools

The Chrome Developer Tools (DevTools for short), are a set of web authoring and debugging tools built into Google Chrome. The DevTools provide web developers deep access into the internals of the browser and their web application. Use the DevTools to efficiently track down layout issues, set JavaScript breakpoints, and get insights for code optimization.

Read More

You're up and running!

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More