Code Circuits
open-menu closeme
Home
Archives
Links icon
LinkedIn X
About
🌐
English Vietnamese
github x linkedin rss
  • Essential Linux Commands - Quick Reference Infographic

    calendar Jul 6, 2025 · 1 min read  ·
    Share on: twitter facebook linkedin copy
    Essential Linux Commands - Quick Reference Infographic

    If you often find yourself forgetting basic yet essential Linux commands, this infographic is for you! Learning Linux is empowering, but remembering dozens of commands can be tricky. With this reference guide, you can: Boost your efficiency Avoid frequent searches for common commands Keep your workflow smooth and …


    Read More
  • "std::endl" vs "\n" which is faster

    calendar Aug 19, 2024 · 2 min read · C++  ·
    Share on: twitter facebook linkedin copy
    "std::endl" vs "\n" which is faster

    Today, we will discuss basic techniques in C++. It is the new line character. In C++ we have two ways to print out a new lines. printf("\n"); using std::cout << std::endl; The question is which one is faster? Answer: '\n' is significantly faster than std::endl in C++. Here's why: \n is simply a newline character. It …


    Read More
  • Introduction to Zephyr RTOS - Why Arduino shift to Zephyrss

    calendar Aug 6, 2024 · 2 min read · RTOS Zephyr Arduino Mbeb  ·
    Share on: twitter facebook linkedin copy
    Introduction to Zephyr RTOS - Why Arduino shift to Zephyrss

    Arduino.cc has announced the end of Mbed Platform Mbed's End and the Shift to Zephyr: Impact on Arduino and Beyond Arm's decision to discontinue Mbed in 2026 has sent ripples through the embedded systems community. One of the most significant impacts is on Arduino, which has relied on Mbed for several of its boards. …


    Read More
  • Using Hugo page bundles 2

    calendar Aug 5, 2024 · 3 min read · Hugo  ·
    Share on: twitter facebook linkedin copy

    Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with usePageBundles in your site configuration --- or in a page's front matter.


    Read More

Luan Pham

AIoT and Embedded Sofware Development
Read More

Recent Posts

  • Essential Linux Commands - Quick Reference Infographic
  • "std::endl" vs "\n" which is faster
  • Introduction to Zephyr RTOS - Why Arduino shift to Zephyrss
  • Using Hugo page bundles 2

Categories

SYNTAX 1

Series

THEMES GUIDE 1

Tags

ARDUINO 1 C++ 1 HUGO 1 INDEX 1 MBEB 1 RTOS 1 ZEPHYR 1
Copyright © 2019–2025, Luan Pham and the Hugo Clarity Authors; all rights reserved.

Copyright  COPYRIGHT © 2019–2025, LUAN PHAM AND THE HUGO CLARITY AUTHORS; ALL RIGHTS RESERVED.. All Rights Reserved

to-top