Posts

Basics of Web development

Basics of Web development Web development has been a passion for many graduates who take it up as their job. Web development is interesting and it is seeing updates now and then. This article provides you the basics of web development. What is a search engine? When looking for information we type our request on a search engine.

What is Continuous Integration?

What is Continuous Integration ? Continuous integration, a part of software engineering practice is merging of all developer working copies with a shared mainline several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early. By integrating codes regularly, errors can be detected quickly and can be easily located. As a result, there is less back tracking to discover where things went wrong and fix. Continuous integration maintains a single source repository .  Developers check out code into their private  work spaces . Then it is integrated into the repository.  Continuous integration server monitors the repository and checks out changes when they occur.   Continuous integration server builds the system and runs unit and integration tests . Continuous integration server releases  deploy able  artefacts for testing Continuous integration server assigns a build label to the version of the code it ...

Database management system introduction

Database management system introduction Database is a collection of data or information. The real time example of databases is  telephone directory. It is used for storing information such as name, address, telephone number along with code numbers and providing access to information for multiple users.  Computer stores such data and provides easy access in a faster time. Computer databases are used in all kinds of organisation like business, hospitals and banking and what not. Technology advancements allow multiple users to allow data thereby making the information  centralized . Complex algebraic algorithm works together to access information easily and querying a database provides quick result. A database is a type of file system that stores data and  organizes  it in a useful and understandable structure.

Notepad++

Image
Notepad++ Notepad++ logo

Python - A beginning to programming

Image
                    Python Are you new to programming? Want to try a new programming language? This article will serve your purpose.   Python is a general-purpose programming language with high level of readability.       Python logo

Eye Tracking

Image
Eye tracking has been actively discussed by technology enthusiasts throughout these years, but it’s really challenging to implement. But  Eye Tribe  actually did this. They successfully created the technology to allow you to control your tablet, play flight simulator, and even slice fruits in Fruit Ninja only with your eye movements. It’s basically taking the common eye-tracking technology and combining it with a front-facing camera plus some serious computer-vision algorithm, and voila, fruit slicing done with the eyes! A live demo was done in LeWeb this year and we may actually be able to see it in in action in mobile devices in 2013. Currently the company is still seeking partnership to bring this sci-fi tech into the consumer market but you and I know that this product is simply too awesome to fail.

Leap Motion

Image
Multi-touch desktop is a (miserably) failed product due to the fact that hands could get very tired with prolonged use, but  Leap Motion  wants to challenge this dark area again with a more advanced idea . It lets you control the desktop with fingers, but without touching the screen. It’s not your typical motion sensor, as Leap Motion allows you to scroll the web page, zoom in the map and photos, sign documentss and even play a first person shooter game with only hand and finger movements. The smooth reaction is the most crucial key point here. More importantly, you can own this future with just $70, a price of a premium  PS3  game title! If this device could completely work with Oculus Rift to simulate a real-time gaming experience, gaming is going to get a major make-over.