My Blog Posts
This is the list layout for showing blog posts, which shows just the title and groups them by year of publication. Check out the blog layout for comparison.
2023

Special features C++20 has to offer!
Machine learning took over our world and lifestyle by strom, just like Electricity took our livelihood during the early 1900s and there was no turning back Continue reading Special features C++20 has to offer!

Getting Started with the Yocto Project
The Yocto Project is an open-source framework and set of tools that facilitates the creation of customized Linux-based operating systems for embedded systems. It provides a collection of recipes, metadata, and build scripts, allowing developers to configure and build a tailored Linux distribution for specific hardware platforms and application requirements. Continue reading Getting Started with the Yocto Project

The C++ Standard Template Library(STL)
The C++ Standard Template Library (STL) is a powerful set of C++ template classes to provide general-purpose classes and functions with templates that implement many popular and commonly used algorithms and data structures like vectors, lists, queues, and stacks. Continue reading The C++ Standard Template Library(STL)

How to train Imagenet with different Networks
Machine learning took over our world and lifestyle by strom, just like Electricity took our livelihood during the early 1900s and there was no turning back Continue reading How to train Imagenet with different Networks

The ARM Architecture: What's make it so special ?
From Automation systems, Mobile phones to Real time Medical systems ARM devices has been at the heart of every systems required to provide high level computational processing sometimes even in high constraint environment. Raising the question, what makes the ARM processor series so unique? Continue reading The ARM Architecture: What's make it so special ?
2021

Some great alternative of Latex for Document making
Machine learning took over our world and lifestyle by strom, just like Electricity took our livelihood during the early 1900s and there was no turning back Continue reading Some great alternative of Latex for Document making

Tips on writing a great technical documentation, and how VSCode can help you enhance your workflow
Some of the great practices to write a technical Documentation, for your team or clients alike. Continue reading Tips on writing a great technical documentation, and how VSCode can help you enhance your workflow