Quick Tip: Generating Kernel Configuration Fragments with Bitbake
Generating a kernel configuration fragment is a common task in kernel development when working with the Yocto Project. Configuration fragments…
Read ArticleGenerating a kernel configuration fragment is a common task in kernel development when working with the Yocto Project. Configuration fragments…
Read ArticleExplore how to automate your release generation for C++ projects using Bitbucket pipelines.
Read ArticleWhen you think of a great developer, I’m sure someone who writes good comments often is not at the top…
Read ArticleBe careful in your choice of object model in use in Python because it can cause strange behavior in multithreaded…
Read ArticleWhen designing a new API one of the things I put a lot of thought into is how the user…
Read ArticleC++17 introduced a language feature called "structured bindings" which can make your life a lot easier when dealing with accessing…
Read ArticleIf you’re a developer, coder, or software engineer and have not been hiding under a rock, then you’re probably familiar…
Read ArticleCode reviews are an important part of the software development process. They help ensure that code meets certain standards and…
Read ArticleUpdated 2023-03-10: The regular git-pre-commit-format hook script would not work with submodules properly. I have fixed this in my version,…
Read Article