Tuesday, 4 July 2017

How to fill gap between Education system and real time industry needs

I found a logical gap between present education system in India and the actual Industry needs. I am a Java developer with 6 years of teaching experience to MCA,M.Tech and B.Tech students. The education system and syllabus design is failing to convert the technical knowledge of the student to real time application development. Thats why, even though lakhs of students are coming out from colleges and universities every year with out sufficient job skills. My intention is to guide students in more practical way from first yer on wards.I am trying my level best to train the students in C,C++,Java,Data Structures and in Databases so that they can be able to develop small applications from beginning.It is very fine if IT industries starts their incubator centers at colleges in Rural areas. Basically the logical sense of rural students if very efficient. Once they train up at college level,they will become valuable sources to IT Industry.
Lets hands together and bring out the real talents from rural colleges for bright India.

Monday, 3 July 2017

Without learning Data Structures,a Software Developer is INCOMPLETE


Programming languages are just used to translate the need of an organization in terms of computer understand format. But the actual logic needs the support of Data Structures a lot. The data structures decides the efficiency the application we are developing.
Stack,Queue,Tree,Graph have their own applications in the development of real time application. We should have very good awareness and subject of Data Structures.
B-Trees and B+Trees have lot of importance when creating Indices to databases.Stack is a data structure which we cant spend a day without using it as a programmer or developer. Once we develop any application, We need to think about the efficiency of that application in terms of CPU cycles it required to run.Otherwise it will not become a good program. We need to decide where to use ArrayList,Hashmap and all.

How to fill gap between Education system and real time industry needs

I found a logical gap between present education system in India and the actual Industry needs. I am a Java developer with 6 years of teac...