RSSAmplifier

Blog

Page Fault Blog

pagefault.blogRSS feed ↗10 posts

Latest posts

Exploring Approaches for Unit Testing with the Yocto SDK

Integrating unit testing into the Yocto SDK-based application development workflow poses challenges, but leveraging a separate SDK for the host machine offers a solution ensuring consistent versions of tools and libraries while minimizing manual effort.

How to set up persistent storage for Mosquitto MQTT broker

This post describes how to set up the persistent storage for Mosquitto MQTT broker, what are the main parameters to tune it and how to troubleshoot the setup.

Building a Bluetooth DAC with Raspberry Pi Zero W

Guide how to build a Bluetooth DAC with Raspberry Pi Zero W and pHAT DAC.

How to sign and verify using OpenSSL

Guide how to use OpenSSL for sign and verify operations with digital signatures.

Don’t over-engineer

Most programmers are familiar with clean code principles. Yet, these same principles are often not used for the overall design.

Embedded development with Yocto and Rust

How to use Yocto-generated toolchain to cross-compile Rust projects.

Why junior devs should review seniors’ commits

Reviewing commits of experienced developers is a great learning experience for a young developer.

Common misconception with C++ move semantics

C++11 move semantics can be a source of misunderstandings if the mechanics are not understood. This post clears up the most common one.

Implementing REST client with Rust: an introduction to traits and generics

Practical example how Rust REST client library interface was refactored using traits and generics.

Programming fonts with ligatures

Fonts with programming ligatures make code easier to read when compared to normal fonts.