Drones: Future Birds in the Sky

Table of Contents Add a header to begin generating the table of contents Introduction Let us try to explore Drones in this blog post. There are many UAV’s invented over time. Drone is one of them. These do not carry a human operator, uses...
Read more
Emertxe Trainings : Portfolio

Table of Contents Add a header to begin generating the table of contents Introduction As an organization Emertxe’s contribute in the skill-enablement area by providing quality trainings. Our target customer include students, corporate and universities. We offer various trainings (instructor lead, online, workshops) to cater...
Read more
IEEE Paper by Emertxe Alumni

Table of Contents Add a header to begin generating the table of contents Introduction It always feels great to see our alumni’s accomplishment in the field of technology. One of our recent alumnus from embedded systems training Mr. Lokesh Jaliminche has published a paper in IEEE conference....
Read more
Dangling pointers in C : A practical tutorial

Introduction Dangling pointers in C – Usage and how to prevent them. Great guide for C newbies and Embedded systems programmers. Tutorial with practical examples. Dangling pointers are those that do not point to valid objects. Pointers are like sharp knives that have tremendous power in...
Read more
Dangling Pointers in C Programming – Be Strictly Avoided

Table of Contents Add a header to begin generating the table of contents Dangling Pointers : Be “STRICTLY” Avoided ! Pointers are like sharp knives in C-Programming which are having tremendous power. Pointers, when used properly reduces the complexity of the programs to a great extent. But, on...
Read more