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

X509 Certificates: The Guardians of Digital Trust

Sep 25, 2023 Admin

At the heart of the whole cyberspace lies the X509 certificates, the unsung heroes of the digital age.

Embedded

Docker Networking for Embedded Systems

Jul 30, 2023 Admin

You might be wondering why we need Docker Networking for embedded devices that are already connected to the internet. The reason is – different industries use applications differently. For example,…

Linux

Network Function Virtualization

Apr 8, 2023 Admin

NFV is a modern technology which replaces HW Network Functions with software-based virtualized network functions running on standard servers.

C/C++

Observer Pattern – a Glittering Gold

Mar 27, 2023 Admin

Observer pattern is a design pattern that allows a subject, to maintain list of observers & notify them automatically when the object's state changes.

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.

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