Skip to content
www.takethenotes.com
Partner Community Techplayon Codeplayon Telcosought
  • Home
  • Embedded
  • Linux
  • C/C++
  • Network Protocols
  • 5G NR
C/C++ Embedded Linux

Semaphore

Feb 19, 2023 Admin

Introduction As all threads share the same address space and they have access to the same data and variables. When two or more threads tries to update a global variable…

C/C++ Embedded Linux

Spin Lock

Feb 19, 2023 Admin

The spin lock is a low-level synchronization technique used in programming to protect shared resources from access by multiple threads at the same time.

Embedded

Why it’s important to care interrupt latency?

Feb 19, 2023 Admin

The interrupt latency is the time between when the interrupt signal is generated & when the interrupt handler begins to execute its first instruction.

Embedded C/C++

Object Pool Pattern & Prototype Pattern

Feb 18, 2023 Admin

Object Pool Pattern is a type of Creational Design Pattern that helps to improve the performance by reusing objects which have already been created instead of creating new objects each…

Embedded C/C++

Singleton Design Pattern

Feb 18, 2023 Admin

The Singleton design pattern is a commonly used Creational Pattern that restricts the instantiation of a class to a single instance and provides a global point of access to it.

Embedded C/C++

Factory & Abstract Factory Method Design Pattern

Feb 18, 2023 Admin

Factory Method Pattern Factory Method Pattern is a type of Creational Pattern that allows you to create objects without specifying their class. In other words, it allows you to create objects…

Embedded C/C++

Builder Design Pattern

Feb 18, 2023 Admin

The Builder Design Pattern is a type of Creational Design Pattern that simplifies the creation of complex objects. It separates the construction of an object from its representation, allowing the…

Embedded C/C++

101 Proven Design Patterns for Embedded Systems

Feb 18, 2023 Admin

Design patterns can be used to structure the code in better way which result easy maintainability and easy to understand. A proper design pattern also led to less bugs and…

Network Protocols

How the ARP Protocol Enables Efficient Communication on Networks

Feb 17, 2023 Admin

ARP is a simple request-reply protocol that broadcasts an ARP request to all devices on the network, requesting the MAC address of the device with the specified IP address.

Linux Embedded

Digital Twins: Is it really Billion Dollar technology?

Feb 13, 2023 Admin

Digital Twins is a virtual representation of a physical asset, system, or process, which provides real-time monitoring and predictive maintenance capabilities.

Posts navigation

1 2 3 … 7

Follow us on LinkedIn

Weekly Newsletter
www.takethenotes.com
Contact us: info@takethenotes.com

© 2021-2022 | Proudly made with ♥ in India

  • Home
  • Contributors
  • Sitemap