Author name: Mubeen J

Mubeen is Technology Head at Emertxe, taking care of the Technical Delivery of all our Training Programs. Mubeen has 20+ years of experience in building products in Enterprise, Industrial, Consumer and Education domains based on Linux and Open source technologies. He has worked with leading MNCs like Novell and Hewlett Packard by working on products mentioned in above mentioned segments. He is a hands-on technologist with core expertise in Embedded Systems, IoT and FullStack web development. In Emertxe, Mubeen leads technology aspect of various education programs.

python vs javascript

Python vs JavaScript : Are You a Noob or Nerd?

Table of Contents Add a header to begin generating the table of contents Introduction In modern times, there are many different programming languages that you can use, but Python and JavaScript remain the two most popular ones. Whether you aspire to enter the coding world, or if you want to deepen your knowledge of coding […]

Python vs JavaScript : Are You a Noob or Nerd? Read More »

what is real time operating system

 Mastering Real-Time Operating Systems(RTOS)

Table of Contents Add a header to begin generating the table of contents Introduction to Real-Time Operating System (RTOS) The Real Time Operating System (RTOS) is an Operating System with task designed to respond to input within the predetermined time frame. RTOS is gaining popularity with increase in real time applications such as Robots, Air

 Mastering Real-Time Operating Systems(RTOS) Read More »

device driver in embedded system

Introduction to Device Drivers in Embedded Systems

Table of Contents Add a header to begin generating the table of contents Introduction In the domain of computer systems, the term device driver holds a significant place, acting as a bridge between the hardware and software components. Device drivers are a software that directly interfaces with and controls this hardware. In Embedded Systems, the

Introduction to Device Drivers in Embedded Systems Read More »

importance of c language

Why is C The Most Preferred Language for Embedded Systems?

Table of Contents Add a header to begin generating the table of contents Introduction C is a versatile computer programming language known for its importance and remarkable features, making it a top choice in various applications. It’s employed for creating operating systems (Ex: Linux Kernel) and software for a wide range of computers, from powerful

Why is C The Most Preferred Language for Embedded Systems? Read More »

difference between embedded system and iot

Difference Between Embedded System and IoT

Table of Contents Add a header to begin generating the table of contents Introduction The world is now fully embracing the power of the Internet of Things (IoT). As consumers, we are surrounded by the Internet of Things, which has permeated various applications, including smart homes, smart industries, and even the agricultural sector. The IoT

Difference Between Embedded System and IoT Read More »

void pointers

Void Pointer in C Programming : Advantages & Pitfalls

Table of Contents Add a header to begin generating the table of contents Introduction In C programming, pointers are an important topic, which plays a crucial role in memory management and data manipulation. As the definition goes, a pointer is a variable that stores the memory address of another variable, and plays an important role

Void Pointer in C Programming : Advantages & Pitfalls Read More »

Constant Pointer

Constant Pointer and Pointer Constants in C Programming

Table of Contents Add a header to begin generating the table of contents Introduction In the realm of C programming, pointers play a pivotal role as invaluable tools that enable us to efficiently manage memory and manipulate data. However, the terminology surrounding pointers can sometimes become perplexing, especially when dealing with two fundamental concepts: “Constant

Constant Pointer and Pointer Constants in C Programming Read More »