
STM32
A straightforward, step-by-step guide on how to effortlessly import an existing project into STM32CubeIDE, saving you time and making your coding journey a little bit easier.
STM32
A straightforward, step-by-step guide on how to effortlessly import an existing project into STM32CubeIDE, saving you time and making your coding journey a little bit easier.
C++ OpenCV Visual Studio CMake
Discover how to build OpenCV using Visual Studio and CMake CLI, with a focus on the Ninja build system for speedy and efficient results. I'll guide you through the prerequisites, environment setup, and step-by-step process, and provide insights into why Ninja could be your go-to tool for building OpenCV.
PowerShell
A list of helpful PowerShell cmdlets/Functions that I have found useful.
C++ OpenCV Visual Studio CMake
This blog is a tutorial on how to build OpenCV with Visual Studio and CMake GUI. It includes two parts: generating OpenCV build files using CMake GUI and building OpenCV using Visual Studio 2022 Community. The tutorial provides step-by-step instructions and tips and tricks for the process.
Golang CLI Utility Git
A simple CLI utility to list all the aliases in a pretty format.
Golang CLI Utility
Explore the power of dnode, a handy tool designed to help you efficiently search and delete Node Modules folders recursively. Save valuable disk space and declutter your development environment by mastering this essential utility for Node.js developers.
Python CLI Utility Hugo
A CLI utility to download latest Hugo binary files, update it, and update cloud providers settings
Go cookiecutter
A Go language template for building command line interface made easy by cookiecutter
OAuth2 Azure AD B2C postman
Using Azure AD B2C in development with Postman
C++ Qt6
Adding custom widgets to QListWidget and deleting them on button click - child to parent communication