logo

Archive for the ‘Career and Skills’ Category:

Image Processing using Matlab.

matlab

Image processing is the method to convert an image into digital form and performs some operation on it, in order to get an enhanced image or to extract some useful information from it. Image Processing is any form of signal processing for which the input is an image such as video frame or photograph, the…

PrintGoogle GmailFacebookBookmark/Favorites

Highly qualified, still struggling to get meaningful employment. Reason no ‘Job Skills’?

skills gap

In the present scenario of education where we found an engineering or management college at stone throwing distance, it’s really a matter of concern whether education is leading young job aspirants towards a meaningful employment. I have been interacting with young degree holders, most of them considered as highly qualified, for past many years and…

PrintGoogle GmailFacebookBookmark/Favorites

Improve functionality of JAVA application by testing with JUnit.

Junit-logo

As stated in my previous post, Unit Testingis mainly focused on testing of each smallest logical unit of your Java/J2EE application. This unit may be a module, a package, a class or a file. Java Unit Testing includes generating test classes for your source code and executing it with different parameters to ensuring that your…

PrintGoogle GmailFacebookBookmark/Favorites

Php and its servers

php

PHP was originally an acronym for Personal Home Pages in 1994 but In 1997 PHP was modified as Hypertext Preprocessor. It is a server-side scripting language that powers some of the most popular websites in the world including WordPress and Facebook. It is an open source, relatively easy to learn, and works perfectly with MySQL, making it a…

PrintGoogle GmailFacebookBookmark/Favorites

Advantages of Hibernate in JAVA.

hibernate2

In this article, I am going to introduce concepts of hibernate framework with simplified examples. Hibernate was started in 2001 by Gavin King and it is an open source persistent framework. Hibernate is based on ORM(Object-Relational Mapping).Hibernate is a powerful , high performance Object-Relational persistence and query service for java application. An ORM tool simplifies…

PrintGoogle GmailFacebookBookmark/Favorites