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

Adapter Pattern

Mar 19, 2023 Admin

Adapter Pattern allows two incompatible interfaces to work together by creating a wrapper around one to make it compatible with the other interface.

Embedded

A Comprehensive Guide to MCU Selection

Mar 12, 2023 Admin

MCU is the brain of product. Extra care should be taken while selecting it. Let us discuss the key factors to consider for an MCU selection.

Embedded

101 of Docker Storage in Embedded Systems for future ready applications

Mar 11, 2023 Admin

Learn about Docker storage in embedded systems. Explore storage drivers, APIs, and best practices for efficient and reliable systems.

C/C++

Become Code Master with Object-Oriented Programming

Mar 4, 2023 Admin

OOP is creating objects that are instances of classes, that encapsulate data & behavior and interact with each other through well-defined interfaces.

C/C++

Doubly Linked List: A Smart Choice for Efficient Data Storage

Feb 26, 2023 Admin

A Doubly Linked List is a type of linked list where each node has two pointers, one pointing to the previous node and the other pointing to the next node.

C/C++

Singly linked list: A Good Point to Start With

Feb 26, 2023 Admin

A singly linked list is a type of linked list data structure which is used to store a collection of elements or items.

C/C++

Linked List: Zero to Hero Guide

Feb 26, 2023 Admin

A linked list is a data structure used to store a collection of elements/node, where each element is connected to the next element through a link.

Embedded C/C++ Linux

Mutex: Don’t get nervous any more

Feb 25, 2023 Admin

Mutex is a synchronization object that is used to protect shared resources, such as variables or data structures, from concurrent access by multiple threads or processes.

Embedded

RTOS Vs Bare Metal: A Strategic Guide for Developers

Feb 25, 2023 Admin

Embedded systems require firmware that is specifically designed for them. There are two main types: bare-metal and real-time operating system (RTOS).

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…

Posts navigation

1 2 … 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