Normalization

Normalization is a process of representing a database in terms of relations in standard normal forms where first normal form is a minimal requirement. In short: It can be defined as the trade off between data redundancy and performance. In this process relations are examined and anomalies are being detected and removed. While normalizing a … Continue reading Normalization

Importance of branching in git hub in project management

Github is a web based git, which is used for hosting and managing the projects or software packages on the web. Previously, I have had one or two posts published in the same category, but at a very basic level more of like an introduction. Now, the purpose of this post is to focus on the … Continue reading Importance of branching in git hub in project management

R -statistical computing

R is a programming language and software environment for statistical computing widely used among statisticians and data miners for developing statistical software and data analysis. INSTALLATION OF R ON UBUNTU To obtain the latest package of R,  in your /etc/apt/sources.list file add an entry like: deb https://<my.favorite.cran.mirror>/bin/linux/ubuntu wily/ At  the place of wily you have … Continue reading R -statistical computing

CAKEPHP – A mvc framework

While solving a problem related to a meeting software named MyMeeting(which is basically for arranging meetings within communities) I came to know about this PHP based framework. CakePHP is a free, open-source, rapid development framework for PHP. Its a foundational structure for programmers to create web applications. To know more about  it please consider following … Continue reading CAKEPHP – A mvc framework