Volatile Demystified

Table of Contents Add a header to begin generating the table of contents Introduction Volatile Qualifier in C language, which is applied to a variable when it is declared. It is used extensively while writing programs for embedded systems, especially when dealing with hardware. Most...
Read more
Performing Garbage Collection in Java

Table of Contents Add a header to begin generating the table of contents Introduction In object-oriented programming languages (like C++ and Java), there could be unused objects that are still a part of the program. These will create undesirable results like an out of memory...
Read more
Wearable IoT: Everyone Gonna Wear It

Introduction Table of Contents Add a header to begin generating the table of contents Robotics has already proved its capabilities and advantages in different fields (including education) and wearables are started getting into a similar wave. Wearable IoT applications are going to be the next major...
Read more
Hackathons: New Age Incubators

Table of Contents Add a header to begin generating the table of contents Introduction The landscape of product development has changed drastically over the last few years. Democratization of open source/tools, passion for innovation and entrepreneurship, talented engineers has re-written the competitive landscape. In this...
Read more
Getting Started with Electronics Projects

Table of Contents Add a header to begin generating the table of contents Introduction Every electronics beginner will have this question in his/her mind, “where do I start?” So, I made a video tutorial series called, “Building Electronic Circuits” on YouTube where I cover most of the things...
Read more